Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

ERROR: Line 180 of script has return value 1. The log file is saved at /tmp/tmp.pe5bmESQAJ #12

Open
razeineldin opened this issue Mar 19, 2018 · 0 comments

Comments

@razeineldin
Copy link

This error is caused when I uninstalled Autolab then tried to reinstall it. My explanation to this error is that Autolab was not completely removed due to some issues in the uninstall.sh script.

  1. Firstly, I got the following errors when I run uninstall.sh:
Remove one or more containers
rm: cannot remove ‘/var/lib/docker/plugins’: Device or resource busy
rm: cannot remove ‘/var/lib/docker/overlay2’: Device or resource busy

the solution is simply umount these directories before removing them using

sudo umount /var/lib/docker/overlay2
sudo umount /var/lib/docker/plugins
  1. Secondly, docker-engine is obsoleted and docker-ce is used instead, so the uninstall.sh should be updated
sudo apt-get purge docker-ce;
sudo apt-get autoremove --purge docker-ce;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant