[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-22 Thread Boris Derzhavets
Strange, i still need boris@boris-System-P5Q3:~$ sudo dd if=/dev/zero of=/dev/sdb5 bs=10M count=10 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB) copied, 11.9136 s, 90.1 MB/s To crash bootloader on /dev/vda -- You received this bug notification because you are a member of

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-22 Thread Boris Derzhavets
Disregard bytes counted boris@boris-System-P5Q3:~$ sudo dd if=/dev/zero of=/dev/sdb6 bs=10M count=10 [sudo] password for boris: 10+0 records in 10+0 records out 104857600 bytes (105 MB) copied, 1.24066 s, 84.5 MB/s That's enough to proceed for me. -- You received this bug notification because

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-21 Thread Boris Derzhavets
On fresh alpha1 + (apt-get update;apt-get upgrade) 100 % reproducible on vda device /dev/sdb5 F15 guest installed first on /dev/sdb5 . Removed via VM. Attempt to to install Natty on same /dev/sdb5

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-21 Thread Boris Derzhavets
virt-install --connect qemu:///system \ --virt-type kvm \ --os-type=linux --os-variant=ubuntunatty \ --name Natty1 --ram 2048 \ --disk path=/dev/sdb5 \ --cdrom /mnt/home/boris/UbuntuDesk11.04.iso \ --vcpus 2 View attachment. ** Attachment added: S1.png

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-21 Thread Boris Derzhavets
From my standpoint bug is virtinst or python-libvirt. It has nothing to do with virt-manager -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/795427 Title: Upgrade Libvirt up to

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-21 Thread Boris Derzhavets
Typo I believe bug is in virtinst or python-libvirt. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/795427 Title: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-21 Thread Boris Derzhavets
Due to at the same time i can reinstall on /dev/sdb5 via :- root@boris-System-P5Q3:~# /usr/bin/kvm -cpu host -enable-kvm \ -name Ubuntu11.04 -m 2048 \ -drive file=/dev/sdb5,if=virtio,media=disk,aio=native,cache=off \ -net nic,model=rtl8139 -net user -localtime \ -usb -vnc 0.0.0.0:1 \

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-21 Thread Serge Hallyn
@Boris, Please describe in great detail how you delete the old and create the new VM, as I can't reproduce. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/795427 Title: Upgrade

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-21 Thread Boris Derzhavets
Install F15 : virt-install --connect qemu:///system \ --virt-type kvm \ --os-type=linux --os-variant=fedora15 \ --name VF15 --ram 2048 \ --disk path=/dev/sdb5 \ --cdrom /mnt/home/boris/F15.iso \ --vcpus 2 Remove via VM - right click and choose delete. or virsh delete VF15. So /dev/sdb5

Re: [Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-21 Thread Serge Hallyn
Ah, virt-install. I'll try with that, thanks. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/795427 Title: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager To

Re: [Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-21 Thread Serge Hallyn
I'm sorry, I still can't reproduce this. ** Changed in: libvirt (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/795427 Title: Upgrade

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-21 Thread Serge Hallyn
(Setting state to New as we're not awaiting any response right now) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/795427 Title: Upgrade Libvirt up to 0.9.1 generates new bug with

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-20 Thread Serge Hallyn
@Boris, I'm sorry, it's not clear to me what the actual bug is. In comment #2, step 4 doesn't appear to make sense. Could you please explain again how i can reproduce this and what to expect, using unmodified oneiric packages? --- Ubuntu Bug Squad volunteer triager

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-20 Thread Boris Derzhavets
4. Try same install again with Natty as guest ( for example ) on /dev/sdb7. Virt-manager instead of loading from CD as usual will load from bootable device, which is actually supposed to be overwritten. If i will previously format as ext4fs /dev/sdb7 or it is initially clean

Re: [Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-20 Thread Serge Hallyn
Quoting Boris Derzhavets (795...@bugs.launchpad.net): 4. Try same install again with Natty as guest ( for example ) on /dev/sdb7. Virt-manager instead of loading from CD as usual will load from bootable device, which is actually supposed to be overwritten. If i will

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-20 Thread Serge Hallyn
I can't reproduce this in a oneiric vm, using /dev/vdb with lucid as the preinstalled guest. Can you show the /proc/$$/cmdline of the kvm process started by libvirt, as well as 'virsh dumpxml n' where n is the id of the running domain, when you are booting the VM the second time, and expecting to

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-13 Thread Boris Derzhavets
1. By default flag appears not to be set at all. I tried to check CDROM as first . It doesn't help. 2. Absence spicevmc patches is not connected to issue, but VM functionality is affected . Please , take a look how VM VIRTINST stuff is done on Fedora 15. -- You received this bug

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-13 Thread Boris Derzhavets
Please, view also https://wiki.edubuntu.org/spice (5) . If needed i'll file second this issue as separate bug. Due serious of disadvantage which it causes. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu.

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-12 Thread Boris Derzhavets
@Mark, Attached tarball have been applied to virt-manager on F15 in meantime :- [root@fedora15b SOURCES]# ls -l total 1884 -rw-rw-r--. 1 root root 1879504 Mar 29 00:10 virt-manager-0.8.7.tar.gz -rw-r--r--. 1 root root 509 Apr 19 18:36 virt-manager-fix-broken-cspo.patch -rw-r--r--. 1 root root

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-12 Thread Boris Derzhavets
Typo:- ... is going to be my concern -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/795427 Title: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager To manage

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-12 Thread Marc Deslauriers
When you create the second VM (Natty) while reusing the same disk as the old F15 installation, what are the settings in the Boot Option screen set to? Also, the patches Fedora carry have nothing to do with your issue. -- You received this bug notification because you are a member of Ubuntu

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-10 Thread Marc Deslauriers
Thanks for reporting this issue. Could you please give exact steps to reproduce it? Thanks! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/795427 Title: Upgrade Libvirt up to 0.9.1

Re: [Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-10 Thread Boris Derzhavets
ext4fs on /dev/sdb7 before second attempt with Natty,  everything is going to be fine. Boris. --- On Fri, 6/10/11, Marc Deslauriers marc.deslauri...@canonical.com wrote: From: Marc Deslauriers marc.deslauri...@canonical.com Subject: [Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug

[Bug 795427] Re: Upgrade Libvirt up to 0.9.1 generates new bug with Virt-Manager

2011-06-10 Thread Boris Derzhavets
1. Install Oneiric Alpha 1 + ubuntu-virt-server + virt-manager Create network bridge for KVM guests manually. 2. Run # apt-get update # apt-get upgrade It should result upgrade Libvirt up to 0.9.1 in meantime. 3.Create block device - say /dev/sdb7 and install VF15 KVM guest on /dev/sdb7.