[Bug 430652] Re: /etc/qemu-ifup script regression - fails to find bridge interface

2009-09-19 Thread Dustin Kirkland
** Changed in: qemu-kvm (Ubuntu)
   Status: In Progress => Fix Released

-- 
/etc/qemu-ifup script regression - fails to find bridge interface
https://bugs.launchpad.net/bugs/430652
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 430652] Re: /etc/qemu-ifup script regression - fails to find bridge interface

2009-09-17 Thread Dustin Kirkland
I'll apply the attached patch to Ubuntu's qemu-kvm, and send it
upstream.

:-Dustin

** Changed in: qemu-kvm (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: qemu-kvm (Ubuntu)
 Assignee: (unassigned) => Dustin Kirkland (kirkland)

** Attachment added: "0001-update-qemu-ifup-for-modern-ip-route-output.patch"
   
http://launchpadlibrarian.net/31984806/0001-update-qemu-ifup-for-modern-ip-route-output.patch

-- 
/etc/qemu-ifup script regression - fails to find bridge interface
https://bugs.launchpad.net/bugs/430652
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 430652] Re: /etc/qemu-ifup script regression - fails to find bridge interface

2009-09-17 Thread Dominic Evans
Well basically on newer kernels the `ip route list` format seems to
include these two additional columns (presumably indicating
100Mbit/1Gbit ethernet speeds?) where it previously had none (i.e., now
shows 7 columns instead of 5)

the most immediate fix is to change the $NF to a $5 to maintain
backwards compatibility whilst also picking out the right interface in
this new form.

However, if we decided to go with that change, then the qemu-ifdown
script should be updated to match.

-- 
/etc/qemu-ifup script regression - fails to find bridge interface
https://bugs.launchpad.net/bugs/430652
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 430652] Re: /etc/qemu-ifup script regression - fails to find bridge interface

2009-09-17 Thread Laurent Bigonville
Same problem here tap is broken.

ŝwitch=br0 is working but there should have a better solution for that

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided => Medium

** Changed in: qemu-kvm (Ubuntu)
   Status: New => Confirmed

-- 
/etc/qemu-ifup script regression - fails to find bridge interface
https://bugs.launchpad.net/bugs/430652
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs