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

Increase lock wait timeout for qemu_user setup script #3114

Merged
merged 1 commit into from
May 17, 2023

Conversation

Porges
Copy link
Member

@Porges Porges commented May 17, 2023

Address this error when running the setup script:

sudo apt-get install -y qemu-user g++-aarch64-linux-gnu libasan5-arm64-cross
E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 9364 (dpkg)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?

Solution from here; this option is present in Ubuntu 20.04 and later, which we use.

@Porges Porges changed the title Increase lock wait timeout for qemu_user setup Increase lock wait timeout for qemu_user setup script May 17, 2023
@codecov-commenter
Copy link

codecov-commenter commented May 17, 2023

Codecov Report

Merging #3114 (f12291c) into main (2f478d6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3114   +/-   ##
=======================================
  Coverage   31.61%   31.61%           
=======================================
  Files         308      308           
  Lines       36535    36535           
=======================================
  Hits        11552    11552           
  Misses      24983    24983           

@Porges Porges enabled auto-merge (squash) May 17, 2023 20:27
@Porges Porges merged commit dc66164 into main May 17, 2023
@Porges Porges deleted the qemu_setup_timeout branch May 17, 2023 22:06
@nharper285 nharper285 mentioned this pull request May 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants