Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2007 21:56:03 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Derek Ragona <derek@computinginnovations.com>
Cc:        Noah <admin2@enabled.com>, User Questions <freebsd-questions@freebsd.org>
Subject:   Re: sshd attempting to start twice?
Message-ID:  <20070226195603.GB17029@kobe.laptop>
In-Reply-To: <6.0.0.22.2.20070226130607.024c0508@mail.computinginnovations.com>
References:  <45E32743.2010405@enabled.com> <6.0.0.22.2.20070226130607.024c0508@mail.computinginnovations.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 :)




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