[arch-general] Problem starting vsftpd service. (Don't Panic)
On the new instance of Archlinux, that I've installed on my new machine, I wanted to avoid downloading all the updates again on my dialup connection, so thought I'd just FTP the pkg directory from the first install to the new install. For some reason I cannot start the vsftp daemon, just giving me a fail. The capability module is in the modules section of /etc/rc.conf, as is vsftpd in the daemons section. I looked on my first install of Don't Panic, and see the same thing there, and do remember that I had problems with vsftpd, but worked around it by starting gftp in Archlinux, and FTP'ing from another machine FC2, that did have the daemon running. I've worked around it by using fish in KDE's Konqueror on the first install, and have successfully moved the files over to the new install, but would like to find out why vsftpd won't start, and how I can fix it. Thanks for any help. Nigel.
If you start vsftpd as a daemon you have to : - Have listen=YES and background=YES in vsftpd.conf - Change line 11 from /etc/rc.d/vsftpd from /usr/sbin/vsftpd & to /usr/sbin/vsftpd -- catwell
On Thursday 19 June 2008 17:02, Pierre CHAPUIS wrote:
If you start vsftpd as a daemon you have to :
- Have listen=YES and background=YES in vsftpd.conf - Change line 11 from /etc/rc.d/vsftpd from /usr/sbin/vsftpd & to /usr/sbin/vsftpd
Bonjour Pierre. Thanks for the help. listen=YES was already set I had to add the line background=YES, as it wasn't in /etc/vsftpd.conf Removed the "&" from line 11 in /etc/rc.d/vsftpd Then tried /etc/rc.d/vsftpd start, and got a "fail", and thought that I still had problems. A reboot though has started the vsftp daemon, and it now shows up in /var/run/daemons. Thanks again for the help, and another thing I must write down in my notebook regarding specific Archlinux stuff. Cordialement. Nigel.
participants (2)
-
Nigel Henry
-
Pierre CHAPUIS