From owner-freebsd-questions@FreeBSD.ORG Tue Feb 17 12:27:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D75416A4CE for ; Tue, 17 Feb 2004 12:27:29 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id B536643D1D for ; Tue, 17 Feb 2004 12:27:28 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i1HKRIoH061330 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 17 Feb 2004 20:27:18 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i1HKRI4T061329; Tue, 17 Feb 2004 20:27:18 GMT (envelope-from matthew) Date: Tue, 17 Feb 2004 20:27:18 +0000 From: Matthew Seaman To: Marty Landman Message-ID: <20040217202718.GA61088@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Marty Landman , Wayne Pascoe , freebsd-questions@freebsd.org References: <6.0.0.22.0.20040217111500.049a6db0@pop.face2interface.com> <20040217162446.GB77332@marvin.penguinpowered.org> <6.0.0.22.0.20040217113548.04cea110@pop.face2interface.com> <20040217182542.GC59848@happy-idiot-talk.infracaninophile.co.uk> <6.0.0.22.0.20040217134443.01b80f88@pop.face2interface.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Nq2Wo0NMKNjxTN9z" Content-Disposition: inline In-Reply-To: <6.0.0.22.0.20040217134443.01b80f88@pop.face2interface.com> User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: Wayne Pascoe cc: freebsd-questions@freebsd.org Subject: Re: can't connect to ftp server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2004 20:27:29 -0000 --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 17, 2004 at 02:48:14PM -0500, Marty Landman wrote: > At 01:25 PM 2/17/2004, Matthew Seaman wrote: >=20 > >Kinda obvious, but is inetd(8) running at all? >=20 > # ps -ax | fgrep inetd > 20482 ?? Is 0:00.01 inetd start Right -- this is where the problem is. inetd(8) doesn't understand 'start' as a command line argument. It's not like the startup scripts in /usr/local/etc/rc.d -- those are wrappers that start the required processes themselves, whereas inetd /is/ the required process itself. Try this: # kill 20482 # /usr/bin/inetd -wWl -R 1024 -c 128 Then you should find your ftp service working OK. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMnkmdtESqEQa7a0RAubqAJ9JXh6KSqbRkv0yH6gZtgDVDVf6FACffCOU LhZkfDOMa5p4rhT6xWVRGdI= =a0+/ -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z--