From owner-freebsd-questions@FreeBSD.ORG Mon Feb 26 19:07:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 727F316A400 for ; Mon, 26 Feb 2007 19:07:40 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-227-250.chi1.dsl.speakeasy.net [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 2B6F113C4A8 for ; Mon, 26 Feb 2007 19:07:39 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l1QJ77c4013046; Mon, 26 Feb 2007 13:07:08 -0600 (CST) Message-Id: <6.0.0.22.2.20070226130607.024c0508@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 26 Feb 2007 13:06:55 -0600 To: Noah , User Questions From: Derek Ragona In-Reply-To: <45E32743.2010405@enabled.com> References: <45E32743.2010405@enabled.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: sshd attempting to start twice? 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: Mon, 26 Feb 2007 19:07:40 -0000 The errors you are getting is indicative that sshd is already running. Try doing: ps -ax|grep named -Derek At 12:30 PM 2/26/2007, Noah wrote: >Hi there, > >any clues why sshd is attempting to start twice? > > >sshd[836]: error: Bind to port 22 on :: failed: Address already in use. >sshd[836]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use. > > >here is the /etc/rc.conf of the server: > >-- sysinstall generated deltas -- # Fri Jan 26 05:42:42 2007 ># Created: Fri Jan 26 05:42:42 2007 ># Enable network daemons for user convenience. ># Please make all changes to this file, not to /etc/defaults/rc.conf. ># This file now contains just the overrides from /etc/defaults/rc.conf. >linux_enable="YES" >named_enable="YES" >moused_enable="YES" >nfs_client_enable="YES" >nfs_server_enable="YES" >rpcbind_enable="YES" >sshd_enable="YES" >sshd_program="/usr/local/sbin/sshd" >sshd_flags="-f /etc/ssh/sshd_config" >usbd_enable="YES" >ntpd_enable="YES" >ntpd_flags="-c /etc/ntp/ntp.conf" >ntupdate="YES" >ntpdate_config="/etc/ntp/ntp.conf" >nfs_client_enable="YES" >nfs_client_flags="-n 4" >inetd_enable="YES" >syslog_ng_enable="YES" >syslog_ng_pid="/var/run/syslog-ng.pid" > > > >cheers, > >Noah > >_______________________________________________ >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" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support.