Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 1998 13:02:11 -0400 (EDT)
From:      CyberPeasant <djv@bedford.net>
To:        gordonm@zoomtel.com (Gordon McConarty)
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: ftpd daemon
Message-ID:  <199805071702.NAA19726@castor.loco.net>
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

Gordon McConarty wrote:
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> 
> 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.
> 
Nothing wrong, no mistakes. In 2.2.6, ftpd is started by default through
inetd (see /etc/inetd.conf), only when an incoming ftp request arrives.
If you want a full time ftpd daemon, comment out the line in inetd.conf,
and add code to start ftpd as a standalone daemon to an rc file, probably
rc.network.

All the install option does is create user 14, and copy some nice files
to /var/ftp, the anonymous ftp chroot area.

Before making changes, try an anonymous ftp to localhost, and see if
it works. Check the line in inetd.conf, if you upgraded instead of
fresh installed, the line for ftpd may not be active. If so, activate,
and send HUP to inetd.

Dave
-- 
                <----.   mail-to: djv@bedford.net
                <----|===================================
                <----'  Zber Qnrzbaf, Srjre Qrivyf! 

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?199805071702.NAA19726>