What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

service restart_vsftpd ineffective

Kevin K

Regular Contributor
I can't get "service restart_vsftpd" to do anything besides report "Done."

When I change /jffs/configs/vsftpd.conf.add and change the value of ftpd_banner, the FTP banner doesn't change. If I restart the router, the banner does change.

What magic is needed in order to really reload vsftpd configuration?
 
I can't get "service restart_vsftpd" to do anything besides report "Done."

When I change /jffs/configs/vsftpd.conf.add and change the value of ftpd_banner, the FTP banner doesn't change. If I restart the router, the banner does change.

What magic is needed in order to really reload vsftpd configuration?

Code:
service restart_nasapps
 
I can't get "service restart_vsftpd" to do anything besides report "Done."

When I change /jffs/configs/vsftpd.conf.add and change the value of ftpd_banner, the FTP banner doesn't change. If I restart the router, the banner does change.

What magic is needed in order to really reload vsftpd configuration?
Sending the hup signal to a specific process "killall -1 vsftpd" will cause most linux services to reread the config files and reload changes

Sent from my SAMSUNG-SM-T677A using Tapatalk
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top