From owner-freebsd-questions@FreeBSD.ORG Thu Dec 29 17:24:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8EB0516A41F for ; Thu, 29 Dec 2005 17:24:42 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 115FA43D5A for ; Thu, 29 Dec 2005 17:24:41 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.13.4/8.13.4) with ESMTP id jBTHOXv8063372 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 29 Dec 2005 09:24:34 -0800 (PST) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.13.4/8.13.4/Submit) id jBTHOXcF063371; Thu, 29 Dec 2005 09:24:33 -0800 (PST) (envelope-from james) Date: Thu, 29 Dec 2005 09:24:33 -0800 From: James Long To: freebsd-questions@freebsd.org Message-ID: <20051229172433.GA63331@ns.museum.rain.com> References: <20051229162943.960D216A429@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051229162943.960D216A429@hub.freebsd.org> User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-101.4 required=5.0 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ns.museum.rain.com Cc: Robin Becker Subject: Re: inetd[469] messages 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: Thu, 29 Dec 2005 17:24:42 -0000 > Date: Thu, 29 Dec 2005 14:11:39 +0000 > From: Robin Becker > Subject: inetd[469] messages > To: freebsd-questions@freebsd.org > Message-ID: <43B3EE9B.8000105@chamonix.reportlab.co.uk> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi, I've recently installed/upgraded to freebsd 6.0 from freebsd 4.9. Most > things have gone very smoothly and I thank the developers. > > However, I'm seeing a lot of these messages in the system log > > Dec 29 02:41:46 www inetd[469]: ssh/tcp: bind: Address already in use > > It seems like these are every 10 minutes. I suppose it's something obvious, but > I don't know what. > > Can anyone help? > -- > Robin Becker It's not "anything obvious" if you don't post any info. Since inetd is the one making the complaining log entries, why not post inetd.conf? Just a guess, but I'd venture that you're running ssh as a daemon AND from inetd.conf. If so, remove the entry from inetd.conf. But without seeing your inetd configuration, that's pure speculation.