Comment 2 for bug 1906245

Revision history for this message
Matthieu Baerts (matttbe) wrote :

Hi Christian,

Thank you for the prompt answer. I thought it was different from bug 1905377 because the last version was supposed to fix the same issue.

Note that I already tried the work around you provided but it doesn't help:

  $ sudo rm -r /var/run/qemu/Debian; sudo apt-get dist-upgrade -y >/dev/null; echo "Result: $?"
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  Result: 100

Same if I remove "/var/run/qemu"

  $ sudo rm -r /var/run/qemu/; sudo apt-get dist-upgrade -y >/dev/null; echo "Result: $?"
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  Result: 100

Is it just because I have 1:5.1+dfsg-4ubuntu1? (just to know if we need to find a proper solution or if I can just force stuff?)