up vote 1 down vote favorite
share [g+] share [fb]

Possible Duplicate:
Recover from skill -STOP -u root

I was trying to logout previous logged-in root sessions, and stupidly, I typed skill -STOP -u root

Now, I can't ssh back into the server. How do I recover???

link|improve this question
Call the datacenter support, probably? – Mehrdad Jan 30 '10 at 18:50
1  
move to serverfault? – Nicolás Jan 30 '10 at 18:51
1  
If there is no non-root process from which you can su then the sure way would be to reboot the machine. – che Jan 30 '10 at 18:52
1  
I suggest you reboot and watch console. I've often configured servers with a serial connection and a non-root login that I know i can su from. I also give root login permissions to /dev/ttyS1, in case something removed the alternate account. – memnoch_proxy Jan 31 '10 at 6:11
feedback

migrated from stackoverflow.com Jan 30 '10 at 23:30

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by splattne Nov 12 '10 at 20:32

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ.

1 Answer

If you were lucky enough to already be logged in (not as root), you could sudo or su and make it right. Otherwise, you are S.O.L. without a reset switch.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.