From owner-freebsd-net Wed Jun 20 6:39:19 2001 Delivered-To: freebsd-net@freebsd.org Received: from mailguard.fgan.de (mailguard.fgan.de [128.7.3.5]) by hub.freebsd.org (Postfix) with ESMTP id 216DB37B432 for ; Wed, 20 Jun 2001 06:39:05 -0700 (PDT) (envelope-from leventi@fgan.de) Received: from rufsun5.ffm.fgan.de ([128.7.2.5]) by mailguard.fgan.de (8.11.2/8.11.2) with ESMTP id f5KDclV28226; Wed, 20 Jun 2001 15:38:47 +0200 Received: from melle.ffm.fgan.de (melle.ffm.fgan.de [128.7.5.11]) by rufsun5.ffm.fgan.de (8.8.6/8.8.8) with ESMTP id PAA05415; Wed, 20 Jun 2001 15:38:46 +0200 (MET DST) Received: (from lev@localhost) by melle.ffm.fgan.de (8.8.8+Sun/8.8.8) id PAA03913; Wed, 20 Jun 2001 15:38:45 +0200 (MET DST) Date: Wed, 20 Jun 2001 15:38:45 +0200 (MET DST) Message-Id: <200106201338.PAA03913@melle.ffm.fgan.de> From: Anastasia Leventi-Peetz To: gunther@aurora.regenstrief.org Cc: leventi@fgan.de, users@ipv6.org, users-ship@ipv6.org, freebsd-net@freebsd.org In-reply-to: <3B2F8049.7CBAF67B@aurora.regenstrief.org> (message from Gunther Schadow on Tue, 19 Jun 2001 11:39:37 -0500) Subject: Re: ftpd-BSD and standalone Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hello Gunther, thanks a lot for the interesting mail. I don't do IP filters that's for sure. I am astonished that on the bieringer www page (www.bieringer.de) the standalone modus is recommended! I run the IPv6 ftpd of Free-BSD (downloaded and compiled from the bieringer page) installed on the SuSE distribution. The line in the inetd.conf file of SuSE Linux looks like: ftp stream tcp6 nowait root /usr/sbin/tcpd ftpd-BSD -D -6 Of course ftpd-BSD is in directory /usr/sbin/ The above thing fails so that I start standalone the daemon with the above switches. Now the corresponding line in Free-BSD is ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l I have tried both options: above line with tcp6 and ftpd -D -6 or only tcp and ftpd -D -6 but I couldn't start the daemon with inetd. (It doesn't seem to be started from tcpd like in SuSE case). I do have the ready ipv6 able daemon. Then I started it manually /usr/libexec/ftpd -D -6 -a interfacename and it worked! I built this line with interface within the inetd.conf but it didn't help. I did have to start it manually. Any suggestion? thanks:Anastasia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message