[Bug 1353734] Re: Permission denied when creating semaphore in ubuntu-cloud container

2014-10-02 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 1.1.0~alpha2-0ubuntu2 --- lxc (1.1.0~alpha2-0ubuntu2) utopic; urgency=medium * Cherry-pick usptream bugfix for lxc-usernic test. -- Stephane Graber stgra...@ubuntu.com Thu, 02 Oct 2014 15:01:56 -0400 ** Changed in: lxc (Ubuntu)

[Bug 1353734] Re: Permission denied when creating semaphore in ubuntu-cloud container

2014-08-06 Thread Serge Hallyn
Thanks for submitting this bug. The problem is due to /run/shm not existing in the cloud images. The ubuntu-cloud image fixes the /dev/shm by doing: if [ ! -L $rootfs/dev/shm ] [ -d $rootfs/run/shm ] [ -e $rootfs/dev/shm ]; then mv $rootfs/dev/shm $rootfs/dev/shm.bak ln