If I try to connect to my proftpd server these errors will be logged in /var/log/auth.log
:
Dec 29 03:22:38 ****** proftpd: pam_unix(proftpd:session): session opened for user ****** by (uid=0)
Dec 29 03:22:59 ****** proftpd: pam_unix(proftpd:session): session opened for user ****** by (uid=0)
Dec 29 03:24:49 ****** proftpd: pam_unix(proftpd:session): session closed for user ******
Dec 29 03:24:49 ****** proftpd: pam_systemd(proftpd:session): Failed to connect to system bus: No such file or directory
Dec 29 03:25:09 ****** proftpd: pam_unix(proftpd:session): session closed for user ******
Dec 29 03:25:09 ****** proftpd: pam_systemd(proftpd:session): Failed to connect to system bus: No such file or directory
This is what I tried so far:
sudo update-rc.d dbus defaults
sudo service dbus restart
/etc/init.d/xinetd stop
/etc/init.d/xinetd start
Executing sudo service dbus restart
doesn't work:
Failed to restart dbus.service: Operation refused, unit dbus.service may be requested by dependency only (it is configured to refuse manual start/stop).
See system logs and 'systemctl status dbus.service' for details.
What would you recommend? I cannot connect to the proftpd server.