Advertisement
yumetodo

systemd_imwheel_log.txt

Mar 8th, 2017
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 KB | None | 0 0
  1. $ sudo systemctl daemon-reload
  2. $ sudo systemctl status imwheel.service
  3. ● imwheel.service - imwheel
  4. Loaded: loaded (/etc/systemd/system/imwheel.service; enabled; vendor preset: enabled)
  5. Active: failed (Result: exit-code) since 火 2017-03-07 19:50:05 JST; 24h ago
  6. Main PID: 1045 (code=exited, status=0/SUCCESS)
  7.  
  8. 3月 07 19:50:05 yumetodo-desktop systemd[1]: Started imwheel.
  9. 3月 07 19:50:05 yumetodo-desktop imwheel[1045]: INFO: imwheel started (pid=1112)
  10. 3月 07 19:50:05 yumetodo-desktop imwheel[1045]: Could not open display, check shell DISPLAY variable, and export or setenv it!
  11. 3月 07 19:50:05 yumetodo-desktop systemd[1]: imwheel.service: Control process exited, code=exited status=1
  12. 3月 07 19:50:05 yumetodo-desktop systemd[1]: imwheel.service: Unit entered failed state.
  13. 3月 07 19:50:05 yumetodo-desktop systemd[1]: imwheel.service: Failed with result 'exit-code'.
  14. $ sudo systemctl disable imwheel.service
  15. Removed symlink /etc/systemd/system/multi-user.target.wants/imwheel.service.
  16. $ sudo systemctl status imwheel.service
  17. ● imwheel.service - imwheel
  18. Loaded: loaded (/etc/systemd/system/imwheel.service; disabled; vendor preset: enabled)
  19. Active: failed (Result: exit-code) since 火 2017-03-07 19:50:05 JST; 24h ago
  20. Main PID: 1045 (code=exited, status=0/SUCCESS)
  21.  
  22. 3月 07 19:50:05 yumetodo-desktop systemd[1]: Started imwheel.
  23. 3月 07 19:50:05 yumetodo-desktop imwheel[1045]: INFO: imwheel started (pid=1112)
  24. 3月 07 19:50:05 yumetodo-desktop imwheel[1045]: Could not open display, check shell DISPLAY variable, and export or setenv it!
  25. 3月 07 19:50:05 yumetodo-desktop systemd[1]: imwheel.service: Control process exited, code=exited status=1
  26. 3月 07 19:50:05 yumetodo-desktop systemd[1]: imwheel.service: Unit entered failed state.
  27. 3月 07 19:50:05 yumetodo-desktop systemd[1]: imwheel.service: Failed with result 'exit-code'.
  28. $ sudo systemctl stop imwheel.service
  29. $ sudo systemctl status imwheel.service
  30. ● imwheel.service - imwheel
  31. Loaded: loaded (/etc/systemd/system/imwheel.service; disabled; vendor preset: enabled)
  32. Active: failed (Result: exit-code) since 火 2017-03-07 19:50:05 JST; 24h ago
  33. Main PID: 1045 (code=exited, status=0/SUCCESS)
  34.  
  35. 3月 07 19:50:05 yumetodo-desktop systemd[1]: Started imwheel.
  36. 3月 07 19:50:05 yumetodo-desktop imwheel[1045]: INFO: imwheel started (pid=1112)
  37. 3月 07 19:50:05 yumetodo-desktop imwheel[1045]: Could not open display, check shell DISPLAY variable, and export or setenv it!
  38. 3月 07 19:50:05 yumetodo-desktop systemd[1]: imwheel.service: Control process exited, code=exited status=1
  39. 3月 07 19:50:05 yumetodo-desktop systemd[1]: imwheel.service: Unit entered failed state.
  40. 3月 07 19:50:05 yumetodo-desktop systemd[1]: imwheel.service: Failed with result 'exit-code'.
  41. 3月 08 20:17:21 yumetodo-desktop systemd[1]: Stopped imwheel.
  42. $ sudo systemctl enable imwheel.service
  43. Created symlink from /etc/systemd/system/multi-user.target.wants/imwheel.service to /etc/systemd/system/imwheel.service.
  44. $ sudo systemctl start imwheel.service
  45. $ sudo systemctl status imwheel.service
  46. ● imwheel.service - imwheel
  47. Loaded: loaded (/etc/systemd/system/imwheel.service; enabled; vendor preset: enabled)
  48. Active: failed (Result: exit-code) since 水 2017-03-08 20:17:41 JST; 2s ago
  49. Process: 8104 ExecStop=/usr/bin/pkill imwheel (code=exited, status=1/FAILURE)
  50. Process: 8100 ExecStart=/usr/bin/imwheel (code=exited, status=0/SUCCESS)
  51. Main PID: 8100 (code=exited, status=0/SUCCESS)
  52.  
  53. 3月 08 20:17:41 yumetodo-desktop systemd[1]: Started imwheel.
  54. 3月 08 20:17:41 yumetodo-desktop imwheel[8100]: INFO: imwheel started (pid=8102)
  55. 3月 08 20:17:41 yumetodo-desktop imwheel[8100]: Could not open display, check shell DISPLAY variable, and export or setenv it!
  56. 3月 08 20:17:41 yumetodo-desktop systemd[1]: imwheel.service: Control process exited, code=exited status=1
  57. 3月 08 20:17:41 yumetodo-desktop systemd[1]: imwheel.service: Unit entered failed state.
  58. 3月 08 20:17:41 yumetodo-desktop systemd[1]: imwheel.service: Failed with result 'exit-code'.
  59. $ journalctl -u imwheel
  60. -- Logs begin at 火 2017-03-07 19:50:04 JST, end at 水 2017-03-08 20:17:44 JST. --
  61. 3月 07 19:50:05 yumetodo-desktop systemd[1]: Started imwheel.
  62. 3月 07 19:50:05 yumetodo-desktop imwheel[1045]: INFO: imwheel started (pid=1112)
  63. 3月 07 19:50:05 yumetodo-desktop imwheel[1045]: Could not open display, check shell DISPLAY variable, and export or setenv it!
  64. 3月 07 19:50:05 yumetodo-desktop systemd[1]: imwheel.service: Control process exited, code=exited status=1
  65. 3月 07 19:50:05 yumetodo-desktop systemd[1]: imwheel.service: Unit entered failed state.
  66. 3月 07 19:50:05 yumetodo-desktop systemd[1]: imwheel.service: Failed with result 'exit-code'.
  67. 3月 08 20:17:21 yumetodo-desktop systemd[1]: Stopped imwheel.
  68. 3月 08 20:17:41 yumetodo-desktop systemd[1]: Started imwheel.
  69. 3月 08 20:17:41 yumetodo-desktop imwheel[8100]: INFO: imwheel started (pid=8102)
  70. 3月 08 20:17:41 yumetodo-desktop imwheel[8100]: Could not open display, check shell DISPLAY variable, and export or setenv it!
  71. 3月 08 20:17:41 yumetodo-desktop systemd[1]: imwheel.service: Control process exited, code=exited status=1
  72. 3月 08 20:17:41 yumetodo-desktop systemd[1]: imwheel.service: Unit entered failed state.
  73. 3月 08 20:17:41 yumetodo-desktop systemd[1]: imwheel.service: Failed with result 'exit-code'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement