From owner-freebsd-questions@FreeBSD.ORG Wed Apr 13 09:43:19 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 1312016A4CE for ; Wed, 13 Apr 2005 09:43:19 +0000 (GMT) Received: from mout1.freenet.de (mout1.freenet.de [194.97.50.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EE1143D5E for ; Wed, 13 Apr 2005 09:43:18 +0000 (GMT) (envelope-from stevan.tiefert@freenet.de) Received: from [194.97.55.192] (helo=mx8.freenet.de) by mout1.freenet.de with esmtpa (Exim 4.51) id 1DLeOz-0001iZ-4z for freebsd-questions@freebsd.org; Wed, 13 Apr 2005 11:43:17 +0200 Received: from rot-1.de ([213.146.120.136] helo=[192.168.0.2]) 4.51 #8) id 1DLeOy-0002DP-Sk for freebsd-questions@freebsd.org; Wed, 13 Apr 2005 11:43:17 +0200 Message-ID: <425CE9B7.4010900@freenet.de> Date: Wed, 13 Apr 2005 11:43:19 +0200 From: Stevan Tiefert User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7.2) Gecko/20040803 X-Accept-Language: de, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 09:43:19 -0000 Hello list, I have since days ervery ten minutes on my workstation xxx.domain.tld a entry in my /var/log/messages and on the console at the root-account these messages are appearing: ---------------------8< Apr 13 10:30:53 xxx inetd[500]: ssh/tcp: bind: Address already in use Apr 13 10:40:53 xxx inetd[500]: ssh/tcp: bind: Address already in use Apr 13 10:50:53 xxx inetd[500]: ssh/tcp: bind: Address already in use Apr 13 11:00:53 xxx inetd[500]: ssh/tcp: bind: Address already in use Apr 13 11:10:53 xxx inetd[500]: ssh/tcp: bind: Address already in use Apr 13 11:20:53 xxx inetd[500]: ssh/tcp: bind: Address already in use Apr 13 11:30:53 xxx inetd[500]: ssh/tcp: bind: Address already in use ---------------------8< 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. ssh/sshd is definitly running because I am using it at the moment. My problem is that I don't know how to handle with the problem, because I don't know what inetd wants from me. I looked in "man inetd" but there is not this error described... With regards Stevan Tiefert