----- Original Message ----- From: "jalal" <the_jalal@fastmail.fm> To: "Suse" <suse-linux-e@suse.com> Sent: Sunday, February 27, 2005 2:13 PM Subject: Re: [SLE] boot.local failed
John wrote:
----- Original Message ----- From: "Anders Norrbring" <lists@norrbring.se>
Hello
I installed the pure-ftpd from source and i want to start it when the system boots.
I added that line in the /etc/rc.d/boot.local
/usr/local/sbin/pure-ftpd -n 2000:30 -S my.server.com,21 -c 100 -C 2 -E -A -O clf:/var/log/pureftpd.log --tls=1 -F /home/.banner -l mysql:/etc/pureftpd-mysql.conf &
But it doesn't start.
Does anyone know what causes that malfunction?
What result do you get running the command: "/usr/local/sbin/pure-ftpd -n 2000:30 etc.etc.etc."?
What result do you get if just run boot.local from the command line?
What is in the file "/var/log/pureftpd.log"
Does the file "/etc/pureftpd-mysql.conf" exist?
How could i start if through xinetd ?
Best is to google for "pureftp xinetd" and choose the entry that seems closest to what you want to do. (The second one looks good :) )
As a tip, xinetd stores its configuration files in /etc/xinetd.d/.
HTH jalal
--
GPG fingerprint = 3D45 5509 D380 26A4 523E A9D8 A66A 5F38 CA43 BB0E
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Running "/usr/local/sbin/pure-ftpd -n 2000:30 etc.etc.etc."? i can start the server from the command line. But i cannot from bootl.local