Also, you might want to check that

cat /etc/inetd.conf | grep ftp

And make sure an existing ftp server is not already enabled, as this might
have the port already ;) so you'd need to # it out, and ps aux | grep inetd
; kill -1 pidof inetd

Then try running wu-ftpd again

----- Original Message -----
From: "David" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 5:02 PM
Subject: [SLUG] wu-ftpd debian


>
> I just apt-got wu-ftpd, and it appeared to install ok.
>
> When I tried to start it this is what i get. The first line was just me
> trying to see if the script was actually being invoked at all!
>
> test:/etc/init.d# /etc/init.d/wu-ftpd blob
> Usage: /etc/init.d/wu-ftpd {start|stop|restart|force-reload}
> test:/etc/init.d# /etc/init.d/wu-ftpd stop
> test:/etc/init.d# /etc/init.d/wu-ftpd start
> test:/etc/init.d# ps ax | grep ftp
>  5085 pts/1    S      0:00 grep ftp
>
> Running from the command line:
>
> test:/etc/init.d# wu-ftpd -vla
>
> Nothing happened. What am I doing wrong?
>
> David.
>
>
> --
> SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
> More Info: http://slug.org.au/lists/listinfo/slug
>


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to