PureStorage-OpenConnect / FlashStache

One-step configuration for automating array querying, storing the query results, and visualizing them with Grafana
Apache License 2.0
4 stars 0 forks source link

FlashStache: dpkg -i encounters lock contention #8

Closed bubthegreat closed 6 years ago

bubthegreat commented 6 years ago

During installation with setup.sh we get an error that the installation failed:

dpkg: error: dpkg status database is locked by another process

It looks like this is just a simple lock contention issue because the wget hasn't finished saving the file completely before we attempt to run dpkg -i.

bubthegreat commented 6 years ago

Not fixed, but added warning in fcdc733a2e6470241a7ae4936c6215796a7a2369 that will let you see why it failed in the logs if there was a lock.