Date: Tue, 28 May 2002 11:21:45 +0200 (MEST) From: Paul Everlund <tdv94ped@cs.umu.se> To: Gilbert <gilbert@gloviz.co.za> Cc: <freebsd-questions@FreeBSD.ORG> Subject: Re: ftpd HELP !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Message-ID: <Pine.GSO.4.33.0205281117360.2148-100000@gren.cs.umu.se> In-Reply-To: <A9F9CB300A9D744A9EAC76309550E0FC0ABBC0@beach.gloviz.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 28 May 2002, Gilbert wrote: > Hi there I am trying to start the ftpd as I cannot see it when I do a > "ps -ax" and I need to start it as I have to ftp into the server if > anyone can help me. > > I am running FreeBSD 4.5 stable and I have set it up in the inetd.conf > and the rc.conf. > > This is URGENT please Look in inetd.conf, to see if ftpd is uncommented, that is no # before ftpd. If there is a #, remove it, then do 'ps ax | grep inetd' to get inetd's pid, and last do 'kill -HUP inetd's-pid' To see it with 'ps ax' you must do ftp to your own server, as it will start first when it's needed by inetd. A very short explanation maybe, but I hope it will help you. Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.33.0205281117360.2148-100000>