[Bug 1368815] Re: qemu-img convert intermittently corrupts output images

2014-10-23 Thread Serge Hallyn
Thanks for the information. Looks like we can apply these in debian too. ** Also affects: qemu (Ubuntu Utopic) Importance: High Status: Triaged ** Also affects: qemu (Ubuntu Vivid) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 1381383] Re: Vm destroyed when created with virsh create without --autodestroy

2014-10-22 Thread Serge Hallyn
I'm marking this low priority per guidelines since there is a workaround (use virsh define). However it most certainly looks like a bug, especially since --autodestroy is listed as an option in the help usage. ** Summary changed: - Vm destroyed when created virsh create without --autodestroy +

Re: [Bug 1384327] [NEW] lxc-attach --clear-env results in a limited $PATH in the container

2014-10-22 Thread Serge Hallyn
The minimal PATH comes from getconf -a | grep ^PATH (if confstr were not available then lxc would actually default to a longer PATH) status: invalid ** Changed in: lxc (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu

Re: [Bug 1384327] [NEW] lxc-attach --clear-env results in a limited $PATH in the container

2014-10-22 Thread Serge Hallyn
I'm saying this is not a bug because the limited path is by design. Your system in fact is telling lxc which path to use as the default. If you think that rather than take the value from the system through sysconf, we should always use a longer PATH, then that could be discussed on the lxc-devel

[Bug 1384327] Re: lxc-attach --clear-env results in a limited $PATH in the container

2014-10-22 Thread Serge Hallyn
Looks like the value actually comes straight from a #define in the glibc source code. As such, I think it would be pretty reasonable to change lxc to always use its own path. ** Changed in: lxc (Ubuntu) Importance: Undecided = Medium ** Changed in: lxc (Ubuntu) Status: Invalid =

Re: [Bug 1379340] [NEW] qemu-kvm guest panic for smp trusty guests

2014-10-16 Thread Serge Hallyn
affects: ubuntu/qemu importance: high affects: qemu importance: high ** Also affects: qemu (Ubuntu) Importance: High Status: New ** Also affects: qemu Importance: High Status: New ** No longer affects: qemu-kvm (Ubuntu) -- You received this bug notification because you

[Bug 1380516] [NEW] lxc-container-default-with-nesting profile should allow bind mounts under home

2014-10-13 Thread Serge Hallyn
Public bug reported: Currently if you run a container with lxc-container-default-with- nesting profile, you can run privileged containers inside that, but not unprivileged containers. The special cases we add for /var/lib/lxc should also be added for $HOME/.local/share/lxc. ** Affects: lxc

[Bug 1380519] [NEW] lxc-user-nic should run in its own apparmor profile

2014-10-13 Thread Serge Hallyn
Public bug reported: The lxc-user-nic program is a setuid-root program to create veth nics and hook them to the host bridge and unprivileged containers. It should run under a very tight apparmor profile. (Make sure to test with ovs bridges as well, as its call-out to ovs- vsctl may have

[Bug 1379030] Re: Extra lxc.mount.auto entry being added to config file

2014-10-09 Thread Serge Hallyn
A proposed fix has been sent to the mailing list, and will probably be applied in utopic today. In the meantime you can work around this by using the 'append_config_item' method instead of set_config_item. (Note that the C API does not have this same behavior, so this is only for the python

[Bug 1376717] Re: lxc fails to install under systemd

2014-10-09 Thread Serge Hallyn
** Changed in: lxc (Ubuntu) Importance: Undecided = Medium ** Changed in: lxc (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1376717 Title:

[Bug 1357103] Re: apparmor denied a golang build inside a container

2014-10-09 Thread Serge Hallyn
** Changed in: lxc (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1357103 Title: apparmor denied a golang build inside a container To manage

[Bug 1358306] Re: lxc postinst incorrectly chooses network address to use

2014-10-09 Thread Serge Hallyn
Thanks. This'll need to be fixed in the lxc.preinst. ** Changed in: lxc (Ubuntu) Importance: Undecided = Medium ** Changed in: lxc (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in

[Bug 1355813] Re: LXC containers reset bridge MTU on start/restart

2014-10-09 Thread Serge Hallyn
** Changed in: lxc (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1355813 Title: LXC containers reset bridge MTU on start/restart To manage

[Bug 1379441] Re: installation fails when /var/cache/lxc is read-only

2014-10-09 Thread Serge Hallyn
Thanks for the bug report and the patch. I'm a bit concerned about supporting this. I understand why you want it, but lxc in general won't work well with a read-only cache, so an install failure early on would seem preferable to a lxc-create failure later on. Would using an overlayfs of the

[Bug 1270784] Re: aa-status --enabled failed in LXC container with Permission denied: '/sys/kernel/security/apparmor/profiles'

2014-10-09 Thread Serge Hallyn
It actually seems like a bug in aa-status. Note that /sys/kernel/security/apparmor/profiles is not readable by non- root users on the host. Yet non-root users on the host do not see a python traceback when they run 'aa-status --enable'. This also suggests that a container should not provide

Re: [Bug 1378738] [NEW] guest os boot stuck with mount operation error

2014-10-08 Thread Serge Hallyn
Thanks for reporting this bug. To fix the cgmanager issue, add the line lxc.mount.auto = cgroup:mixed to your container configuration file. That shouldn't explain your hang however. Assuming it doesn't, please run lxc-start -n container -l trace -o debug.out -- /sbin/init debug verbose

[Bug 1324393] Re: Force off fails with Permission denied after upgrading to 14.04

2014-10-08 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu) Status: Invalid = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/1324393 Title: Force off fails with Permission denied after

Re: [Bug 1379030] [NEW] Extra lxc.mount.auto entry being added to config file

2014-10-08 Thread Serge Hallyn
Thanks for submitting this bug status: confirmed importance: high ** Changed in: lxc (Ubuntu) Importance: Undecided = High ** Changed in: lxc (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 1374612] Re: [FFE] add pc-1.0-precise machine type

2014-10-07 Thread Serge Hallyn
** Description changed: + = + Impact: qemu VMs cannot be migrated from 12.04-14.04 hosts + Test Case: migrate a vm from p-t host, using disk on a NFS share. On the 14.04 host, use + kvm -M pc-1.0-precise [...] -incoming tcp:0.0.0.0: + and on the

Re: [Bug 1377973] [NEW] lxc-destroy/lxc-stop gets stuck

2014-10-07 Thread Serge Hallyn
Quoting Nikola Krzalic (nik...@krzalic.com): Looks like the lxc-start command got stuck, after killing the process everything went back to normal. ... still, I find it a bit strange that not even lxc-ls was working properly Right, we should find a way to keep lxc-stop and lxc-ls from

[Bug 1374612] Re: [FFE] add pc-1.0-precise machine type

2014-10-07 Thread Serge Hallyn
Using the ipxe-precise package from ppa:serge-hallyn/qemu-migration2, migration from 12.04-14.04 (using -proposed for both) succeeded. I also ran a full test-qemu.py from lp:qa-regressoin-testing with no errors. ** Tags removed: verification-needed ** Tags added: verification-done -- You

Re: [Bug 1377973] [NEW] lxc-destroy/lxc-stop gets stuck

2014-10-06 Thread Serge Hallyn
thanks for reporting this bug. Could you please show: 1. The result of 'netstat -x | grep lxc' 2. ps -ef | grep lxc status: incomplete ** Changed in: lxc (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1374612] Re: [FFE] add pc-1.0-precise machine type

2014-10-06 Thread Serge Hallyn
We've discussed this in #ubuntu-release and decided to not support the pc-1.0-precise machine type after 14.04. Therefore the utopic (FFE) bug is wontfix, and we will only seek SRU for 14.04. ** Changed in: qemu (Ubuntu) Status: Confirmed = Won't Fix -- You received this bug notification

[Bug 1373981] Re: ubuntu 14.10 server, amd64 - lxc-start fails to start container

2014-10-01 Thread Serge Hallyn
** Package changed: lxc (Ubuntu) = linux (Ubuntu) ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed ** Description changed: + = + ec2-run-instances ami-3021fb58 -t m1.small + + ssh into the instance, + + sudo ip link add type veth + +

[Bug 1374612] Re: [FFE] add pc-1.0-precise machine type

2014-10-01 Thread Serge Hallyn
Build log is at: https://launchpad.net/~serge-hallyn/+archive/ubuntu /qemu-migration2/+build/6413926/+files/buildlog_ubuntu-utopic- amd64.qemu_2.1%2Bdfsg-4ubuntu5%7Emigration3_UPLOADING.txt.gz -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 1374612] Re: [FFE] add pc-1.0-precise machine type

2014-10-01 Thread Serge Hallyn
installed, 0 to remove and 62 not upgraded. Need to get 2,033 kB of archives. After this operation, 22.5 kB of additional disk space will be used. Get:1 http://ppa.launchpad.net/serge-hallyn/qemu-migration2/ubuntu/ utopic/main qemu-system-x86 amd64 2.1+dfsg-4ubuntu5~migration3 [2,033 kB] Fetched 2,033 kB

[Bug 1375910] Re: package libvirt-bin 1.2.8-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-09-30 Thread Serge Hallyn
** Also affects: libvirt (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: libvirt (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: libvirt (Ubuntu Precise) Importance: Undecided = High ** Changed in: libvirt (Ubuntu Trusty)

[Bug 1375910] Re: package libvirt-bin 1.2.8-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-09-30 Thread Serge Hallyn
** No longer affects: libvirt (Ubuntu Precise) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/1375910 Title: package libvirt-bin 1.2.8-0ubuntu6 failed to install/upgrade:

[Bug 1373981] Re: ubuntu 14.10 server, amd64 - lxc-start fails to start container

2014-09-30 Thread Serge Hallyn
Thanks for submitting this bug. To be clear, 'sudo ip link add type veth' also returns an error? Could you tell us which ami and which machine type you used to start the amazon instance? ** Changed in: lxc (Ubuntu) Status: New = Incomplete -- You received this bug notification

[Blueprint servercloud-u-lxc] LXC work for Utopic

2014-09-29 Thread Serge Hallyn
Blueprint changed by Serge Hallyn: Work items changed: Work items for ubuntu-14.06: [tycho-s] test/fix basic multi-process criu: DONE [tycho-s] send patch to fix c/r of pseudofs mounts (pstore etc): DONE [tycho-s] c/r cgroup settings: DONE [serge-hallyn] fix btrfs issues with lxc

[Bug 1374612] [NEW] [FFE] add pc-1.0-precise machine type

2014-09-26 Thread Serge Hallyn
Public bug reported: Bug 1291321 shows that qemu VMs cannot be migrated from a host running 12.04 to a host running 14.04. https://wiki.ubuntu.com/QemuPTMigration explains the proposed solution. As a part of this, we need to define the pc-1.0-precise machine type which can accept incoming

[Bug 1374612] Re: [FFE] add pc-1.0-precise machine type

2014-09-26 Thread Serge Hallyn
** Description changed: Bug 1291321 shows that qemu VMs cannot be migrated from a host running 12.04 to a host running 14.04. https://wiki.ubuntu.com/QemuPTMigration explains the proposed solution. As a part of this, we need to define the pc-1.0-precise machine type which can accept

[Bug 1374622] [NEW] Support migration from 12.04

2014-09-26 Thread Serge Hallyn
Public bug reported: Bug 1291321 shows that qemu VMs cannot be migrated from a host running 12.04 to a host running 14.04. https://wiki.ubuntu.com/QemuPTMigration explains the proposed solution. One part of the problem is that libvirt in trusty cannot distinguish a pc-1.0 machine being migrated

[Bug 1374612] Re: [FFE] add pc-1.0-precise machine type

2014-09-26 Thread Serge Hallyn
** Changed in: qemu (Ubuntu) Importance: Undecided = High ** Changed in: qemu (Ubuntu Precise) Importance: Undecided = High ** Changed in: qemu (Ubuntu Trusty) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1373555] Re: please restrict signal, ptrace and unix mediation to the container

2014-09-24 Thread Serge Hallyn
Thanks I'll do some testing. I suspect we'll need to allow access to cgmanager, but otherwise this looks good. ** Changed in: lxc (Ubuntu) Importance: Undecided = High ** Changed in: lxc (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member

[Bug 1373555] Re: please restrict signal, ptrace and unix mediation to the container

2014-09-24 Thread Serge Hallyn
Since you're not restricting dbus, cgmanager is actually unaffected, so this shouldn't restrict nested use at all. ** Changed in: lxc (Ubuntu) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in

[Blueprint servercloud-u-lxc] LXC work for Utopic

2014-09-23 Thread Serge Hallyn
Blueprint changed by Serge Hallyn: Work items changed: Work items for ubuntu-14.06: [tycho-s] test/fix basic multi-process criu: DONE [tycho-s] send patch to fix c/r of pseudofs mounts (pstore etc): DONE [tycho-s] c/r cgroup settings: DONE [serge-hallyn] fix btrfs issues with lxc

[Blueprint servercloud-u-server-core] General server work for Utopic

2014-09-23 Thread Serge Hallyn
Blueprint changed by Serge Hallyn: Work items changed: Work items for ubuntu-14.06: [serge-hallyn] convert libvirt to cgmanager (4d): DONE [racb] Early cycle merge report: POSTPONED [serge-hallyn] merge qemu: DONE Work items for ubuntu-14.07: [serge-hallyn] cgmanager package

[Bug 1038139] Re: Missing running check on init script

2014-09-23 Thread Serge Hallyn
Updated init patch which I'll be pushing. --- haproxy.old 2014-09-22 10:52:07.599718882 + +++ haproxy.new 2014-09-22 10:51:34.815653158 + @@ -46,7 +46,9 @@ return 0 fi for pid in $(cat $PIDFILE) ; do - /bin/kill $pid || return 4 +

[Bug 1038139] Re: Missing running check on init script

2014-09-23 Thread Serge Hallyn
** Description changed: + + SRU Justification: + Impact: 'service haproxy stop' returns 4 if haproxy was already stopped. + Development fix: check whether haproxy is running before trying to kill it + Stable fix: same as development fix +

[Bug 1038139] Re: Missing running check on init script

2014-09-23 Thread Serge Hallyn
** Changed in: haproxy (Ubuntu Precise) Importance: Undecided = High ** Changed in: haproxy (Ubuntu Precise) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to haproxy in Ubuntu.

[Bug 1365250] Re: nova-compute memory leak

2014-09-23 Thread Serge Hallyn
** Also affects: libvirt-python (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: libvirt-python (Ubuntu) Importance: Undecided = High ** Changed in: libvirt-python (Ubuntu Trusty) Importance: Undecided = High -- You received this bug notification because you are

[Bug 1291321] Re: migration fails between 12.04 Precise and 14.04 Trusty

2014-09-23 Thread Serge Hallyn
@Raphael, if you're having trouble with the virtio network type, then it sounds like either you are not passing the romfile option to qemu in the trusty host (-global virtio-net-pci.romfile=pxe-virtio.rom.12.04), or you do not have the pxe-virtio.rom.12.04 file installed (in /usr/share/qemu/ as a

[Blueprint servercloud-u-lxc] LXC work for Utopic

2014-09-22 Thread Serge Hallyn
Blueprint changed by Serge Hallyn: Work items changed: Work items for ubuntu-14.06: [tycho-s] test/fix basic multi-process criu: DONE [tycho-s] send patch to fix c/r of pseudofs mounts (pstore etc): DONE [tycho-s] c/r cgroup settings: DONE [serge-hallyn] fix btrfs issues with lxc

[Blueprint servercloud-u-lxc] LXC work for Utopic

2014-09-22 Thread Serge Hallyn
Blueprint changed by Serge Hallyn: Work items changed: Work items for ubuntu-14.06: [tycho-s] test/fix basic multi-process criu: DONE [tycho-s] send patch to fix c/r of pseudofs mounts (pstore etc): DONE [tycho-s] c/r cgroup settings: DONE [serge-hallyn] fix btrfs issues with lxc

[Blueprint servercloud-u-lxc] LXC work for Utopic

2014-09-22 Thread Serge Hallyn
Blueprint changed by Serge Hallyn: Work items changed: Work items for ubuntu-14.06: [tycho-s] test/fix basic multi-process criu: DONE [tycho-s] send patch to fix c/r of pseudofs mounts (pstore etc): DONE [tycho-s] c/r cgroup settings: DONE [serge-hallyn] fix btrfs issues with lxc

[Bug 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-09-22 Thread Serge Hallyn
On my main server (3.13.0-32-generic with precise userspace) I installed a trusty container with ext3 (LVM) backing store. There I installed uvt and created 4 VMs, 2 precise amd64 and 2 precise i386. I several times did: ubuntu@uvttest:~$ cat list p-precise-server-amd64 p-precise-server-i386

[Bug 1367425] Re: [FFE] Upgrade to 1.2.8

2014-09-17 Thread Serge Hallyn
** Changed in: libvirt-python (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt-python in Ubuntu. https://bugs.launchpad.net/bugs/1367425 Title: [FFE] Upgrade to 1.2.8 To manage

[Bug 1369785] Re: kvm modules not autoloaded on ppc64el

2014-09-17 Thread Serge Hallyn
We can become more clever about the packaging later, but this proposed debdiff should 1. clean up the old qemu-system-x86 sysvinit job 2. install a qemu-kvm upstart job on ppcc64le ** Patch added: d1.debdiff

[Bug 1324174] Re: qemu should attempt to re-load kvm_intel to enable nesting at first install

2014-09-17 Thread Serge Hallyn
Thanks, the new version fixed the bug. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1324174 Title: qemu should

[Bug 1331081] Re: please split libvirt-driver apparmor abstraction for qemu and containers

2014-09-17 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/1331081 Title: please split libvirt-driver apparmor

[Bug 1369785] Re: kvm modules not autoloaded on ppc64el

2014-09-16 Thread Serge Hallyn
Seems like the best thing would be to move qemu-system-x86.qemu- kvm.upstart to qemu-system-common.qemu-kvm.upstart (and same with .default and .init) and have the jobs check for the right architectures. ** Changed in: qemu (Ubuntu) Status: New = Triaged ** Changed in: qemu (Ubuntu)

Re: [Bug 1291321] Re: migration fails between 12.04 Precise and 14.04 Trusty

2014-09-16 Thread Serge Hallyn
Quoting Raphael Thoma (raphit...@gmx.ch): In the meantime I could find out that the problem only pops up when virtio (or virtio-net) is being used for network devices. With the e1000 nic_type everything is working as expected. Can this be seen as related to this bug? Perhaps, but if so then

[Bug 1369785] Re: kvm modules not autoloaded on ppc64el

2014-09-16 Thread Serge Hallyn
** Changed in: qemu (Ubuntu) Importance: Medium = High -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1369785 Title: kvm modules not autoloaded on ppc64el To manage notifications

[Bug 1368815] Re: qemu-img convert intermittently corrupts output images

2014-09-15 Thread Serge Hallyn
** Also affects: qemu (Ubuntu) Importance: Undecided Status: New ** Changed in: qemu (Ubuntu) Status: New = Triaged ** Changed in: qemu (Ubuntu) Importance: Undecided = High ** Also affects: qemu (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in:

[Bug 1369481] Re: The trusty machine type should stick to the 2.0 version

2014-09-15 Thread Serge Hallyn
Thanks for submitting this bug. Indeed we should re-set the trusty machine type to point to 2.0. We could introduce a utopic machine type, but since utopic won't be supported at the next LTS I'm thinking of not doing so. ** Changed in: qemu (Ubuntu) Importance: Undecided = High ** Changed

[Blueprint servercloud-u-server-core] General server work for Utopic

2014-09-15 Thread Serge Hallyn
Blueprint changed by Serge Hallyn: Work items changed: Work items for ubuntu-14.06: [serge-hallyn] convert libvirt to cgmanager (4d): DONE [racb] Early cycle merge report: POSTPONED [serge-hallyn] merge qemu: DONE Work items for ubuntu-14.07: [serge-hallyn] cgmanager package

[Blueprint servercloud-u-lxc] LXC work for Utopic

2014-09-15 Thread Serge Hallyn
Blueprint changed by Serge Hallyn: Work items changed: Work items for ubuntu-14.06: [tycho-s] test/fix basic multi-process criu: DONE [tycho-s] send patch to fix c/r of pseudofs mounts (pstore etc): DONE [tycho-s] c/r cgroup settings: DONE [serge-hallyn] fix btrfs issues with lxc

Re: [Bug 1368439] [NEW] Random high latency with KSM enabled and multiple CPU sockets

2014-09-12 Thread Serge Hallyn
affects: linux ** Also affects: linux Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1368439 Title: Random high latency with KSM

[Bug 1368439] Re: Random high latency with KSM enabled and multiple CPU sockets

2014-09-12 Thread Serge Hallyn
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** No longer affects: linux -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1368439 Title: Random high

Re: [Bug 1324174] Re: qemu should attempt to re-load kvm_intel to enable nesting at first install

2014-09-12 Thread Serge Hallyn
Sadly this fix isn't quite right. The reason is that the modprobe file is qemu-system-x86.modprobe, but the postinst doing the reload of kvm_intel is qemu-system-common.postinst. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in

[Bug 1324174] Re: qemu should attempt to re-load kvm_intel to enable nesting at first install

2014-09-12 Thread Serge Hallyn
I've 'fixed' the fix in utopic, so can post a new fix to trusty once 2.0.0+dfsg-2ubuntu1.4 is kicked out of the archive. ** Tags removed: verification-needed ** Tags added: verification-failed -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1367730] Re: container root directory has broken permissions with tight umask and --keep-data

2014-09-11 Thread Serge Hallyn
Thanks. Meanwhile I've raised the issue on lxc-devel mailing list. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1367730 Title: container root directory has broken permissions with

[Bug 1368233] Re: package qemu-system-misc 2.0.0+dfsg-2ubuntu1.2 failed to install/upgrade: cannot copy extracted data for './usr/bin/qemu-system-microblazeel' to '/usr/bin/qemu-system-microblazeel.dp

2014-09-11 Thread Serge Hallyn
It appears your local copy of the package is corrupted: Unpacking qemu-system-misc (2.0.0+dfsg-2ubuntu1.3) over (2.0.0+dfsg-2ubuntu1.2) ... dpkg-deb (subprocess): decompressing archive member: lzma error: compressed data is corrupt Please try the following: sudo apt-get clean sudo apt-get

[Bug 1310919] Re: pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

2014-09-11 Thread Serge Hallyn
Thanks @msaxl, I'll add this patch to our package. ** Changed in: samba (Ubuntu Utopic) Status: Incomplete = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/1310919

[Bug 1365947] Re: 'virsh migrate' fails in a password authentication of SSH

2014-09-10 Thread Serge Hallyn
Thanks. so those should be fixed in the 1.2.8 version we are trying to upload (awaiting FFE) to utopic now. Note also that commit 7eabd55. introduced a regression fixed by c285ffc4. We can SRU these into trusty once they are in utopic. ** Also affects: libvirt (Ubuntu Precise) Importance:

[Bug 1355966] Re: [FFE] Implement AbandonScope (etc)

2014-09-10 Thread Serge Hallyn
** Also affects: cgmanager (Ubuntu) Importance: Undecided Status: New ** Changed in: cgmanager (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cgmanager in Ubuntu.

[Bug 1355966] Re: [FFE] Implement AbandonScope (etc)

2014-09-10 Thread Serge Hallyn
** Changed in: cgmanager (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cgmanager in Ubuntu. https://bugs.launchpad.net/bugs/1355966 Title: [FFE] Implement AbandonScope (etc) To

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

2014-09-10 Thread Serge Hallyn
Thanks for reporting this bug. I'm not sure it's actually a dup of 1240757, because the syslog seems to indicate that dnsmasq is offering addresses over lxcbr0. Could you do 'lxc-start -n container0 -l trace -o debug.out' and attach debug.out here? ** Changed in: lxc (Ubuntu) Status: New

[Bug 1367730] Re: container root directory has broken permissions with tight umask and --keep-data

2014-09-10 Thread Serge Hallyn
** Changed in: lxc (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1367730 Title: container root directory has broken permissions with tight

[Bug 1310919] Re: pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

2014-09-10 Thread Serge Hallyn
It looks like the patch was accidentally dropped from series two merges ago, and in the last merge was dropped for not being in series. However, the deeper problem is that the patch hasn't made it upstream. Looking at the upstream bug, in fact, the proposed fix has changed a bit. Would someone

[Bug 1366868] Re: kvm: dompmwakeup fails if domain becomes pmsuspended

2014-09-09 Thread Serge Hallyn
Thanks, we can combine this SRU with bug 1324174. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1366868 Title: kvm: dompmwakeup fails if domain becomes pmsuspended To manage

[Bug 1367422] [NEW] [FFE] Upgrade to 1.2.8

2014-09-09 Thread Serge Hallyn
Public bug reported: The lastest libvirt release is 1.2.8. This includes a number of bugfixes and memory leaks since 1.2.6. Uploading this to Utopic will make backporting of bug-fixes in SRUs easier. The lp:qa-regression-testing scripts/test-libvirt.py has been run against this package,

[Bug 1287841] Re: FFE: libvirt-python 1.2.2

2014-09-09 Thread Serge Hallyn
** Changed in: libvirt-python (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt-python in Ubuntu. https://bugs.launchpad.net/bugs/1287841 Title: FFE: libvirt-python 1.2.2 To manage

[Bug 1367425] [NEW] [FFE] Upgrade to 1.2.8

2014-09-09 Thread Serge Hallyn
Public bug reported: This will be needed for libvirt-python to match libvirt if the libvirt FFE for 1.2.8 (bug 1367422) is approved. The changelog follows: 2014-09-01 Pavel Hrdina phrd...@redhat.com Implement API bindings for virDomainBlockCopy 2014-09-01 Pavel Hrdina

[Bug 1324174] Re: qemu should attempt to re-load kvm_intel to enable nesting at first install

2014-09-09 Thread Serge Hallyn
** Description changed: - Otherwise user may be confused as to why nesting is not enabled until a + Otherwise user may be confused as to why nesting is not enabled until a reboot. + + SRU Justification: + 1. Impact: Users who install a new intel-baesd machine and immediately start + a VM will

[Blueprint servercloud-u-server-core] General server work for Utopic

2014-09-08 Thread Serge Hallyn
Blueprint changed by Serge Hallyn: Work items changed: Work items for ubuntu-14.06: [serge-hallyn] convert libvirt to cgmanager (4d): DONE [racb] Early cycle merge report: POSTPONED [serge-hallyn] merge qemu: DONE Work items for ubuntu-14.07: [serge-hallyn] cgmanager package

Re: [Bug 1365163] Re: qemu-system-x86_64 crashed with SIGABRT in spice_logv()

2014-09-04 Thread Serge Hallyn
This is interesting. The apparmor policy includes the rule: owner /run/shm/spice.* rw /dev/shm is a symlink to /run/shm, so you should have the needed permissions. Could you please show the results of ls -ld /run/shm /dev/shm ls -l /run/shm /dev/shm status: incomplete ** Changed in: qemu

[Bug 1365163] Re: apparmor breaks virt-manager creation [qemu-system-x86_64 crashed with SIGABRT in spice_logv()]

2014-09-04 Thread Serge Hallyn
Fascinating - thanks. So we should double up on those rules. ** Changed in: qemu (Ubuntu) Status: New = Triaged ** Summary changed: - apparmor breaks virt-manager creation [qemu-system-x86_64 crashed with SIGABRT in spice_logv()] + libvirt-qemu profile needs /dev/shm/spice-* rule for

[Bug 1365163] Re: libvirt-qemu profile needs /dev/shm/spice-* rule for systemd hosts.

2014-09-04 Thread Serge Hallyn
** Package changed: qemu (Ubuntu) = libvirt (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1365163 Title: libvirt-qemu profile needs /dev/shm/spice-* rule for systemd hosts.

[Bug 1287840] Re: FFE: libvirt-1.2.2

2014-09-04 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/1287840 Title: FFE: libvirt-1.2.2 To manage notifications

Re: [Bug 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-09-03 Thread Serge Hallyn
There are 69 commits to block/qcow* between 1.5.0 and 1.7.0. I have compiled binaries of qemu-system-x86_64 and qemu-img at each of those commits and pushed them to http://people.canonical.com/~serge/binaries.0 through http://people.canonical.com/~serge/binaries.68 Note that binaries.0 is the

[Bug 1362224] Re: lxc-clone does not randomize MAC address - juju-local machines have same IPs

2014-09-03 Thread Serge Hallyn
*** This bug is a duplicate of bug 1346815 *** https://bugs.launchpad.net/bugs/1346815 ** This bug has been marked a duplicate of bug 1346815 lxc-clone causes duplicate MAC address and IP address -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 1363063] Re: ACPI BIOS Error with 3.13.0-32-generic and qemu 2.1.0~rc5ubuntu1

2014-09-01 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1363063 Title: ACPI BIOS Error with 3.13.0-32-generic and qemu

Re: [Bug 1350947] Re: apparmor: no working rule to allow making a mount private

2014-08-29 Thread Serge Hallyn
affects: apparmor ** Also affects: apparmor Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1350947 Title: apparmor: no working rule to

Re: [Bug 1291321] Re: migration fails between 12.04 Precise and 14.04 Trusty

2014-08-28 Thread Serge Hallyn
@Raphi, You say you started the instance with -machine pc-1.0. To accept incoming migration from precise you must use -machine pc-1.0-qemu-kvm -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1361976] Re: LXC 1.0.5-0ubuntu0 is uninstallable

2014-08-27 Thread Serge Hallyn
Please show us the contents of /var/log/apt/term.log, /etc/lsb-release, /etc/lxc/lxc-net.conf, /etc/default/lxc*, /usr/sbin/policy-rc.d, and the results of 'uname -a', 'dpkg -l | grep lxc', and 'ls -l /sbin/init'. ** Changed in: lxc (Ubuntu) Status: New = Incomplete -- You received this

[Bug 1347020] Re: trusty host - utopic lxc container cloudimage boot with systemd does not work

2014-08-27 Thread Serge Hallyn
** Changed in: lxc (Ubuntu) Status: New = Confirmed ** Changed in: lxc (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1347020 Title:

[Bug 1358268] Re: ppc64le (+ ppcle) magic is missing in debian/binfmt-update-in

2014-08-27 Thread Serge Hallyn
On the qemu-ppc and qemu-devel mailing lists the following query was made about the non-packaging changes: So before we add anything to QEMU, I would like to first see someone point me to kernel patches that actually enable LE on Linux for 32bit user space. So far I'm not aware of any (and I

[Bug 1347020] Re: trusty host - utopic lxc container cloudimage boot with systemd does not work

2014-08-25 Thread Serge Hallyn
Please make sure that lxc.kmsg = 0 in your container configuration file for systemd guests. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1347020 Title: trusty host - utopic

[Bug 1358268] Re: ppc64le (+ ppcle) magic is missing in debian/binfmt-update-in

2014-08-23 Thread Serge Hallyn
Thanks for submitting this patch. I'll aim to get it into 14.10 and 14.04. Is there a particular way you'd recommend testing this, or should i simply download the ppc64le 14.10 cd image and try chrooting into it? ** Changed in: qemu (Ubuntu) Importance: Undecided = High ** Changed in: qemu

Re: [Bug 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-08-21 Thread Serge Hallyn
Hi Jamie, just to make sure, did you permanently disable ksm? Does cat /sys/kernel/mm/ksm/run still show 0? I've so far never seen a case where a reboot did not fix the issue, nor have I seen an issue (other than suspending the host sometimes causing the VM to hang so that I have to destroy

Re: [Bug 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-08-21 Thread Serge Hallyn
Ok - thanks Jamie. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1292234 Title: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate) To manage notifications about this bug

[Bug 1358405] Re: cannot execute binary /usr/bin/kvm-img: No such file or directory

2014-08-21 Thread Serge Hallyn
libvirt searches at startup for one of the kvm-img and qemu-img commands. If the kvm-img command goes away while libvirt is running, then it continues to try to use kvm-img, and this error occurs. Restarting libvirt is therefore a workaround. The kvm-img command has not existed since early in

[Bug 1261338] Re: lxc-stop and even lxc-stop -k can hang

2014-08-20 Thread Serge Hallyn
** Changed in: lxc (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1261338 Title: lxc-stop and even lxc-stop -k can hang To manage

Re: [Bug 1357103] Re: apparmor denied a golang build inside a container

2014-08-18 Thread Serge Hallyn
@Andreas, yes that's definately what it sounds like. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1357103 Title: apparmor denied a golang build inside a container To manage

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

2014-08-15 Thread Serge Hallyn
Perhaps i don't understand what you are doing. My understanding was that a package is being built (in the buildds) under qemu. Qemu is failing due to tcg failure. We want to tes twhether a qemu patch fixes it. That's why I suggest installing the new qemu package on your host, using it to run a

[Bug 1261338] Re: lxc-stop and even lxc-stop -k can hang

2014-08-14 Thread Serge Hallyn
Thanks for the information. Indeed, lxc-stop -k still works by talking to the lxc monitor. What appears to have happened here is that the monitor itself is frozen. Could you please show full output of: ps -ef Then do 'ps -ef | grep lxc-start' to find the lxc-start process for the hung

[Bug 1355813] Re: LXC containers reset bridge MTU on start/restart

2014-08-12 Thread Serge Hallyn
Hi James, does setting lxc.network.mtu = 9000 in the container configuration file work? Depending on how juju creates the containers, you may be able to simply add that line to the bottom of /etc/lxc/default.conf to get the desired result. -- You received this bug notification because you are

[Bug 1289527] Re: qemu-aarch64-static: java dies with SIGILL

2014-08-12 Thread Serge Hallyn
Hi Dann, yeah, thanks - let's mark this fixed and open a new one. ** Changed in: qemu Status: New = Fix Released ** Changed in: qemu (Ubuntu) Status: Incomplete = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is

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