Merge lp:~xnox/utah/fix-chroot into lp:utah
| Status: | Merged |
|---|---|
| Approved by: | Javier Collado on 2012-12-11 |
| Approved revision: | 771 |
| Merged at revision: | 780 |
| Proposed branch: | lp:~xnox/utah/fix-chroot |
| Merge into: | lp:utah |
| Diff against target: |
15 lines (+2/-3) 1 file modified
utah/provisioning/provisioning.py (+2/-3) |
| To merge this branch: | bzr merge lp:~xnox/utah/fix-chroot |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Max Brustkern (community) | 2012-12-06 | Approve on 2012-12-10 | |
|
Review via email:
|
|||
Description of the Change
This should hopefully fix bug 1061242 .
Instead of using manual chroot use the supported wrapper that does a log of checks and correctly enters /target in a way that will allow package installation. In particular it bind-mounts /run for DNS resolution.
This backs out the previous "fix" which overrode /etc/resolv.conf symlink pointing into /run.
I have tried to run the desktop smoke run_list locally, but I did not succeed in setting up utah to execute the test correctly for me.
Please test this about raring desktop smoke test, or review for sanity & merge and re-trigger jenkins to run to see if it finally resolves the desktop smoke jobs.
| Max Brustkern (nuclearbob) wrote : | # |
| Max Brustkern (nuclearbob) wrote : | # |
This has tested okay on conventional hardware. Unless anyone else on the team objects, I'd like to merge it.
| Javier Collado (javier.collado) wrote : | # |
Merging as per comment above.

I'm testing this on my workstation on VMs, and I'm preparing to test it on bare metal. I'll update this with the results.