I have a server running Ubuntu 11.04 Server and I have installed vsftpd (FTP). I am trying to get vsftpd to run on startup, but can't seem to configure it right.

There is already an upstart vsftpd file in /etc/init.d

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

Maybe it is confgured to run under inetd? check vsftpd.conf

link|improve this answer
Thanks, that solved my problem. – MichaelH Oct 22 '11 at 8:48
feedback

The upstart config needs to be in /etc/init not /etc/init.d

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.