Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Rebooting Via 'REISUB' Doesn't Work

  1. #11
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,824
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Rebooting Via 'REISUB' Doesn't Work

    That sounds weird, as none of those keys is the SysRq key. But if it works ...

    Another issue that may happen with this SysRq use is with non-qwerty keyboards. If you use a non-qwerty keyboard, use the keys where REISUB would have been if it were a qwerty-keyboard.

    The short delay between the keys is to give the software time to respond. If you're too fast, you may get damaged files. The functions of the keys are:
    R - Switch the keyboard from raw mode to XLATE mode. I'm not sure what that means exactly.
    E - Send the terminate signal to all processes except init. This is a kind request for those processes to terminate, giving them opportunity to save files. They may need some time for this.
    I - Send the kill signal to all processes except init. This terminates all remaining processes (except init) immediately.
    S - Sync, flushes all file changes to permanent storage. This may take some time.
    U - Remount filesystems in read-only mode. This blocks further writes to the filesystem.
    B - Reboot.

  2. #12
    Join Date
    Aug 2021
    Beans
    194
    Distro
    Xubuntu

    Re: Rebooting Via 'REISUB' Doesn't Work

    Quote Originally Posted by Impavidus View Post
    R - Switch the keyboard from raw mode to XLATE mode. I'm not sure what that means exactly.
    XLATE stands for translate and is an ASCII mode.

    kbd_mode(1)

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •