View Single Post
Posts: 32 | Thanked: 9 times | Joined on Nov 2009 @ Norway
#14
Originally Posted by Suurorca View Post
Funnily enough, the server doesn't seem to stop for me, even though it returns "service stopped"; ssh localhost still lets me in.
From an xterminal try :-
Code:
ps -ef | grep sshd
<kill all the processeses>
/etc/init.d/sshd start
/etc/init.d/sshd stop
ps -ef | grep sshd
Does it stop it now - if so it may have been a pid file lying around from earlier. Argh, perhaps it is an interaction between the old and new methods of starting : init.d against upstart. In fact perhaps the above should be just "start sshd; stop sshd" instead of "/etc/init.d/sshd" ?