From owner-freebsd-questions Thu May 7 10:13:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21330 for freebsd-questions-outgoing; Thu, 7 May 1998 10:13:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from castor.loco.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA21263 for ; Thu, 7 May 1998 10:13:38 -0700 (PDT) (envelope-from listread@bedford.net) Received: (from listread@localhost) by castor.loco.net (8.8.8/8.8.8) id NAA19726; Thu, 7 May 1998 13:02:11 -0400 (EDT) (envelope-from listread) Message-Id: <199805071702.NAA19726@castor.loco.net> Subject: Re: ftpd daemon In-Reply-To: <002101bd79c4$651a1140$63b9f3ce@tribe99.zoomtel.com> from Gordon McConarty at "May 7, 98 10:28:22 am" To: gordonm@zoomtel.com (Gordon McConarty) Date: Thu, 7 May 1998 13:02:11 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gordon McConarty wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > > From: Gordon McConarty > 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