You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==> default: + sudo apt-get update
==> default: E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
==> default: E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
To get around this, I've used sleep 30 but this is hacky at best. It would be nice if cron paused was delayed whilst provisioning takes place, as executing apt-get during provisioning is a very common task.
The text was updated successfully, but these errors were encountered:
foxx
changed the title
apt.systemd.daily creates conflict
apt.systemd.daily creates conflict in xenial64 box
Jun 20, 2016
To get around this, I've used
sleep 30
but this is hacky at best. It would be nice if cron paused was delayed whilst provisioning takes place, as executingapt-get
during provisioning is a very common task.The text was updated successfully, but these errors were encountered: