-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
Status: UntriagedAn issue that has yet to be triaged.An issue that has yet to be triaged.Type: BugDoes not work as expected.Does not work as expected.
Description
Version:
current at https://omnitruck.chef.io/install.sh
Environment:
I am running the script on Ubuntu 18.04 but the problem being described here is OS-agnostic and applies to all installation methods that use a package manager that uses a lock so that two package processes cannot run at once.
Scenario:
I am attempting to install chef using the install.sh script, coincidentally at the same time as another process is using dpkg (or another package manager).
Steps to Reproduce:
- launch a long/slow
dpkgoryumprocess - in another shell, run
install.sh
Expected Result:
install script waits for dpkg/yum to become unlocked
Actual Result:
Installing chef
installing with dpkg...
dpkg: error: dpkg frontend is locked by another process
Installation failed
Version:
Metadata
Metadata
Assignees
Labels
Status: UntriagedAn issue that has yet to be triaged.An issue that has yet to be triaged.Type: BugDoes not work as expected.Does not work as expected.