"apt-get install" fails when installing upstart-sysv in the lxc: failure to finish setup
Bug #1465383 reported by
David Planella
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity8 Desktop Preview in LXC |
Triaged
|
Medium
|
Unassigned | ||
unity8-lxc (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Trying to set up the unity8 session from a vivid host fails with the following error:
http://
After an IRC conversation with bregma on IRC, it seems that the vivid build in the PPA is missing some fixes that were released in the wily build. Manually installing the wily package allows continuing with the setup successfully.
Would it be possible to trigger a build from the same branch the wily one was created, but this time for vivid?
Related branches
summary: |
- Vivid PPA build out of date: failure to finish setup + "apt-get install" fails when installing upstart-sysv in the lxc: failure + to finish setup |
Changed in unity8-preview-lxc: | |
assignee: | Christopher Townsend (townsend) → nobody |
milestone: | 1.0.4 → none |
status: | In Progress → Triaged |
Changed in unity8-lxc (Ubuntu): | |
status: | In Progress → Triaged |
assignee: | Christopher Townsend (townsend) → nobody |
To post a comment you must log in.
It seems this sometimes might occur if the containers package cache is out of date. I use the "--no-download" option to try to force apt-get to only use the upstart-sysv package retrieved by dget. However, according to man apt-get, it's best to also use "--ignore-missing" to truly force apt to only use the downloaded packages.
I'll add that option as well and hopefully it will fix this.