Advertisement
Guest User

Untitled

a guest
Mar 5th, 2021
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. truenas# sudo systemctl start docker
  2. Job for docker.service failed because the control process exited with error code.
  3. See "systemctl status docker.service" and "journalctl -xe" for details.
  4. #
  5. truenas# journalctl -xe
  6. ░░ the configured Restart= setting for the unit.
  7. Mar 05 13:51:47 truenas.local systemd[1]: Stopped Docker Application Container Engine.
  8. ░░ Subject: A stop job for unit docker.service has finished
  9. ░░ Defined-By: systemd
  10. ░░ Support: https://www.debian.org/support
  11. ░░
  12. ░░ A stop job for unit docker.service has finished.
  13. ░░
  14. ░░ The job identifier is 2295 and the job result is done.
  15. Mar 05 13:51:47 truenas.local systemd[1]: Starting Docker Application Container Engine...
  16. ░░ Subject: A start job for unit docker.service has begun execution
  17. ░░ Defined-By: systemd
  18. ░░ Support: https://www.debian.org/support
  19. ░░
  20. ░░ A start job for unit docker.service has begun execution.
  21. ░░
  22. ░░ The job identifier is 2295.
  23. Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.980156155-08:00" level=info msg="Starting up"
  24. Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.981338525-08:00" level=info msg="parsed scheme: \"unix\"" module=grpc
  25. Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.981353646-08:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
  26. Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.981370565-08:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///run/containerd/containerd.sock <nil> 0 <nil>}] <nil> <nil>}" m>
  27. Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.981380688-08:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
  28. Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.981989440-08:00" level=info msg="parsed scheme: \"unix\"" module=grpc
  29. Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.982005325-08:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
  30. Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.982018257-08:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///run/containerd/containerd.sock <nil> 0 <nil>}] <nil> <nil>}" m>
  31. Mar 05 13:51:47 truenas.local dockerd[25179]: time="2021-03-05T13:51:47.982027751-08:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
  32. Mar 05 13:51:47 truenas.local dockerd[25179]: failed to start daemon: error initializing graphdriver: Cannot find root filesystem Disk 1/ix-applications/docker: Output does not match what is expected on this platform
  33. Mar 05 13:51:47 truenas.local systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
  34. ░░ Subject: Unit process exited
  35. ░░ Defined-By: systemd
  36. ░░ Support: https://www.debian.org/support
  37. ░░
  38. ░░ An ExecStart= process belonging to unit docker.service has exited.
  39. ░░
  40. ░░ The process' exit code is 'exited' and its exit status is 1.
  41. Mar 05 13:51:47 truenas.local systemd[1]: docker.service: Failed with result 'exit-code'.
  42. ░░ Subject: Unit failed
  43. ░░ Defined-By: systemd
  44. ░░ Support: https://www.debian.org/support
  45. ░░
  46. ░░ The unit docker.service has entered the 'failed' state with result 'exit-code'.
  47. Mar 05 13:51:47 truenas.local systemd[1]: Failed to start Docker Application Container Engine.
  48. ░░ Subject: A start job for unit docker.service has failed
  49. ░░ Defined-By: systemd
  50. ░░ Support: https://www.debian.org/support
  51. ░░
  52. ░░ A start job for unit docker.service has finished with a failure.
  53. ░░
  54. ░░ The job identifier is 2295 and the job result is failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement