[Bug 430655] [NEW] /etc/qemu-ifdown is being installed without execute permissions
Dominic Evans
oldmanuk at gmail.com
Wed Sep 16 12:21:35 BST 2009
Public bug reported:
Binary package hint: qemu-kvm
= Abstract
/etc/qemu-ifdown is being installed without execute permissions for any
user
= Description
Because the qemu-ifdown script is not executable, the tunnel is not
properly brought down after shutting the vm down
$ sudo qemu rhel5-1.img -net nic -net tap -m 512 -name RHEL1 -vga std
...
^[
/etc/qemu-ifdown: could not launch network script
== Actual Permissions
$ ls -l /etc/qemu-if*
-rw-r--r-- 1 root root 176 2009-09-11 05:38 /etc/qemu-ifdown
-rwxr-xr-x 1 root root 174 2009-09-16 12:07 /etc/qemu-ifup*
== Expected Permissions
$ ls -l /etc/qemu-if*
-rwxr-xr-x 1 root root 176 2009-09-11 05:38 /etc/qemu-ifdown*
-rwxr-xr-x 1 root root 174 2009-09-16 12:07 /etc/qemu-ifup*
** Affects: qemu-kvm (Ubuntu)
Importance: Undecided
Status: New
--
/etc/qemu-ifdown is being installed without execute permissions
https://bugs.launchpad.net/bugs/430655
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
More information about the Ubuntu-server-bugs
mailing list