Remote linux shutdown on frozen system

skypilot

Golden Member
Mar 20, 2000
1,616
0
0
I froze a remote linux system while using VNC, and I need to restart it or un-freeze it. Keep in mind I'm not an expert sysad or anything.

The system responds to pings, but I cannot ssh in. Is there any other strategy I can employ?
 

greylica

Senior member
Aug 11, 2006
276
0
0
x11vnc can solve it too if you are using UltraVNc or something, but you will not be able to transfer files.
Sometimes when I want to control external machines and transfer files I use Ultravnc under Wine. But the reverse is very unstable. Ultravnc over X11
sometimes can freeze up X. But a CTRL + ALT + BACKSPACE is impossible if the machine is alone.
 

sourceninja

Diamond Member
Mar 8, 2005
8,805
65
91
The question would be did linux lock up, or did X lock up? Probably X locked up. If you have ssh access, you can ssh in and restart X.
 

silverpig

Lifer
Jul 29, 2001
27,703
12
81
Originally posted by: sourceninja
The question would be did linux lock up, or did X lock up? Probably X locked up. If you have ssh access, you can ssh in and restart X.

Dude... did you read the OP?

:)
 

DaiShan

Diamond Member
Jul 5, 2001
9,617
1
0
Originally posted by: silverpig
Originally posted by: sourceninja
The question would be did linux lock up, or did X lock up? Probably X locked up. If you have ssh access, you can ssh in and restart X.

Dude... did you read the OP?

:)

Well the question becomes: does the OP even have sshd configured and running? I agree with Sourceninja that the problem is most likely X related. SSH is your friend! As for this situation there isn't much that you can do.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Well the question becomes: does the OP even have sshd configured and running? I agree with Sourceninja that the problem is most likely X related. SSH is your friend! As for this situation there isn't much that you can do.

The OP said he can't ssh in which usually means that the filesystem holding the shell has been shutdown or the drive it's on is having problems.