Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.
This repository was 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

@razeineldin

Description

@razeineldin

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions