Advertisement
deyoungp

elabftw error after reboot

Oct 9th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1.  
  2.  
  3. pauldeyoung@local-root-analysis-3:~$ sudo docker run hello-world
  4. [sudo] password for pauldeyoung:
  5.  
  6. Hello from Docker!
  7. This message shows that your installation appears to be working correctly.
  8.  
  9. To generate this message, Docker took the following steps:
  10. 1. The Docker client contacted the Docker daemon.
  11. 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
  12. 3. The Docker daemon created a new container from that image which runs the
  13. executable that produces the output you are currently reading.
  14. 4. The Docker daemon streamed that output to the Docker client, which sent it
  15. to your terminal.
  16.  
  17. To try something more ambitious, you can run an Ubuntu container with:
  18. $ docker run -it ubuntu bash
  19.  
  20. Share images, automate workflows, and more with a free Docker ID:
  21. https://cloud.docker.com/
  22.  
  23. For more examples and ideas, visit:
  24. https://docs.docker.com/engine/userguide/
  25.  
  26. pauldeyoung@local-root-analysis-3:~$ sudo su
  27. root@local-root-analysis-3:/home/pauldeyoung# elabctl start
  28. elabctl © 2017 Nicolas CARPi - https://www.elabftw.net
  29. Version: 0.6.2
  30. Using configuration file: /etc/elabftw.yml
  31.  
  32. Removing mysql
  33. ERROR: driver "aufs" failed to remove root filesystem for 4528a3598c4d6b846099a9e00e413cb7f29b1778d1dc73b434caeb8407f1b41f: could not remove diff path for id 1db9ace3915e17dc1a4753b7368598a4d0aacbde37e2f01c5589d3a3ea52f851: error preparing atomic delete: rename /var/lib/docker/aufs/diff/1db9ace3915e17dc1a4753b7368598a4d0aacbde37e2f01c5589d3a3ea52f851 /var/lib/docker/aufs/diff/1db9ace3915e17dc1a4753b7368598a4d0aacbde37e2f01c5589d3a3ea52f851-removing: device or resource busy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement