From owner-freebsd-questions@FreeBSD.ORG Sun Mar 12 23:38:07 2006 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 30DE816A40E for ; Sun, 12 Mar 2006 23:38:06 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id E322143D46 for ; Sun, 12 Mar 2006 23:38:05 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from foo.antimatter.net (cpe-72-132-244-217.san.res.rr.com [72.132.244.217]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id k2D07Jal025073 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 12 Mar 2006 16:07:20 -0800 X-MailKey: purple frogs are falling from the sky Message-Id: <7.0.1.0.2.20060312153531.0780acf0@antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Sun, 12 Mar 2006 15:36:40 -0800 To: "Jeffrey" , From: Glenn Dawson In-Reply-To: <002f01c6462c$a42373d0$0c32a8c0@netdaemon.com.au> References: <002f01c6462c$a42373d0$0c32a8c0@netdaemon.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: What is the meaning of following message 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: Sun, 12 Mar 2006 23:38:08 -0000 At 03:28 PM 3/12/2006, Jeffrey wrote: >I am getting the following message: > >inetd[624]: ssh/tcp: bind: Address already use > >Anyone could tell me what is the meaning of this message? It means that you are running sshd as a daemon _and_ starting it from inetd. You can't do both. -Glenn >Thanks, > >Jeffrey >_______________________________________________ >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"