[Bug 1509414] Re: lxc postinst script checks available interfaces, can choose

2015-10-23 Thread Serge Hallyn
Debdiff which works for me. I tested this by creating a cloud container, temporarily setting USE_LXC_BRIDGE=false, rebooting, building the package, setting USE_LXC_BRIDGE=true (leaving 10.0.3 as the lxcbr0 subnet), rebooting. lxcbr0 comes up with 10.0.4.1 as expected. A nested trusty container wo

[Bug 1504781] Re: lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66: AppArmor denies /dev/ptmx mounting

2015-10-23 Thread Serge Hallyn
Judging by jjohansen's comment #8, I guess the shipped common configuration files in precise's lxc should be updated to include the new rule. Precise's lxc is in universe, community supported. Can you provide a proposed, tested debdiff and ping me? I'll sponsor it when ready if needed. -- You

[Bug 1508744] Re: Upgrade to Ubuntu 15.10 Broken: lxc-net.service fails on upgrade

2015-10-22 Thread Serge Hallyn
Was yours also on an upgrade from vivid to wily? Were you using the stock archive lxc packages? Any customizatoin of the lxc-net configuration? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1508744

[Bug 1508577] Re: [wily] installing juju-local on ARM64 failed. broken apt dependency

2015-10-22 Thread Serge Hallyn
Sorry, could you please show the result of sudo journalctl -u lxc-net if that doesn't seem to show anything, then maybe do sudo systemctl start lxc-net sudo journalctl -u lxc-net -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1508744] Re: Upgrade to Ubuntu 15.10 Broken: lxc-net.service fails on upgrade

2015-10-22 Thread Serge Hallyn
Please show the results of sudo systemctl status lxc-net.service sudo journalctl -u lxc-net sudo journalctl -xe ifconfig -a cat /etc/default/lxc-net ** Changed in: lxc (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which

Re: [Bug 1504781] Re: lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66: AppArmor denies /dev/ptmx mounting

2015-10-22 Thread Serge Hallyn
Quoting Stratos Zolotas (str...@gmail.com): > Another one has asked but no reply yet. Is a fix for 12.04 going to be > released? The bug is still valid there. Which bug are you looking for? You're using a backport or ppa or custom built lxc and are looking for a kernel fix? -- You received this

Re: [Bug 799997] Re: Error generating apparmor profile when hostname contains spaces

2015-10-22 Thread Serge Hallyn
Well, while that may long-term be a good thing to look into, since effectively noone could have been using vms with spaces in the names successfully until now anyway, perhaps patching our libvirt to bail out earlier on spaces in vm names would be the better+safer approach. -- You received this b

[Bug 1384532] Re: Unable to set AppArmor profile for /usr/bin/kvm-spice

2015-10-22 Thread Serge Hallyn
Hi, are you on a systemd host? If so you try starting the vm, then immediately show the output of sudo journalctl -u libvirt-bin (If not systemd, then show end of /var/log/libvirt/libvirtd.log) also attach /var/log/libvirt/qemu/${vmname}.log, though it probably does not exist or is empty. --

[Bug 799997] Re: Error generating apparmor profile when hostname contains spaces

2015-10-21 Thread Serge Hallyn
@jdstrand virt-aa-helper.c explicitly refuses to allow a space in the vm name (in valid_name()). Is there any way that would be relaxed, or is that deemed to dangerous/exploitable? If it can't be relaxed, then we should bail earlier / with a clearer message in libvirt. -- You received this bug

[Bug 235562] Re: Add ability to build Debian virtual machines

2015-10-21 Thread Serge Hallyn
Hi, made a few comments on the github branch. Overall I'm happy to take this into lp:vmbuilder, and put it into the 16.04 package. We'd need for the author of the commits to sign the contributor agreement. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-10-21 Thread Serge Hallyn
But even when pre-installing the newer dbus, it still fails with the invoke-rc.d failure. I can't explain that one, have no idea why it is trying to use the /etc/init.d script. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 1508577] Re: [wily] installing juju-local on ARM64 failed. broken apt dependency

2015-10-21 Thread Serge Hallyn
Please show the results of "systemctl status lxc-net.service" and "journalctl -xe" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1508577 Title: [wily] installing juju-local on ARM64 failed. broken

[Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-10-21 Thread Serge Hallyn
The original complaint appears to be: dpkg: dependency problems prevent configuration of liblxc1: liblxc1 depends on libdbus-1-3 (>= 1.9.14); however: Version of libdbus-1-3:amd64 on system is 1.8.12-1ubuntu5. The libdbus version being installed is higher than that. Note that that dependency

[Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-10-21 Thread Serge Hallyn
I still think the bug is actually not in lxc. If I take a vivid cloud image, manually install the wily lxc packages with dpkg, that works. Then do-release-upgrade still fails. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-10-21 Thread Serge Hallyn
SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1) Error in sys.excepthook: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 102, in apport_excepthook pr.add_proc_info(extraenv=['PYTHONPATH', 'PYTHONHOME']) File "/usr/lib

[Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-10-21 Thread Serge Hallyn
Raising priority since as rbasak pointed out, all vivid cloud image updates to wily will hit this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490110 Title: package lxc 1.1.3-0ubuntu1 failed to i

Re: [Bug 1508466] [NEW] empty monitor, serial, parallel with -curses with TERM=xterm-256color

2015-10-21 Thread Serge Hallyn
status; confirmed importance: medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1508466 Title: empty monitor, serial, parallel with -curses with TERM=xterm-256color To manage notifications abou

[Bug 1506378] Re: libvirt-bin configuration after installatioin fails

2015-10-20 Thread Serge Hallyn
What do you get when you do: sudo ls -l /etc/libvirt/qemu.conf sudo getfacl /etc/libvirt/qemu.conf sudo libvirtd and please attach the file 'libvirtd.out' after doing: sudo strace -f -olibvirtd.out libvirtd -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1475751] Re: need phablet support for mods to /etc/lxc/lxc-usernet (vivid+stable ppa overaly)

2015-10-16 Thread Serge Hallyn
@kgunn72, depends on what you need. I'm happy to answer any questions, but I don't think i know enough to drive this. If all you really need is to have a phablet line in the lxc-usernet file as shipped in the package, then probably best for @stgraber to add it. -- You received this bug notific

Re: [Bug 1483071] Re: Error creating new VM with OVMF

2015-10-15 Thread Serge Hallyn
Hi Seth, Quoting Seth Arnold (1483...@bugs.launchpad.net): > Thanks Gannet; all your error messages mentioned AppArmor, so I expected > to see some DENIED lines from AppArmor preventing libvirt access to > files or resources. Actually I'm not sure. The error comes in the loading of the apparmor

[Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-10-15 Thread Serge Hallyn
Thanks, confirmed. the error I see is: Processing triggers for resolvconf (1.77ubuntu1) ... Errors were encountered while processing: lxc lxc-templates lxd Error in function: SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1) Error in sys.excepthook: Traceback (most recent ca

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

2015-10-15 Thread Serge Hallyn
lxc-attach still needs a fix to do the same thing - ignore a trailing /init.scope in the init pid's cgroup. ** Changed in: lxc (Ubuntu) Status: Invalid => Triaged ** Changed in: lxc (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member o

Re: [Bug 1506378] Re: libvirt-bin configuration after installatioin fails

2015-10-15 Thread Serge Hallyn
Odd, the qemu.conf error in the bug description does not show up in the term.log. What does sudo systemctl status libvirt-bin.service show? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1506378 Tit

[Bug 1317491] Re: virsh blockcommit hangs at 100%

2015-10-15 Thread Serge Hallyn
One workaround would be to use the libvirt version in the cloud archive. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317491 Title: virsh blockcommit hangs at 100% To manage notifications about t

[Bug 1506378] Re: libvirt-bin configuration after installatioin fails

2015-10-15 Thread Serge Hallyn
That is very odd. Unless /etc is a read-only filesystemd I don't see why root would be denied permission to write to that file, and there are no apparmor denials in the kernel log. Could you please attach the files /etc/apt/sources.list /etc/apt/sources.list.d/* /var/log/apt/history.log /var/log

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

2015-10-15 Thread Serge Hallyn
** Also affects: cgmanager (Ubuntu) Importance: Undecided Status: New ** Changed in: cgmanager (Ubuntu) Status: New => In Progress ** Changed in: lxc (Ubuntu) Status: New => Invalid ** Changed in: lxcfs (Ubuntu) Status: New => In Progress ** Changed in: cgmanager

[Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-10-13 Thread Serge Hallyn
I'm going to leave this as incomplete until we have a recipe for how to reproduce. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490110 Title: package lxc 1.1.3-0ubuntu1 failed to install/upgrade:

[Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-10-13 Thread Serge Hallyn
@stub - ok so yours all look ok. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490110 Title: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script re

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

2015-10-13 Thread Serge Hallyn
Hi, I'm hoping to fix this with a cgmanager patch to tasks to escape 'init.scope'. I don't want the list of escapable cgroups to keep growing, so we'll need to come up with something better long-term. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1504283] Re: libvirt 1.2.2-0ubuntu13 source package fails to build

2015-10-12 Thread Serge Hallyn
Thanks for the new info. ** Changed in: libvirt (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1504283 Title: libvirt 1.2.2-0ubuntu13 source package fai

Re: [Bug 1504283] [NEW] libvirt 1.2.2-0ubuntu13 source package fails to build

2015-10-12 Thread Serge Hallyn
I can't reproduce this on a clean trusty container. Can you show what dpkg-checkbuilddeps debian/control from the libvirt directory shows? status: incomplete ** Changed in: libvirt (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of U

Re: [Bug 1461012] Re: Hugepage and KSM not configured correctly under systemd

2015-10-12 Thread Serge Hallyn
Quoting Dadio (domini...@ramaekers-stassart.be): > I've investigated this issue in Willy: > > Hugepages are now mounted on /dev/hugepages and not in /run/hugepages Hi, Note that /etc/init.d/qemu-kvm calls /usr/share/qemu/init/qemu-kvm-init which mounts hugepages under /run/hugepages. The /dev/h

Re: [Bug 1389954] Re: Make .lxc domain name resolution easier to discover and enable

2015-10-12 Thread Serge Hallyn
Hi, personally in 15.10 I have # Tell any system-wide dnsmasq instance to make sure to bind to interfaces # instead of listening on 0.0.0.0 # WARNING: changes to this file will get lost if lxc is removed. bind-interfaces except-interface=lxcbr0 server=/lxc/10.0.3.1 in /etc/dnsmaq.d/lxc and it d

[Bug 799997] Re: Error generating apparmor profile when hostname contains spaces

2015-10-07 Thread Serge Hallyn
I've seen other problems with spaces in vm names. We could convert spaces to '-' in apparmor profiles, but I'm tempted to say let's just refuse to allow spaces in vm names. What do people think? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 799997] Re: Error generating apparmor profile when hostname contains spaces

2015-10-07 Thread Serge Hallyn
Note that for lxd we've specifically disallowed anything that can cause problems with some dns servers (no '.', no ' '. no leading '-') -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/77 Title: Er

[Bug 1386465] Re: apparmor profile prevents libvirtd from creating a socket

2015-10-07 Thread Serge Hallyn
@mahmoh - ping (question in comment #30). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386465 Title: apparmor profile prevents libvirtd from creating a socket To manage notifications about this

Re: [Bug 1392176] Re: mounts cgroups unconditionally which causes undesired effects with cpu hotplug

2015-10-05 Thread Serge Hallyn
Quoting Benjamin Drung (bdr...@posteo.de): > > I'm still not convinced that we don't want to make the change only for > > powerpc systemx - x86 systems AFAIK don't hotplug like drunken sailors. > > We do on amd64. We run Ubuntu as virtual machine guests and do allow > hot-plugging CPUs. We do not

Re: [Bug 1501491] Re: Unable to start containers after upgrade to 1.0.7-0ubuntu0.6 on trusty

2015-10-05 Thread Serge Hallyn
Hi, Can you show the results of dpkg -l | grep lxc sudo cat /var/lib/lxc//config sudo lxc-start -n -l trace -o /dev/stdout -F -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1501491 Title: Unable

Re: [Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-10-01 Thread Serge Hallyn
So you installed ppa:ubuntu-lxc/stable in vivid, then ran ppa-purge to revert to archive packaging, then ran do-release-upgrade, which then failed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490110

[Bug 1465386] Re: Default values for WAIT_STATE are wrong in the upstart wait-for-state job

2015-10-01 Thread Serge Hallyn
Hi, could you please show a specific example which breaks currently? ** Changed in: upstart (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1465386 Title: D

[Bug 1474667] Re: log dir permissions are incorrect for use with swift

2015-10-01 Thread Serge Hallyn
Hi, has any progress been made on this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1474667 Title: log dir permissions are incorrect for use with swift To manage notifications about this bug go

[Bug 1483796] Re: Terrible performance for ~b/~B searching

2015-10-01 Thread Serge Hallyn
** Description changed: + + SRU Justification + 1. Impact: performance regression in ~b/~B searching + 2. Upstream fix: a patch was accepted reorganizing that code path + 3. Stable fix: same as upstream fix + 4. Test case: +XXX fill me in XXX +

[Bug 1483796] Re: Terrible performance for ~b/~B searching

2015-10-01 Thread Serge Hallyn
Hi, this is actually fixed in the current unstable package. But the debdiff is quite large and it's late in the cycle, so I'll cherrypick just the patch into wily and propose a patch for vivid. Could you please add a simple test case (maybe using a wget'ed online mbox) for the SRU justification?

[Bug 1483796] Re: Terrible performance for ~b/~B searching

2015-10-01 Thread Serge Hallyn
** Also affects: mutt (Ubuntu Vivid) Importance: Undecided Status: New ** Also affects: mutt (Ubuntu Wily) Importance: Undecided Status: New ** Also affects: mutt (Ubuntu Trusty) Importance: Undecided Status: New -- You received this bug notification because you ar

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-10-01 Thread Serge Hallyn
It looks fine, but is there a particular reason why you run awk over /etc/network/interfaces by hand instead of using ifquery the way the sysvinit job does? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 1314887] Re: ifupdown hook is missing in upstart script

2015-10-01 Thread Serge Hallyn
While vivid and wily are using systemd by default, upstart is still an option there. So this bug should first be fixed for wily before we can SRU to trusty. I'm going to test the attached trivially ported debdiff and intend to push it if it doesn't seem to break anything. An extra set of eyes wo

[Bug 1457517] Re: Unable to boot from volume when flavor disk too small

2015-10-01 Thread Serge Hallyn
Pushed the debdiff from comment #16 to New sru queue - thanks. ** Changed in: nova (Ubuntu Vivid) Importance: Undecided => High ** Changed in: nova (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1457517] Re: Unable to boot from volume when flavor disk too small

2015-10-01 Thread Serge Hallyn
This fix is in the current wily package, so marking fix released there. ** Changed in: nova (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1457517 Tit

[Bug 1486991] Re: Rasterio FTBFS on i386 (fix included)

2015-10-01 Thread Serge Hallyn
** Changed in: rasterio (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1486991 Title: Rasterio FTBFS on i386 (fix included) To manage notifications about th

[Bug 1501491] Re: Unable to start containers after upgrade to 1.0.7-0ubuntu0.6 on trusty

2015-09-30 Thread Serge Hallyn
** Attachment added: "proposed debdiff" https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1501491/+attachment/4480272/+files/debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1501491 Title:

[Bug 1501491] Re: Unable to start containers after upgrade to 1.0.7-0ubuntu0.6 on trusty

2015-09-30 Thread Serge Hallyn
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1501491 Title: Unable to start containers after upgrade to 1.0.7-0ubuntu0.6 on trusty To manage notifications about this bug go to: https://bugs.launchp

Re: [Bug 1501310] Re: Unable to start containers after upgrade to 1.0.7-0ubuntu0.5 on trusty

2015-09-30 Thread Serge Hallyn
Quoting Stephen (sajames1...@gmail.com): > /home/ubuntu/nzos/volumes/1.0.0/common/shared > /var/lib/lxc/0002/rootfs/nzos/./__shared__ none ro,bind 0 0 Plesae get rid of the "./" in the path. We could check for this in the paths, but I start to become concerned at that point that we're begging for

[Bug 1501310] Re: Unable to start containers after upgrade to 1.0.7-0ubuntu0.5 on trusty

2015-09-30 Thread Serge Hallyn
** Changed in: lxc (Ubuntu) Status: New => In Progress ** Changed in: lxc (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1501310 Title: Unable to

[Bug 1501310] Re: Unable to start containers after upgrade to 1.0.7-0ubuntu0.5 on trusty

2015-09-30 Thread Serge Hallyn
Thanks for reporting this bug. As a workaround, please update the entry to read: lxc.mount.entry=/media/array/backup/blixten var/backup none bind 0 0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/150

[Bug 1476662] Re: lxc-start symlink vulnerabilities may allow guest to read host filesystem, interfere with apparmor

2015-09-30 Thread Serge Hallyn
Relative paths are definately recommended over absolute paths, but the breaking of absolute paths will be fixed. Can anyone who's having trouble who is not on trusty please comment? I'd like to make sure that is the only problem. -- You received this bug notification because you are a member of

[Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-09-29 Thread Serge Hallyn
Hi @stub, can you show what sudo systemctl status lxc and sudo service lxc status show? ** Changed in: lxc (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1499199] Re: Upgrading libvirt from trusty to cloud/stable/liberty fails

2015-09-26 Thread Serge Hallyn
The problem is that with upstart, 'service libvirt-bin status' returns true even if libvirt-bin is stopped. In systemd, it returns false. So the check in libvirt-bin.pre-inst will need to change. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1499199] Re: Upgrading libvirt from trusty to cloud/stable/liberty fails

2015-09-25 Thread Serge Hallyn
Thanks for reporting this bug. I can reproduce it with the cloud archive. This actually may become a problem when people upgrade from 14.04->16.04. ** Changed in: libvirt (Ubuntu) Status: New => Confirmed ** Changed in: libvirt (Ubuntu) Importance: Undecided => High -- You received

[Bug 1350435] Re: tcg.c:1693: tcg fatal error

2015-09-24 Thread Serge Hallyn
Ah, thanks for setting me straight. ** Changed in: qemu (Ubuntu) Status: Invalid => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350435 Title: tcg.c:1693: tcg fatal error To ma

[Bug 1350435] Re: tcg.c:1693: tcg fatal error

2015-09-23 Thread Serge Hallyn
This patch is still not applied upstream. As there has been no discussion in over a year, I assume it is no longer a problem and I'm going to mark it invalid. Please rep;ly if that is not the case. If it *is* still a problem, then we should go discuss on oftc#qemu. ** Changed in: qemu (Ubuntu)

[Bug 1178884] Re: unhelpful kvm error msg thrown when cache=none and no direct IO

2015-09-23 Thread Serge Hallyn
I just tested this with a fuse backend on wily but was unable to reproduce. Are you still having this error? ** Changed in: qemu (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1125540] Re: openbios-sparc64 missing

2015-09-23 Thread Serge Hallyn
openbios-sparc is now available. However it is in unifse so qemu- system-sparc cannot depend on it. We could add a Suggests if people want that. ** Changed in: qemu (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1486278] Re: 'info vnc' monitor command does not show websocket information

2015-09-23 Thread Serge Hallyn
** Changed in: qemu (Ubuntu) Status: New => Confirmed ** Also affects: qemu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1486278 Title: 'info vnc

[Bug 1042388] Re: qemu: Unsupported syscall: 257 (timer_create)

2015-09-23 Thread Serge Hallyn
@erikd, can you check whether this has been fixed in wily? ** Changed in: qemu (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042388 Title: qemu: Un

[Bug 1271573] Re: please add iSCSI support back to qemu packages

2015-09-23 Thread Serge Hallyn
Security team was not happy with libiscsi. Marking this bug wontfix for now. If anyone is willing to work on libiscsi to make it more acceptable for main, please feel free to reopen this bug. ** Changed in: qemu (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notificati

[Bug 1463172] Re: destination arm board hangs after migration from x86 source

2015-09-23 Thread Serge Hallyn
Hi, would it be possible to run the emulator on arm under gdb (with debugging symbols intalled), do the incoming migration, and then when it hangs, show a backtrace from gdb? ** Changed in: qemu (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a me

[Bug 1491972] Re: Memory tracing: glib/gmem.c: custom memory allocation vtable not supported

2015-09-22 Thread Serge Hallyn
** Package changed: qemu-kvm (Ubuntu) => qemu (Ubuntu) ** Changed in: qemu (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491972 Title: Memory trac

[Bug 1240757] Re: Bridge not created if bind9 is on

2015-09-22 Thread Serge Hallyn
Does bind9 yet support named.conf.d ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1240757 Title: Bridge not created if bind9 is on To manage notifications about this bug go to: https://bugs.launc

[Bug 1367495] Re: Bridge still not created if bind9 is on

2015-09-22 Thread Serge Hallyn
Actually I was thinking this was bug 1240757. @zukoff-f: your comment #25 would be more appropriate there. That's where we should discuss how to have bind9, dnsmasq, and lxc cooperate. This bug seems to have evidence from several different causes. yoniyo0's was a bad lxc-usernet file. I'm not

[Bug 1497420] Re: systemd 226-2 (debian sid) breaks lxc-attach

2015-09-21 Thread Serge Hallyn
** Also affects: systemd (Ubuntu) Importance: Undecided Status: New ** Bug watch added: Debian Bug tracker #798778 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798778 ** Also affects: systemd (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798778 Importance: U

[Bug 1358835] Re: numa_node_of_cpu() returns warning when cpu_index > 79

2015-09-21 Thread Serge Hallyn
> Has this patch been accepted by maintainers? The Canonical status is fix By "this patch" d you mean: libnuma.so On ppc64el, cpu number are not contigous ? > released. Is there a fix that should be pulled and tested? As far as I can tell this patch has never been sent to the libnuma m

[Bug 1398999] Re: Block migrate with attached volumes copies volumes to themselves

2015-09-18 Thread Serge Hallyn
Ah right - thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1398999 Title: Block migrate with attached volumes copies volumes to themselves To manage notifications about this bug go to: https:

[Bug 1398999] Re: Block migrate with attached volumes copies volumes to themselves

2015-09-18 Thread Serge Hallyn
@bartosz-fic So the libvirt bug for wily should still be marked as not fix released? You said you are don "1.2.16" - to be sure, were you on 1.2.16-2ubuntu9 or later? If so, do you have any idea which patches are still missing? The upstream patchset which was supposd to fix this was included wi

[Bug 1367495] Re: Bridge still not created if bind9 is on

2015-09-18 Thread Serge Hallyn
** Also affects: bind9 (Ubuntu) Importance: Undecided Status: New ** Changed in: lxc (Ubuntu) Importance: High => Low ** Changed in: lxc (Ubuntu) Status: Expired => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1493135] Re: Occasional very slow replies from cgmanager

2015-09-17 Thread Serge Hallyn
Tested twice, works here. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1493135 Title: Occasional very slow replies from cgmana

[Bug 1496877] Re: apparmor profile fails to load in Ubuntu 15.04

2015-09-17 Thread Serge Hallyn
Thanks for reporting this bug. Why do you feel this is a bug in lxc? Did you run the sample program inside a container? Since apparmor profiles cannot be nested and containers by default run confined, you would indeed not be able to switch profiles inside a container. Please show us precisely w

[Bug 1494005] Re: VM: crash while relogging in guest

2015-09-17 Thread Serge Hallyn
Thanks for reporting this bug. To make sure, the errors you show in the Description are seen in the guest, not the host? What release and qemu version are you using on the host? Can you show the guest xml, if using libvirt (virsh dumpxml vmname), or the full qemu command you used? -- You rece

[Bug 1488815] Re: Kernel traces with skb_warn_bad_offload showing up during an AIO deployment on Ubuntu 14.04

2015-09-17 Thread Serge Hallyn
** Also affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1488815 Title: Kernel traces with skb_warn_bad_offload showing up during an

[Bug 1386465] Re: apparmor profile prevents libvirtd from creating a socket

2015-09-16 Thread Serge Hallyn
Thanks @mahmoh, that's interesting. Perhaps we should add a comment in the shipped /etc/default/libvirt-bin? Why had you added the -l? Is there a published recipe you were following, and should that be updated? ** Changed in: libvirt (Ubuntu) Status: Expired => Confirmed -- You recei

[Bug 1493135] Re: Occasional very slow replies from cgmanager

2015-09-16 Thread Serge Hallyn
The cherrypick went bad. The patch is completely wrong :( ** Tags removed: verification-needed ** Tags added: verification-failedd ** Tags removed: verification-failedd ** Tags added: verification-failed -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 1491972] Re: Memory tracing: glib/gmem.c: custom memory allocation vtable not supported

2015-09-16 Thread Serge Hallyn
(Note, fix for this was acked upstream) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491972 Title: Memory tracing: glib/gmem.c: custom memory allocation vtable not supported To manage notificat

[Bug 1450960] Re: dev file system is mounted without nosuid

2015-09-15 Thread Serge Hallyn
I have no objection to the lxc patches, however I do have concerns that they could cause breakages, so we need to make sure all the testcases pass. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1450960

Re: [Bug 1494602] Re: qemu-system-x86 nested virtualisation is broken on AMD system

2015-09-15 Thread Serge Hallyn
no, since you've provided the information it should be reset to New, thanks :) status: new ** Changed in: qemu (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 1496028] [NEW] incompatible with network-manager version

2015-09-15 Thread Serge Hallyn
Public bug reported: When I start 'unity-control-center network', a window pops up saying The system network services are not compatible with this version' ** Affects: unity-control-center (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because yo

[Bug 1475749] Re: usermod --add-subuids fails for users not in /etc/passwd

2015-09-14 Thread Serge Hallyn
** Tags removed: verification-failed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1475749 Title: usermod --add-subuids fails for users not in /etc/passwd To manage notifications about this bug go

[Bug 1493590] Re: package login 1:4.1.5.1-1.1ubuntu4.1 failed to install/upgrade: package login is not ready for configuration cannot configure (current status `half-installed')

2015-09-14 Thread Serge Hallyn
Thanks for the information. If we understand right, your next sudo apt-get update sudo apt-get dist-upgrade should succeed. I will mark this 'invalid' because it is not actually due to the shadow package itself. If you continue to have a problem, please reply here. ** Changed in: shadow (Ubu

[Bug 1493590] Re: package login 1:4.1.5.1-1.1ubuntu4.1 failed to install/upgrade: package login is not ready for configuration cannot configure (current status `half-installed')

2015-09-14 Thread Serge Hallyn
** Changed in: shadow (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1493590 Title: package login 1:4.1.5.1-1.1ubuntu4.1 failed to install/upgrade: package

[Bug 1393842] Re: libvirt does not grant qemu-guest-agent channel perms

2015-09-14 Thread Serge Hallyn
Just to be sure - does the same thing happen in wily? That is, is the upstream fix insufficient, or was the SRU missing a piece? ** Changed in: libvirt (Ubuntu Trusty) Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1491557] Re: Nested containers aren't working in wily

2015-09-13 Thread Serge Hallyn
** No longer affects: lxc (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491557 Title: Nested containers aren't working in wily To manage notifications about this bug go to: https://bugs.l

[Bug 1495017] Re: ubiquity crashed with dbus.exceptions

2015-09-12 Thread Serge Hallyn
Fwiw the image at http://cdimages.ubuntu.com/daily-live/20150911/wily- desktop-amd64.iso appears to work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495017 Title: ubiquity crashed with dbus.exce

[Bug 1494602] Re: qemu-system-x86 nested virtualisation is broken on AMD system

2015-09-11 Thread Serge Hallyn
Thanks for reporting this bug. Could you please show the vm xml (virsh dumpxml domain_name) and the full qemu/kvm command (ps -auxw | egrep -e '(qemu|kvm)' )? ** Changed in: qemu (Ubuntu) Status: New => Incomplete ** Changed in: qemu (Ubuntu) Importance: Undecided => Medium -- You re

[Bug 1493135] Re: Occasional very slow replies from cgmanager

2015-09-11 Thread Serge Hallyn
** Description changed: = SRU Justification 1. Impact: cgmanager takes 8 seconds or more for each reply 2. Fix: an upstream patch which mounts a tmpfs onto /root is backported 3. Regression potential: there should be none 4. Test case: -stop cgmanage

[Bug 1492621] Re: Cannot start VMs without routable IPv4 address

2015-09-11 Thread Serge Hallyn
Thanks, Kevin! ** Changed in: qemu (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1492621 Title: Cannot start VMs without routable IPv4 address To mana

[Bug 1480742] Re: package cgroup-lite 1.9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-09-11 Thread Serge Hallyn
** Changed in: cgroup-lite (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480742 Title: package cgroup-lite 1.9 failed to install/upgrade: subprocess inst

[Bug 1475749] Re: usermod --add-subuids fails for users not in /etc/passwd

2015-09-10 Thread Serge Hallyn
** Tags removed: verification-failed ** Tags added: bot-stop-nagging -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1475749 Title: usermod --add-subuids fails for users not in /etc/passwd To manage

[Bug 1493590] Re: package login 1:4.1.5.1-1.1ubuntu4.1 failed to install/upgrade: package login is not ready for configuration cannot configure (current status `half-installed')

2015-09-10 Thread Serge Hallyn
Could you try: sudo dpkg --configure login and see whether that solves the problem? ** Changed in: shadow (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1493

[Bug 1342083] Re: "Failed to create chardev" due to apparmor DENIED execute of "/usr/lib/pt_chown"

2015-09-10 Thread Serge Hallyn
@tjaalton, can you show the contents of /etc/apparmor.d/abstractions/libvirt-qemu ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1342083 Title: "Failed to create chardev" due to apparmor DENIED ex

Re: [Bug 1492621] Re: Cannot start VMs without routable IPv4 address

2015-09-08 Thread Serge Hallyn
Can you show the output of 'sudo ifconfig -a; sudo brctl show; sudo netstat -nr' ? Does nc -l -4 127.0.0.1 & echo ab | nc -4 127.0.0.1 work? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1493049] Re: memory corruption during live-migration in TCG mode

2015-09-07 Thread Serge Hallyn
@pboldin, the patch you cited was one of several (7?) which appear to be related, including commit 677e7805cf95f3b2bca8baf0888d1ebed7f0c606 Author: Paolo Bonzini Date: Mon Mar 23 10:53:21 2015 +0100 memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask DIRTY_MEMORY_CODE is only needed

[Bug 1436044] Re: cgproxy in systemd (vivd) containers doesn't work

2015-09-07 Thread Serge Hallyn
Actually this isn't valid unless and until lxcfs is in the archive for trusty, which may never happen. ** No longer affects: cgmanager (Ubuntu Utopic) ** Changed in: cgmanager (Ubuntu Trusty) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu

<    5   6   7   8   9   10   11   12   13   14   >