July 8, 201213 yr Hi, I finally set up vsftpd so I can store pictures from my IP cams every 10 seconds. restricted access to one folder, and one user only with no shell configured. everything works great. But ... I would like for vsftpd connections to NOT show up in syslog.log. With one picture every 10 seconds, the log fills up quickly and is less useful. I deactived the logging within the vsftpd.conf, so I am not getting vsftpd messages, but I still get the standard: Jul 8 14:47:20 Tower vsftpd[10732]: connect from 192.168.5.201 (192.168.5.201) (Routine) message, because the daemon gets a connection. I haven't messed with the syslog.conf yet, so it's still standard: *.debug -/var/log/syslog # Emergency level messages go to all users: *.emerg How do I get rid of the vsftpd messages in syslog.log? Do I need to change inetd.conf or syslog.conf?
Archived
This topic is now archived and is closed to further replies.