From owner-freebsd-questions@FreeBSD.ORG Wed Apr 13 10:09:57 2005 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 2F02E16A4E2 for ; Wed, 13 Apr 2005 10:09:57 +0000 (GMT) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAF0443D39 for ; Wed, 13 Apr 2005 10:09:55 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out2.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Wed, 13 Apr 2005 11:10:33 +0100 Message-ID: <425CEFF2.6010409@dial.pipex.com> Date: Wed, 13 Apr 2005 11:09:54 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7) Gecko/20040627 X-Accept-Language: en, en-us MIME-Version: 1.0 To: Stevan Tiefert References: <425CE9B7.4010900@freenet.de> In-Reply-To: <425CE9B7.4010900@freenet.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Apr 2005 10:10:33.0553 (UTC) FILETIME=[07919410:01C54011] cc: freebsd-questions@freebsd.org Subject: Re: Problem with inetd and ssh(d) 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: Wed, 13 Apr 2005 10:09:57 -0000 Stevan Tiefert wrote: > Apr 13 10:30:53 xxx inetd[500]: ssh/tcp: bind: Address already in use > > I know that inetd was writing this in this file and that ssh(d) has a > problem. bind (named) is not running on my workstation. Someone already made a suggestion, but you should know that bind in this message is nothing to do with DNS Bind software. The bind is a system call involved in setting up a socket. See "man 2 bind". --Alex