sshd attempting to start twice?

Derek Ragona derek at computinginnovations.com
Mon Feb 26 21:05:02 UTC 2007


Yup, my bad typo.

         -Derek


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



More information about the freebsd-questions mailing list