Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 1998 12:17:24 -0400 (EDT)
From:      Dima Dorfman <dima@zwb.net>
To:        gordonm@zoomtel.com (Gordon McConarty)
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: ftpd daemon
Message-ID:  <199805071617.MAA18617@nwalme.pair.com>
In-Reply-To: <002101bd79c4$651a1140$63b9f3ce@tribe99.zoomtel.com> from Gordon McConarty at "May 7, 98 10:28:22 am"

next in thread | previous in thread | raw e-mail | index | archive | help
I don't know of an options at installation asking if you want to be an FTP
server, but I do know that ftpd is launched by inetd.  Check
/etc/inetd.conf to see if there is a line similar to:

	ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l

it is usually the first line.  I don't know how it could've working with
2.2.5, but ftpd is always launched by inetd.  Check if it works by testing
ftp:

	$ ftp 127.0.0.1

notice that you don;t have to be root.


Hope this helps :-)

> 
> From: Gordon McConarty <gordonm@zoomtel.com>
> Subject:
> Date: Friday, April 17, 1998 5:03 PM
> 
> Hello.
> I seem to have an issue with FreeBSD 2.2.6 which I have on CD Roms.
> When installing and setting up this version I am asked if I want to make the
> machine a FTP Server where I answer YES and then leave the next screen at
> the defaults.
> 
> The ftpd daemon never loads upon restart.
> I check the /etc/rc.conf file and ftpd is not listed.
> 
> This option, when using FreeBSD v.2.2.5, worked fine.
> 
> Is this something I am doing wrong or is this a reported issue.
> 
> Thanks for any help.
> 
> 
> 
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 


-- 
Dima Dorfman

"640k ought to be enough for anybody." - Bill Gates, 1981
Micro$oft Sucks!  FreeBSD Rules!  http://www.freebsd.org/

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?199805071617.MAA18617>