Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2007 15:04:08 -0600
From:      Derek Ragona <derek@computinginnovations.com>
To:        Giorgos Keramidas <keramida@ceid.upatras.gr>
Cc:        Noah <admin2@enabled.com>, User Questions <freebsd-questions@freebsd.org>
Subject:   Re: sshd attempting to start twice?
Message-ID:  <6.0.0.22.2.20070226150348.024b5198@mail.computinginnovations.com>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
Yup, my bad typo.

         -Derek


At 01:56 PM 2/26/2007, Giorgos Keramidas wrote:
>On 2007-02-26 13:06, Derek Ragona <derek@computinginnovations.com> 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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.0.0.22.2.20070226150348.024b5198>