Mnemoic 
           | 
          Value 
           | 
          Description 
           | 
          Action 
           | 
        
        
          | EREBOOT | 
          255 (-1) | 
          Unconditional reboot
            requested. | 
          Reboot 
           | 
        
        
          | ERESET | 
          254 (-2) | 
          Unconditional reset
            requested. In this case it sends SIGSTOP to everything,
            sync's the file system and uses the watchdog hardware to
            reset the machine (then attempts the Linux reboot call if
            the hardware fails to do this). 
           | 
          Reset 
           | 
        
        
          | EMAXLOAD | 
          253 (-3) | 
          Load averages are too high. 
           | 
          Reboot 
           | 
        
        
          | ETOOHOT | 
          252 (-4) | 
          Too hot, power off (or halt)
            the computer in an orderly manner. | 
          Power
            off 
           | 
        
        
          EDONTKNOW 
           | 
          245
            (-11) 
           | 
          State unknown, so don't treat
            this as an error, but also don't reset the retry counter. 
           | 
          Ignore 
           | 
        
        
          | ENOMEM | 
          12 | 
          Out of memory. 
           | 
          Reboot 
           | 
        
        
          | ENFILE | 
          23 | 
          File table overflow. 
           | 
          Reboot 
           | 
        
        
          | EMFILE | 
          24 | 
          Too many open files. 
           | 
          Reboot 
           |