Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

infinite loop on dpkg -i libmnl0_1.0.3-3.deb #340

Open
obeyler opened this issue Jul 25, 2019 · 0 comments
Open

infinite loop on dpkg -i libmnl0_1.0.3-3.deb #340

obeyler opened this issue Jul 25, 2019 · 0 comments

Comments

@obeyler
Copy link
Contributor

obeyler commented Jul 25, 2019

What happened:
there is an infinite loop inside dpkg in case of error during dpkg

until dpkg -i "$package"; do
echo "Retrying '$package'"
sleep 2
done
}

witch is the case with dpkg -i libmnl0_1.0.3-3.deb
=>
image

so a lock is still present for dpkg and this will block a new dpkg install

What you expected to happen:
a max of retry should be set to crash and and the loop to show when there is a trouble on it
and correct the dpkg lib
How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • Deployment Info (bosh -d <deployment> deployment): CFCR-34
  • Environment Info (bosh -e <environment> environment):
  • Kubernetes version (kubectl version): 1.14.1
  • Cloud provider (e.g. aws, gcp, vsphere):
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants