[Touch-packages] [Bug 1391452] [NEW] lxc-net fails to start properly after system crash: lock file

2014-11-11 Thread Chris West
Public bug reported: The presence of /var/lock/lxc-net causes service lxc-net start to claim success but actually just do nothing useful. When the system goes down hard, /var/lock/lxc-net is not removed, fair enough. This means that systems require manual intervention after booting. You can

[Touch-packages] [Bug 1391452] Re: lxc-net fails to start properly after system crash: lock file

2014-11-12 Thread Chris West
Good spot, thanks: /var/lock is on /, not a symlink to /var/run. These machines are provisioned from OVH.com templates. I have raised a support request with them to see if they are aware of this or are doing anything strange on purpose. -- $ cat /proc/self/mountinfo | fgrep lock 27 20 0:19 /

[Touch-packages] [Bug 1410746] [NEW] Interrupted lxc-snapshot deletes snapshot *and* vm

2015-01-14 Thread Chris West
Public bug reported: lxc is configured for limited user usage, i.e. the backing store is always dir. Let's create a container, and snapshot it in its pristine state: % lxc-create -n restorebug -t download -- -d ubuntu -r utopic -a amd64 lxc-snapshot -n restorebug [...] lxc_container:

[Touch-packages] [Bug 1452601] [NEW] vivid container's networking.service fails on boot with signal=PIPE

2015-05-07 Thread Chris West
Public bug reported: When starting a Vivid container, it fails to get an IP address. It believes networking.service was successful, but actually it dies with SIGPIPE. Restarting networking.service gets an IP, as expected. Starting networking used to work with pre-vivid containers. I'm

[Touch-packages] [Bug 1441068] Re: lxc-destroy fails on btrfs subvolumes

2015-05-07 Thread Chris West
This also occurs for limited user containers, without asking for a btrfs backing store. This is more of a problem as the limited user can't delete (or even detect) the subvolume themselves. On a standard whole-partition-as-btrfs system, as setup by the installer, this looks like: ID 257 gen

[Touch-packages] [Bug 1452601] Re: vivid container's networking.service fails on boot with signal=PIPE

2015-05-28 Thread Chris West
No, that proposed work around seems to make no difference. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1452601 Title: vivid container's networking.service fails on boot

[Touch-packages] [Bug 1477453] [NEW] lxc-stop -n unknown-container creates a corrupted container

2015-07-23 Thread Chris West
Public bug reported: Running lxc-stop on a container which doesn't exist actually creates the container, and messes up its permissions, causing sequences like: $ lxc-stop -n foo lxc-destroy -n foo lxc-clone clean-machine foo ..to fail with bad errors: # it definitely doesn't exist to start

[Touch-packages] [Bug 1452601] Re: vivid container's networking.service fails on boot with signal=PIPE

2015-11-15 Thread Chris West
I haven't seen this issue for ages, using primarily sid and wily guests. Trying again on my desktop, which definitely used to have the issue, I can't reproduce it, using: 2015-11-15 11:29:28 status installed liblxc1:amd64 1.1.5-0ubuntu0.15.10.2 2015-11-15 11:29:29 status installed

[Touch-packages] [Bug 1497420] Re: systemd 226 (moving pid 1 into /init.scope cgroup) breaks lxc-attach

2015-11-15 Thread Chris West
Yep, fixed. With wily-proposed enabled, # apt-get install lxc installs: 2015-11-15 11:29:28 status installed liblxc1:amd64 1.1.5-0ubuntu0.15.10.2 2015-11-15 11:29:29 status installed python3-lxc:amd64 1.1.5-0ubuntu0.15.10.2 2015-11-15 11:29:30 status installed lxc:amd64 1.1.5-0ubuntu0.15.10.2

[Touch-packages] [Bug 1496577] [NEW] xmalloc.c: Assertion 'size > 0' failed at pulse/xmalloc.c:60

2015-09-16 Thread Chris West
Public bug reported: Pulseaudio frequently crashes when Skype or some games (e.g. BigPharma from Steam) are playing audio, it appears fine otherwise. It gets restarted as my user (not as the system), and hence things can start playing again, but neither Skype nor the games recover from this

[Touch-packages] [Bug 1497420] [NEW] systemd 226-2 (debian sid) breaks lxc-attach

2015-09-18 Thread Chris West
Public bug reported: Once systemd 226 is installed in an unprivileged Debian Sid container, lxc-attach no-longer functions: % lxc-attach -n siddy lxc-attach: cgmanager.c: lxc_cgmanager_enter: 698 call to cgmanager_move_pid_abs_sync failed: invalid request lxc-attach: cgmanager.c: cgm_attach:

[Touch-packages] [Bug 1496577] Re: xmalloc.c: Assertion 'size > 0' failed at pulse/xmalloc.c:60

2015-12-11 Thread Chris West
I switched to a build of Xenial's pulseaudio ages ago, and can confirm it fixes this issue (although not the other). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.

[Touch-packages] [Bug 1702056] Re: perf broken on 4.11.0-9-generic (artful): /usr/lib/linux-tools/4.11.0-9-generic/perf: error while loading shared libraries: libbfd-2.28-system.so: cannot open shared

2017-09-22 Thread Chris West
I have "reopened" this bug as: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1718897 , as it still fails for me (a month later). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to binutils in Ubuntu.

[Touch-packages] [Bug 1796324] [NEW] symbol export missing: pa_encoding_from_string

2018-10-05 Thread Chris West
Public bug reported: This specific release of libpulsecommon-11.1 is missing the symbol `pa_encoding_from_string`. This was fixed upstream: https://bugs.freedesktop.org/show_bug.cgi?id=103806 This has a Debian bug open, but I suspect it's been fixed by bumping major version: