Advertisement
wojtek327

Untitled

May 15th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.70 KB | None | 0 0
  1. ● watchdog.service - watchdog daemon
  2.    Loaded: loaded (/lib/systemd/system/watchdog.service; static)
  3.    Active: active (running) since Mon 2017-05-15 08:46:31 CEST; 2min 30s ago
  4.   Process: 1694 ExecStart=/bin/sh -c [ $run_watchdog != 1 ] || exec /usr/sbin/watchdog $watchdog_options (code=exited, status=0/SUCCESS)
  5.   Process: 1690 ExecStartPre=/bin/sh -c [ -z "${watchdog_module}" ] || [ "${watchdog_module}" = "none" ] || /sbin/modprobe $watchdog_module (code=exited, status=0/SUCCESS)
  6.  Main PID: 1696 (watchdog)
  7.    CGroup: /system.slice/watchdog.service
  8.            └─1696 /usr/sbin/watchdog
  9.  
  10. May 15 08:46:31 raspberrypi sh[1694]: Ignoring invalid line in config file:
  11. May 15 08:46:31 raspberrypi sh[1694]: temperature-sensor = /sys/class/therm...mp
  12. May 15 08:46:31 raspberrypi watchdog[1696]: starting daemon (5.14):
  13. May 15 08:46:31 raspberrypi watchdog[1696]: int=1s realtime=yes sync=no soft...0
  14. May 15 08:46:31 raspberrypi watchdog[1696]: ping: no machine to check
  15. May 15 08:46:31 raspberrypi watchdog[1696]: file: no file to check
  16. May 15 08:46:31 raspberrypi watchdog[1696]: pidfile: no server process to check
  17. May 15 08:46:31 raspberrypi watchdog[1696]: interface: no interface to check
  18. May 15 08:46:31 raspberrypi watchdog[1696]: temperature: maximum = 90
  19. May 15 08:46:31 raspberrypi watchdog[1696]: temperature: /sys/class/thermal/...p
  20. May 15 08:46:31 raspberrypi watchdog[1696]: test=none(0) repair=none(0) aliv...o
  21. May 15 08:46:31 raspberrypi watchdog[1696]: watchdog now set to 15 seconds
  22. May 15 08:46:31 raspberrypi watchdog[1696]: hardware watchdog identity: Broa...r
  23. May 15 08:46:31 raspberrypi systemd[1]: Started watchdog daemon.
  24. Hint: Some lines were ellipsized, use -l to show in full.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement