Date: Sat, 31 Aug 2002 09:38:32 -0700 From: Nathan Kinkade <nkinkade@dsl-only.net> To: Jeff Jeter <gsfgf@softhome.net> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 31 Aug 2002 11:45:59 +0000 Jeff Jeter <gsfgf@softhome.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020831093832.3af98db7.nkinkade>