Text added at
<https://wiki.ubuntu.com/KarmicKoala/ReleaseNotes#Upstart%20jobs%20cannot%20be%20run%20in%20a%20chroot>:

Upstart jobs cannot be started in a chroot because upstart acts as a
service supervisor, and processes within the chroot are unable to
communicate with the upstart running outside of the chroot (Bug:430224).
This will cause some packages that have been converted to use upstart
jobs instead of init scripts to fail to upgrade within a chroot.  Users
are advised to configure their chroots with /sbin/initctl pointing to
/bin/true, with the following commands run within the chroot:

{{{
dpkg-divert --local --rename --add /sbin/initctl
ln -s /bin/true /sbin/initctl
}}}


** Changed in: ubuntu-release-notes
       Status: New => Fix Released

-- 
misc: packages cannot be upgraded in a chroot
https://bugs.launchpad.net/bugs/430224
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to