From owner-freebsd-questions@FreeBSD.ORG Mon Feb 26 21:05:02 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 99D9016A414 for ; Mon, 26 Feb 2007 21:05:02 +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 5701713C4B7 for ; Mon, 26 Feb 2007 21:04:58 +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 l1QL4NQa014815; Mon, 26 Feb 2007 15:04:23 -0600 (CST) Message-Id: <6.0.0.22.2.20070226150348.024b5198@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 26 Feb 2007 15:04:08 -0600 To: Giorgos Keramidas From: Derek Ragona In-Reply-To: <20070226195603.GB17029@kobe.laptop> References: <45E32743.2010405@enabled.com> <6.0.0.22.2.20070226130607.024c0508@mail.computinginnovations.com> <20070226195603.GB17029@kobe.laptop> 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: Noah , User Questions 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 21:05:02 -0000 Yup, my bad typo. -Derek At 01:56 PM 2/26/2007, Giorgos Keramidas wrote: >On 2007-02-26 13:06, Derek Ragona wrote: > > The errors you are getting is indicative that sshd is already running. > > Try doing: > > > > ps -ax|grep named > >You mean "grep sshd" right? :) > >A slightly more complex command, which gives nicer output is: > > $ ps xau -p $(echo $(pgrep 'ssh') | sed -e 's/ /,/g') > >Replace 'ssh' with any other string, and enjoy :) > > >-- >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.