[Bug 475327] Re: qemu -net nic -net tap does not start due to qemu-ifXXX scripts

2012-02-15 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu-kvm - 1.0+noroms-0ubuntu5 --- qemu-kvm (1.0+noroms-0ubuntu5) precise; urgency=low * define_AT_EMPTY_PATH.patch: Make sure AT_EMPTY_PATH is defined. (LP: #930181) * Be smarter about what bridge to attach a TAP device to (LP: #475327): -

[Bug 475327] Re: qemu -net nic -net tap does not start due to qemu-ifXXX scripts

2012-02-15 Thread Serge Hallyn
** Package changed: qemu (Ubuntu) => qemu-kvm (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/475327 Title: qemu -net nic -net tap does not start due to qemu-ifXXX scripts To manage notifica

[Bug 475327] Re: qemu -net nic -net tap does not start due to qemu-ifXXX scripts

2012-02-14 Thread Serge Hallyn
** Changed in: qemu (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/475327 Title: qemu -net nic -net tap does not start due to qemu-ifXXX scripts To manag

[Bug 475327] Re: qemu -net nic -net tap does not start due to qemu-ifXXX scripts

2012-02-13 Thread Sean Channel
I really don't know who "they" are, but chances are good that you know something I do not, Serge, e.g.: plans, specs, requirements, etc.. Just my $.02 that iproute seems very useful for "digging deeper", but looks more like an optional package than anything standard. It is however a dep. of other

Re: [Bug 475327] Re: qemu -net nic -net tap does not start due to qemu-ifXXX scripts

2012-02-13 Thread Serge Hallyn
Quoting Sean Channel (475...@bugs.launchpad.net): > I agree with the fix proposed in comment #6, though I question the > dependency on the "ip" utility (from package "iproute") and using bash- > specific syntax, vs. the more standard "route" command (from "net- > tools") e.g.: > > switch=`

[Bug 475327] Re: qemu -net nic -net tap does not start due to qemu-ifXXX scripts

2012-02-13 Thread Sean Channel
I agree with the fix proposed in comment #6, though I question the dependency on the "ip" utility (from package "iproute") and using bash- specific syntax, vs. the more standard "route" command (from "net- tools") e.g.: switch=`route | awk '/^default / { print $8 }'` Also I would caution

[Bug 475327] Re: qemu -net nic -net tap does not start due to qemu-ifXXX scripts

2012-02-13 Thread Serge Hallyn
Presumably the occasional desktop user would use virt manager which will by default attach a veth nic to virbr0? The reason this bug was raised is that /etc/qemu-ifup assumes the default route has been bridged. For the moment, we always create a virbr0, so perhaps qemu-ifup should attach tap0 to

[Bug 475327] Re: qemu -net nic -net tap does not start due to qemu-ifXXX scripts

2012-02-13 Thread Serge Hallyn
@Patsev, you assigned this bug to yourself. Do you intend to push a fix? If not, I think I'll push the change I detailed in comment #6. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/475327 Title:

[Bug 475327] Re: qemu -net nic -net tap does not start due to qemu-ifXXX scripts

2012-02-10 Thread Sean Channel
the script is needed to bring up a tap interface. the user would have to write their own if it does not exist already. perhaps in the interest of a more user-friendly experience the default script should first start a bridge if one does not exist. Requiring a permanant bridge already setup can con

[Bug 475327] Re: qemu -net nic -net tap does not start due to qemu-ifXXX scripts

2011-12-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: qemu (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/475327 Title: qemu -

Re: [Bug 475327] Re: qemu -net nic -net tap does not start due to qemu-ifXXX scripts

2011-05-03 Thread dl9sau
On 2011-05-03 16:12:53 -, Olivier Mengué <475...@bugs.launchpad.net> wrote in <20110503161253.22907.24156.mal...@wampee.canonical.com>: > @dl9sau: if NAT is enough for you, don't use "-net tap": "-net user" is > much simpler to setup. This is no option. It's generally not a good idea to force

[Bug 475327] Re: qemu -net nic -net tap does not start due to qemu-ifXXX scripts

2011-05-03 Thread Olivier Mengué
@dl9sau: if NAT is enough for you, don't use "-net tap": "-net user" is much simpler to setup. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/475327 Title: qemu -net nic -net tap does not start due t

[Bug 475327] Re: qemu -net nic -net tap does not start due to qemu-ifXXX scripts

2011-04-28 Thread Patsev Anton
** Changed in: qemu (Ubuntu) Assignee: (unassigned) => Patsev Anton (patsev-anton) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/475327 Title: qemu -net nic -net tap does not start due to qemu-

[Bug 475327] Re: qemu -net nic -net tap does not start due to qemu-ifXXX scripts

2009-12-03 Thread Tobias Bradtke
Similar problem for me. I set up the following tap device $ cat /etc/network/interfaces # Loopback device: auto lo iface lo inet loopback # device: eth0 auto eth0 iface eth0 inet static address x.x.x.x broadcast x.x.x.x netmask x.x.x.x gateway x.x.x.x # default route to acces