[Bug 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-08-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/kvm

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-04-02 Thread Launchpad Bug Tracker
This bug was fixed in the package kvm - 1:84+dfsg-0ubuntu10

---
kvm (1:84+dfsg-0ubuntu10) jaunty; urgency=low

  * debian/patches/virtio-net_disable_gso.patch: hardy guest kernels
do not have working gso support.  Disable it for everyone until
we have a work around, LP: #331128.

 -- Dustin KirklandThu, 02 Apr 2009 11:08:34
-0500

** Changed in: kvm (Ubuntu Jaunty)
   Status: In Progress => Fix Released

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-04-02 Thread Dustin Kirkland
Okay, with some help from upstream kvm (Anthony Liguori), we have a
workaround for this issue in KVM itself.

Basically, Hardy's kernel does not support GSO (general segment
offload).  However, recent kvm/libvirt changes are now utilizing GSO.

In the KVM userspace code, we are going to disable this support for all
guests until upstream designs a workable mechanism for the host sensing
guest support for GSO and use it opportunistically.  Uploading to Jaunty
now.

:-Dustin

** Changed in: libvirt (Ubuntu Jaunty)
   Status: Confirmed => Invalid

** Changed in: kvm (Ubuntu Jaunty)
   Status: Incomplete => In Progress

** Changed in: kvm (Ubuntu Jaunty)
 Assignee: Canonical Server Team (canonical-server) => Dustin Kirkland 
(kirkland)

** Changed in: kvm
   Status: New => Confirmed

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-04-01 Thread Dustin Kirkland
Invalid against the kernel.  This patch is applied to both hardy and
jaunty.  Sorry for the noise.

:-Dustin

** Changed in: linux (Ubuntu Jaunty)
   Status: Fix Released => Invalid

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-04-01 Thread Dustin Kirkland
I've added a task against linux for this bug.

I found the following upstream kernel commit (which is in our Jaunty),
but not in Hardy.  I think it might be worth testing a Haryd guest with
this patch applied.

 * http://www.mail-archive.com/git-commits-
h...@vger.kernel.org/msg39122.html

:-Dustin

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Jaunty)
   Status: New => Fix Released

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-31 Thread Dustin Kirkland
Also, try as I might, I have not been able to reproduce this problem
using kvm alone on the command line (without libvirt).

I see that libvirt was merged twice, from 0.4.6-5ubuntu2 to
0.5.1-4ubuntu1, and then to 0.6.0-1ubuntu1 shortly before Jamie's
report.  I'm thinking that there may have been a regression somewhere in
there.

I have posted a message to the kvm upstream mailing list, asking if
anyone there is familiar with the problem.

Finally, I'm marking this 'Incomplete' against kvm (but leaving it open
against libvirt) until someone can show me how to reproduce this problem
using KVM alone.

:-Dustin

** Changed in: kvm (Ubuntu Jaunty)
   Status: Triaged => Incomplete

** Changed in: kvm
   Importance: Unknown => Undecided

** Changed in: kvm
   Status: Unknown => New

** Changed in: kvm
 Bugwatch: SourceForge.net Tracker #2067179 => None

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-31 Thread Dustin Kirkland
Jamie said he's experiencing this using the module from kvm-source...
Can anyone else confirm the problem using the stock kvm module shipping
with the kernel (ie, no kvm-source installed)?

:-Dustin

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-31 Thread danielk
I believe virtio may be a red herring, this appears to be a problem with
any bridge set up using /etc/libvirt/qemu/networks/default.xml

By replacing it with default0.xml default1.xml (where %d is replaced
with the appropriate number), changing my vm's virsh XML to use those
instead of default, then running 'virsh net-undefine default' and then
running net-define + net-start for each of the new defaultX.xml's I was
able to start some VM's.. the model type emulated appeared to have no
effect.

Note: Some of my attempted fixes caused CPU sucking infinite loops, and
others disassociated libvirt from the running kvm, so backup your disk
images before trying to get qemu/kvm/libvirt running in jaunty.

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-31 Thread gernonimo
I also can confirm this bug and i hope it will be resolved until the
final release. Thank You.

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-31 Thread Dustin Kirkland
** Changed in: libvirt (Ubuntu Jaunty)
   Status: Incomplete => Confirmed

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-31 Thread Jamin W. Collins
How is this bug report incomplete? What additional information is
necessary?  This has been confirmed by multiple users.

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-26 Thread Dustin Kirkland
** Bug watch added: SourceForge.net Tracker #2067179
   http://sourceforge.net/support/tracker.php?aid=2067179

** Also affects: kvm via
   http://sourceforge.net/support/tracker.php?aid=2067179
   Importance: Unknown
   Status: Unknown

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-23 Thread Steve Beattie
** Changed in: libvirt (Ubuntu Jaunty)
   Importance: Undecided => High
 Assignee: (unassigned) => Canonical Server Team (canonical-server)
   Status: New => Incomplete

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-21 Thread Jamin W. Collins
I can confirm this problem.  Just tried to install 8.04.2 into a newly
create VM under Jaunty and the installation process repeatedly hangs
after network detection.  This persisted until the default NIC
definition was removed and replaced by an e1000 NIC.

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-20 Thread Soren Hansen
"-net user" is not a solution. It hooks the nic into the usermode
networking stack which is almost never what we want to do.

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-20 Thread Brazen
I haven't tried any other OSes as the guest other than Hardy and now
Vista, but FYI - Vista DOES work with virtio.

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-20 Thread Steve Beattie
Assigning this to the server team.

** Changed in: kvm (Ubuntu Jaunty)
 Assignee: (unassigned) => Canonical Server Team (canonical-server)

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-18 Thread Dustin Kirkland
** Changed in: virt-manager (Ubuntu)
   Status: Confirmed => Invalid

** Also affects: libvirt (Ubuntu)
   Importance: Undecided
   Status: New

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-17 Thread Jamie Strandboge
virt-manager is not the culprit because virsh does not work either.  It
is perhaps libvirt, but may still be kvm.

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-17 Thread Jamie Strandboge
I don't use '-net user'. I use nat with dnsmasq (ie, all the networking
goodness that libvirt is supposed to give you) and using '-net user'
would be a major usability problem for me.

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-17 Thread Brazen
I'm having this problem, too, using bridge networking with a virtio nic.
Using "-net user" is not an option.  I'm using Jaunty Alpha 6 as the
host and Ubuntu Hardy as the guest.

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-11 Thread Dustin Kirkland
I'm marking this against virt-manager, since kvm with the right
parameter works.

Would it make sense to get virt-manager (and/or libvirt-bin) to append
the "-net user" bit automatically?

:-Dustin

** Changed in: virt-manager (Ubuntu)
   Importance: Undecided => High
   Status: New => Confirmed

** Changed in: kvm (Ubuntu)
   Status: Confirmed => Triaged

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-11 Thread Dustin Kirkland
Jamie-

Try adding "-net user" to the end of the kvm command.

So:
 $ /usr/bin/kvm -S -M pc -m 384 -smp 1 -name sec-hardy-i386 -uuid 
c28d7c53-0da0-75c0-b360-df536d434f51 -monitor pty -pidfile 
/var/run/libvirt/qemu//sec-hardy-i386.pid -boot c -drive 
file=/srv/vms/kvm/sec-hardy-i386/root.qcow2,if=ide,index=0,boot=on -net 
nic,macaddr=00:16:36:70:61:a2,vlan=0,model=virtio -net 
tap,fd=18,script=,vlan=0,ifname=vnet1 -serial none -parallel none -usb -vnc 
127.0.0.1:2 -net user

This is working like a champ for me, with a Jaunty host, and both Hardy and 
Jaunty guests:
 $ kvm -hda hardy-server.img -cdrom ../iso/ubuntu-8.04.1-server-amd64.iso -net 
nic,model=virtio -net user

:-Dustin

** Also affects: virt-manager (Ubuntu)
   Importance: Undecided
   Status: New

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-10 Thread Jamie Strandboge
$ dpkg -l|grep kvm
ii  kvm1:84+dfsg-0ubuntu7   
Full virtualization on i386 and amd64 hardwa
ii  kvm-source 1:84+dfsg-0ubuntu7   
Source for the KVM driver

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-10 Thread Jamie Strandboge
Yes it is still a problem. Started via virt-manager (or virsh) crashes
the guest kernel.

/usr/bin/kvm -S -M pc -m 384 -smp 1 -name sec-hardy-i386 -uuid
c28d7c53-0da0-75c0-b360-df536d434f51 -monitor pty -pidfile
/var/run/libvirt/qemu//sec-hardy-i386.pid -boot c -drive
file=/srv/vms/kvm/sec-hardy-i386/root.qcow2,if=ide,index=0,boot=on -net
nic,macaddr=00:16:36:70:61:a2,vlan=0,model=virtio -net
tap,fd=18,script=,vlan=0,ifname=vnet1 -serial none -parallel none -usb
-vnc 127.0.0.1:2


libvirt xml:

  sec-hardy-i386
  c28d7c53-0da0-75c0-b360-df536d434f51
  393216
  393216
  1
  
hvm

  
  

  
  
  destroy
  restart
  destroy
  
/usr/bin/kvm

  
  


  
  
  



  


** Changed in: kvm (Ubuntu)
   Status: Incomplete => Confirmed

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-09 Thread Dustin Kirkland
Jamie-

What's the command line are you using to run this?  I'll try to
reproduce it.

:-Dustin

** Changed in: kvm (Ubuntu)
   Importance: Medium => High
   Status: New => Incomplete

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-09 Thread Jamie Strandboge
** Tags added: regression-potential

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-03-06 Thread Dustin Kirkland
** Changed in: kvm (Ubuntu)
   Importance: Undecided => Medium

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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 331128] Re: virtio on hardy guest and jaunty host (kvm 84) is broken

2009-02-18 Thread Jamie Strandboge

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/22812512/Dependencies.txt

-- 
virtio on hardy guest and jaunty host (kvm 84) is broken
https://bugs.launchpad.net/bugs/331128
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