Edit History Actions Discussion

Diff for "FAQ/DeadScreen"

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2006-07-24 07:23:31
Size: 391
Comment:
Revision 3 as of 2008-01-04 00:27:48
Size: 543
Comment: link to autostart
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
independence@rhea ~ $ screen -r independence@titan ~ $ screen -r
Line 5: Line 5:
8541.pts-0.saturn (Dead ???) 8541.pts-0.titan (Dead ???)
Line 8: Line 8:
This means that your screen has been killed while you were away. Probably because of a server reboot or power failure. Just type 'screen -wipe' and then start a new screen.
This means that your screen has been killed while you were away. Probably because of a server reboot or similar. Just type 'screen -wipe' and then start a new screen.

If you want your screens to automatically restart when the system boots up after a reboot, read this howto on autostarting apps: ["Howto/Autostart"].
Line 10: Line 14:
["CategoryFAQ"]  ["CategoryFAQ"]

Dead Screen

independence@titan ~ $ screen -r
There is a screen on:
8541.pts-0.titan       (Dead ???)
Remove dead screens with 'screen -wipe'.
There is no screen to be resumed.

This means that your screen has been killed while you were away. Probably because of a server reboot or similar. Just type 'screen -wipe' and then start a new screen.

If you want your screens to automatically restart when the system boots up after a reboot, read this howto on autostarting apps: ["Howto/Autostart"].


  • ["CategoryFAQ"]