[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.7.5-5ubuntu26 --- libvirt (0.7.5-5ubuntu26) lucid; urgency=low * debian/patches/9022-dont-leak-log-fd.path.patch: Fix FD leak in qemudStartVMDaemon (LP: #567392) * debian/apparmor/usr.lib.libvirt.virt-aa-helper: update paths for

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.7.5-5ubuntu26 --- libvirt (0.7.5-5ubuntu26) lucid; urgency=low * debian/patches/9022-dont-leak-log-fd.path.patch: Fix FD leak in qemudStartVMDaemon (LP: #567392) * debian/apparmor/usr.lib.libvirt.virt-aa-helper: update paths for

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-21 Thread Jamie Strandboge
Uploaded per slangasek's comment, with a tweak to the aforementioned AppArmor profile changes. Retested for no leaks, passes in build tests and QRT test-libvirt.py. -- __virExec:362 : cannot create pipe: Too many open files https://bugs.launchpad.net/bugs/567392 You received this bug

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-21 Thread Steve Langasek
** Changed in: libvirt (Ubuntu Lucid) Status: In Progress = Fix Committed -- __virExec:362 : cannot create pipe: Too many open files https://bugs.launchpad.net/bugs/567392 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-21 Thread Scott Moser
I've tested Jamie's debs that he gave me access to. With the new debs in place, an 'lsof -p $(pidof libvirtd) | wc -l' varies between 79 and 80 for me over the test of running several hundred instances. -- __virExec:362 : cannot create pipe: Too many open files

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-21 Thread Jamie Strandboge
Uploaded per slangasek's comment, with a tweak to the aforementioned AppArmor profile changes. Retested for no leaks, passes in build tests and QRT test-libvirt.py. -- __virExec:362 : cannot create pipe: Too many open files https://bugs.launchpad.net/bugs/567392 You received this bug

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-21 Thread Steve Langasek
** Changed in: libvirt (Ubuntu Lucid) Status: In Progress = Fix Committed -- __virExec:362 : cannot create pipe: Too many open files https://bugs.launchpad.net/bugs/567392 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-21 Thread Scott Moser
I've tested Jamie's debs that he gave me access to. With the new debs in place, an 'lsof -p $(pidof libvirtd) | wc -l' varies between 79 and 80 for me over the test of running several hundred instances. -- __virExec:362 : cannot create pipe: Too many open files

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Scott Moser
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/44912261/Dependencies.txt -- __virExec:362 : cannot create pipe: Too many open files https://bugs.launchpad.net/bugs/567392 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Scott Moser
http://libvirt.org/git/?p=libvirt.git;a=blobdiff;f=src/qemu/qemu_driver.c;h=a3aae33c8ba14539f1229347a77b0988d4b89007;hp=67d9aded7cbce1fea5bedd3188f03f076040b681;hb=caad0a878337b52c4453444bb227b74cce6e6d5f;hpb=336fd879c00b2320066db20dfdfdad2b0489c493 -- __virExec:362 : cannot create pipe: Too

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Jamie Strandboge
libvirtd is leaking file descriptors on it's log file when destroying/shutting down down a VM. Eg: $ sudo ls -l /proc/`cat /var/run/libvirtd.pid`/fd /tmp/before $ virsh start sec-dapper-i386 $ sudo ls -l /proc/`cat /var/run/libvirtd.pid`/fd /tmp/during $ virsh destroy sec-dapper-i386 $ sudo ls

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Jamie Strandboge
The following upstream commit should fix it: http://libvirt.org/git/?p=libvirt.git;a=commit;h=caad0a878337b52c4453444bb227b74cce6e6d5f -- __virExec:362 : cannot create pipe: Too many open files https://bugs.launchpad.net/bugs/567392 You received this bug notification because you are a member of

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Jamie Strandboge
The attached debdiff fixes the issue. It also has an AppArmor profile update that I was going to SRU. In addition to fixing the bug, it passing the in build test suite and qa-regression-testing test- libvirt.py tests. ** Attachment added: libvirt_0.7.5-5ubuntu26.debdiff

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Dustin Kirkland
I propose that this fix be considered for Lucid RC. ** Also affects: libvirt (Ubuntu Lucid) Importance: High Assignee: Jamie Strandboge (jdstrand) Status: In Progress -- __virExec:362 : cannot create pipe: Too many open files https://bugs.launchpad.net/bugs/567392 You received

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Steve Langasek
Discussed this with Scott on IRC; I don't think this warrants a respin and reset of validation on Ubuntu Server images and DVD images for the RC, but please get it uploaded to the queue for immediate post-RC acceptance. -- __virExec:362 : cannot create pipe: Too many open files

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Dustin Kirkland
Agreed, thanks for the consideration, Steve. Re-targeting at lucid-updates. ** Changed in: libvirt (Ubuntu Lucid) Milestone: ubuntu-10.04 = lucid-updates -- __virExec:362 : cannot create pipe: Too many open files https://bugs.launchpad.net/bugs/567392 You received this bug notification

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Dustin Kirkland
Spoke with slangasek in IRC. He indicated that this should be approved post RC, in time for GA. Re-targeting at 10.04. ** Changed in: libvirt (Ubuntu Lucid) Milestone: lucid-updates = ubuntu-10.04 -- __virExec:362 : cannot create pipe: Too many open files

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Scott Moser
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/44912261/Dependencies.txt -- __virExec:362 : cannot create pipe: Too many open files https://bugs.launchpad.net/bugs/567392 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Scott Moser
http://libvirt.org/git/?p=libvirt.git;a=blobdiff;f=src/qemu/qemu_driver.c;h=a3aae33c8ba14539f1229347a77b0988d4b89007;hp=67d9aded7cbce1fea5bedd3188f03f076040b681;hb=caad0a878337b52c4453444bb227b74cce6e6d5f;hpb=336fd879c00b2320066db20dfdfdad2b0489c493 -- __virExec:362 : cannot create pipe: Too

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Jamie Strandboge
libvirtd is leaking file descriptors on it's log file when destroying/shutting down down a VM. Eg: $ sudo ls -l /proc/`cat /var/run/libvirtd.pid`/fd /tmp/before $ virsh start sec-dapper-i386 $ sudo ls -l /proc/`cat /var/run/libvirtd.pid`/fd /tmp/during $ virsh destroy sec-dapper-i386 $ sudo ls

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Jamie Strandboge
The following upstream commit should fix it: http://libvirt.org/git/?p=libvirt.git;a=commit;h=caad0a878337b52c4453444bb227b74cce6e6d5f -- __virExec:362 : cannot create pipe: Too many open files https://bugs.launchpad.net/bugs/567392 You received this bug notification because you are a member of

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Jamie Strandboge
The attached debdiff fixes the issue. It also has an AppArmor profile update that I was going to SRU. In addition to fixing the bug, it passing the in build test suite and qa-regression-testing test- libvirt.py tests. ** Attachment added: libvirt_0.7.5-5ubuntu26.debdiff

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Dustin Kirkland
I propose that this fix be considered for Lucid RC. ** Also affects: libvirt (Ubuntu Lucid) Importance: High Assignee: Jamie Strandboge (jdstrand) Status: In Progress -- __virExec:362 : cannot create pipe: Too many open files https://bugs.launchpad.net/bugs/567392 You received

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Steve Langasek
Discussed this with Scott on IRC; I don't think this warrants a respin and reset of validation on Ubuntu Server images and DVD images for the RC, but please get it uploaded to the queue for immediate post-RC acceptance. -- __virExec:362 : cannot create pipe: Too many open files

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Dustin Kirkland
Agreed, thanks for the consideration, Steve. Re-targeting at lucid-updates. ** Changed in: libvirt (Ubuntu Lucid) Milestone: ubuntu-10.04 = lucid-updates -- __virExec:362 : cannot create pipe: Too many open files https://bugs.launchpad.net/bugs/567392 You received this bug notification

[Bug 567392] Re: __virExec:362 : cannot create pipe: Too many open files

2010-04-20 Thread Dustin Kirkland
Spoke with slangasek in IRC. He indicated that this should be approved post RC, in time for GA. Re-targeting at 10.04. ** Changed in: libvirt (Ubuntu Lucid) Milestone: lucid-updates = ubuntu-10.04 -- __virExec:362 : cannot create pipe: Too many open files