----- Original Message ----- From: "Ken Schneider" <suse-list@bout-tyme.net> To: "SuSE email list" <suse-linux-e@suse.com> Sent: Sunday, February 27, 2005 3:28 PM Subject: Re: [SLE] boot.local failed
On Sun, 2005-02-27 at 08:13, James Knott wrote:
John wrote:
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?
Boot.local is run, before any networking starts. I suspect the ftp service won't start without networking. Can it not be started, using /etc/xinetd.d?
Why not just create its own startup script using the template in /etc/init.d? That's what it is there for.
-- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998
* Only reply to the list please*
"The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge
-- 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
Well, where is the template for creating a init script for the pure-ftpd?