From owner-freebsd-questions@FreeBSD.ORG Wed Feb 8 19:51:07 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5702A106564A for ; Wed, 8 Feb 2012 19:51:07 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout030.mac.com (asmtpout030.mac.com [17.148.16.105]) by mx1.freebsd.org (Postfix) with ESMTP id 3DF308FC14 for ; Wed, 8 Feb 2012 19:51:06 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com (unknown [17.209.4.71]) by asmtp030.mac.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0LZ300E8KB4M4V80@asmtp030.mac.com> for questions@freebsd.org; Wed, 08 Feb 2012 11:50:47 -0800 (PST) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.6.7361,1.0.260,0.0.0000 definitions=2012-02-08_07:2012-02-08, 2012-02-08, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1202080196 From: Chuck Swiger In-reply-to: Date: Wed, 08 Feb 2012 11:50:46 -0800 Message-id: <36446D37-BCB1-4C64-92F2-68A2EF249CBD@mac.com> References: To: Henry Olyer X-Mailer: Apple Mail (2.1084) Cc: freebsd-questions Subject: Re: inetd[1081]: 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: Wed, 08 Feb 2012 19:51:07 -0000 On Feb 8, 2012, at 11:39 AM, Henry Olyer wrote: > Second, I am getting: inetd[1081]: ssh/tcp: bind: address already in use. > What's the fix, please? Don't try to run sshd via inetd when you're already starting it as a daemon. Regards, -- -Chuck