From owner-freebsd-questions@FreeBSD.ORG Sat Jul 12 19:58:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F95A1065679 for ; Sat, 12 Jul 2008 19:58:03 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id DE32A8FC17 for ; Sat, 12 Jul 2008 19:58:02 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.13.8/8.13.8) with SMTP id m6CJvwf4003598; Sat, 12 Jul 2008 12:58:02 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "EdwardKing" , "FreeBSD" Date: Sat, 12 Jul 2008 12:59:03 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <00c601c8e322$efdc6210$3f83a8c0@neusofteaf5839> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Sat, 12 Jul 2008 12:58:02 -0700 (PDT) Cc: Subject: RE: inetd[860]: ssh/tcp: bind: Address already in use X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2008 19:58:03 -0000 Either run ssh out of inetd.conf og run it as a daemon, not both. I run it as a daemon myself to do that, leave the line in /etc/rc.conf and remove the line in inetd.conf To run it out of inetd and not as a daemon, remove the line from rc.conf and leave the line in inetd.conf Ted > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of EdwardKing > Sent: Thursday, July 10, 2008 11:54 PM > To: FreeBSD > Subject: inetd[860]: ssh/tcp: bind: Address already in use > > > I use FreeBSD7.0,I find some time it raise following information: > inetd[860]: ssh/tcp: bind: Address already in use > > I look up my /etc/rc.conf file,it contains: > > inetd_enable="YES" > sshd_enable="YES" > > /etc/inetd.conf file contains: > > ssh stream tcp nowait root /usr/sbin/sshd sshd -i -4 > #ssh stream tcp6 nowait root /usr/sbin/sshd sshd -i -6 > > Where wrong with my BSD system? How to solve it? > > Any idea will be appreciated! > Edward > > > ------------------------------------------------------------------ > ---------------------------- > Confidentiality Notice: The information contained in this e-mail > and any accompanying attachment(s) is intended only for the use > of the intended recipient and may be confidential and/or > privileged of Neusoft Group Ltd., its subsidiaries and/or its > affiliates. If any reader of this communication is not the > intended recipient, unauthorized use, forwarding, printing, > storing, disclosure or copying is strictly prohibited, and may be > unlawful. If you have received this communication in error, > please immediately notify the sender by return e-mail, and delete > the original message and all copies from your system. Thank you. > ------------------------------------------------------------------ > ----------------------------- > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >