Advertisement
Guest User

Untitled

a guest
Oct 31st, 2016
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. [root@Sailfish /]# systemctl status systemd-tmpfiles-setup-dev.service
  2. systemd-tmpfiles-setup-dev.service - Create static device nodes in /dev
  3. Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-setup-dev.service; static)
  4. Active: failed (Result: exit-code) since Mon 2016-10-31 14:00:33 CET; 2s ago
  5. Docs: man:tmpfiles.d(5)
  6. man:systemd-tmpfiles(8)
  7. Process: 2332 ExecStart=/bin/systemd-tmpfiles --prefix=/dev --create (code=exited, status=1/FAILURE)
  8. Main PID: 2332 (code=exited, status=1/FAILURE)
  9.  
  10. Oct 31 14:00:33 Sailfish systemd[1]: Starting Create static device nodes in /dev...
  11. Oct 31 14:00:33 Sailfish systemd-tmpfiles[2332]: [/run/tmpfiles.d/kmod.conf:1] Can't parse device file major/minor '- 10:235'.
  12. Oct 31 14:00:33 Sailfish systemd[1]: systemd-tmpfiles-setup-dev.service: main process exited, code=exited, status=1/FAILURE
  13. Oct 31 14:00:33 Sailfish systemd[1]: Failed to start Create static device nodes in /dev.
  14. Oct 31 14:00:33 Sailfish systemd[1]: Unit systemd-tmpfiles-setup-dev.service entered failed state.
  15. [root@Sailfish /]#
  16.  
  17. [root@Sailfish /]# systemctl status systemd-tmpfiles-setup-dev.service
  18. systemd-tmpfiles-setup-dev.service - Create static device nodes in /dev
  19. Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-setup-dev.service; static)
  20. Active: failed (Result: exit-code) since Mon 2016-10-31 14:00:33 CET; 2s ago
  21. Docs: man:tmpfiles.d(5)
  22. man:systemd-tmpfiles(8)
  23. Process: 2332 ExecStart=/bin/systemd-tmpfiles --prefix=/dev --create (code=exited, status=1/FAILURE)
  24. Main PID: 2332 (code=exited, status=1/FAILURE)
  25.  
  26. Oct 31 14:00:33 Sailfish systemd[1]: Starting Create static device nodes in /dev...
  27. Oct 31 14:00:33 Sailfish systemd-tmpfiles[2332]: [/run/tmpfiles.d/kmod.conf:1] Can't parse device file major/minor '- 10:235'.
  28. Oct 31 14:00:33 Sailfish systemd[1]: systemd-tmpfiles-setup-dev.service: main process exited, code=exited, status=1/FAILURE
  29. Oct 31 14:00:33 Sailfish systemd[1]: Failed to start Create static device nodes in /dev.
  30. Oct 31 14:00:33 Sailfish systemd[1]: Unit systemd-tmpfiles-setup-dev.service entered failed state.
  31. [root@Sailfish /]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement