Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2020-09-10 07:39:20
Size: 729
Editor: hgiger
Comment:
Revision 5 as of 2021-03-11 10:15:21
Size: 770
Editor: stroth
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from FAQ/RebootTardis
Line 3: Line 4:
= How can I reboot my Tardis Workstation? =
NEVER reboot your Workstation. Maybe there are other students logged in and working on it or any important jobs running. Probably it is only your crashed browser that blocks the keyboard or mouse. Login from an other machine and find out which process is locking the machine up. Try `top` to figure this out.
= How can I reboot my managed Linux PC? =
NEVER reboot your workstation. Maybe there are other students logged in and working on it or any important jobs running. Probably it is only your crashed browser that blocks the keyboard or mouse. Login from an other machine and find out which process is locking the machine up. Try `top` to figure this out.

How can I reboot my managed Linux PC?

NEVER reboot your workstation. Maybe there are other students logged in and working on it or any important jobs running. Probably it is only your crashed browser that blocks the keyboard or mouse. Login from an other machine and find out which process is locking the machine up. Try top to figure this out.

On a Linux Workstation you can use the key-combination Ctrl+Alt+Backspace to restart your Xserver.

A very effective and simple way to 'unblock' a machine is to walk to one which is working and then type:

ssh username@blocked_machine kill -TERM -1

If you still have problems, mail to support@ee.ethz.ch


CategoryEDUC

FAQ/RebootLinuxClient (last edited 2021-03-11 10:15:21 by stroth)