From owner-freebsd-questions Sat Aug 31 9:34:35 2002 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 D7A1137B401 for ; Sat, 31 Aug 2002 09:34:25 -0700 (PDT) Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B5AE43E81 for ; Sat, 31 Aug 2002 09:34:25 -0700 (PDT) (envelope-from nkinkade@dsl-only.net) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.12.5/8.12.4) with SMTP id g7VGcb0j000161; Sat, 31 Aug 2002 09:38:37 -0700 (PDT) (envelope-from nkinkade@dsl-only.net) Date: Sat, 31 Aug 2002 09:38:32 -0700 From: Nathan Kinkade To: Jeff Jeter Cc: freebsd-questions@freebsd.org Subject: Re: ftp / telenet trouble Message-Id: <20020831093832.3af98db7.nkinkade@dsl-only.net> In-Reply-To: <20020831114559.40225e62.gsfgf@softhome.net> References: <20020831114559.40225e62.gsfgf@softhome.net> X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 31 Aug 2002 11:45:59 +0000 Jeff Jeter wrote: > i uncommented the ftp and telnet lines in inetd.conf, and restarted > inetd, but i keep getting errors: > > Aug 31 11:26:11 server inetd[56722]: ftp/tcp: bind: Address already in > use Aug 31 11:26:26 server inetd[56722]: telnet/tcp: bind: Address > already in use > > Running a telnet server will allow me to remotely connect to the box > from telnet, even from a windoze box, correct? If you run a `ps ax | grep -E "ftp|telnet"` do you see any entries, which might indicate that you already have ftpd or telnetd running? Or you might want run a `sockstat -4l` and see what TCP ports your machine is listening on. Sounds like inetd is trying to open a listener on the appropriate TCP ports (21,23), but can't because it's already in use. Nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message