Plutus
1
I can start vsftpd manually via
/etc/init.d/vsftpd start # or restart
I enabled it via init.d enable
But after reboot its not starting i have to manually start it each time.
Tried to write in etc/rc.local didnt help either.
What I am doing wrong?
slh
2
Does logread
give any hints about potential errors?
Plutus
3
Logread has 0 hints about vsftpd or ftp. Netstat shows nothing on port 21 unless i manually start vsftpd and then 21 will popup.
More details in screenshot
brada4
4
Capture full output saved by:
script
sh -x /etc/init.d/vsftpd restart
# Ctrl-d