Comment 3 for bug 996789

Revision history for this message
gmoore777 (guy-moore) wrote : Re: 70-install-ssh does not prevent sshd from starting up

Oh, and I forgot to mention. After the failed installation, `sshd` is running:

$ ps -alef | grep sshd
4 S root 1302 1 0 80 0 - 12487 poll_s 08:03 ? 00:00:00 /usr/sbin/sshd -D
$

and I cannot stop it via `service` command from Dom0 (cause it was started from a different machine/root):

$ sudo service ssh stop
stop: Unknown instance:
$

But I certainly can kill it (which is untrue if this sshd was started from Dom0
as another sshd would get started when something detected it died.)
$ sudo kill -9 1302
$ ps -alef | grep sshd
$