• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Remote linux shutdown on frozen system

skypilot

Golden Member
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?
 
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.
 
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.
 
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?

🙂
 
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.
 
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.
 
Back
Top