On Tue, Mar 1, 2011 at 10:36 PM, Boris Derzhavets�
<bderzhavets@xxxxxxxxx>�wrote:
Compiled against library: libvir 0.7.5 Using library: libvir 0.7.5 Using API: QEMU 0.7.5
Running hypervisor: QEMU 0.12.3
That's wrong . I guess�
|
Even I feel it to be wrong.�
Have�
1. (xend-unix-server yes) present in� /etc/xen/xend-config.sxp
|
yes this is there�
2. export VIRSH_DEFAULT_CONNECT_URI=�xen:///�
|
this is also there.�
�
I rechecked it and it is the same version of virsh as I mentioned.
Compiled against library: libvir 0.7.5
Using library: libvir 0.7.5
Using API: QEMU 0.7.5
Running hypervisor: QEMU 0.12.3
�
On Tue, Mar 1, 2011 at 8:27 PM, Boris Derzhavets� <bderzhavets@xxxxxxxxx>�wrote:
> Now when I open virt-manager the option to install from Local ISO or > PXE are greyed out. > virt-manager version is 0.8.2
Try virt-install command line utility.
|
|
virt-install -n LucidPVG -r 512 --paravirt --vnc -f /dev/sda9 -c /home/tapas/Documents/ISO\'s/ubuntu-10.04.1-desktop-i386.iso --debug
Tue, 01 Mar 2011 23:19:51 DEBUG � �Launched with command line:
/usr/bin/virt-install -n LucidPVG -r 512 --paravirt --vnc -f /dev/sda9 -c /home/tapas/Documents/ISO's/ubuntu-10.04.1-desktop-i386.iso --debug
Tue, 01 Mar 2011 23:19:51 DEBUG � �Requesting libvirt URI default
Tue, 01 Mar 2011 23:19:51 DEBUG � �Received libvirt URI xen:///
Tue, 01 Mar 2011 23:19:51 DEBUG � �Requesting virt method 'xen', hv type 'default'.
Tue, 01 Mar 2011 23:19:51 DEBUG � �Received virt method 'xen'
Tue, 01 Mar 2011 23:19:51 DEBUG � �Hypervisor name is 'xen'
Tue, 01 Mar 2011 23:19:51 DEBUG � �Could not open "/etc/sysconfig/keyboard" [Errno 2] No such file or directory: '/etc/sysconfig/keyboard'
Tue, 01 Mar 2011 23:19:51 DEBUG � �Could not open "/etc/X11/xorg.conf": [Errno 2] No such file or directory: '/etc/X11/xorg.conf'
Tue, 01 Mar 2011 23:19:51 ERROR � �Paravirtualized guests cannot install off cdrom media.
For some reason or the other all this is failing.
I checked the ISO above and in Virtual Box I was able to use the same ISO to create guest but for Xen things did not worked.
My system is 64 bit non VT.
I checked a guide of yours here
where at the last you mention virsh version on your blog which shows using Xen�
in my case it is the same thing that I mentioned.
I had installed via�
aptitude install ubuntu-virt-server
aptitude install ubuntu-virt-mgmt
but I do not have in my sources Daniel Baumans PPA which you used.
Let me know if we need to dig any thing more on my machine.
I feel creating a PV guest on a PV-Dom0 should not be that difficult.
I am just trying to create a Ubuntu 10.04 32 bit PV guest on Ubuntu 10.04 64 bit Desktop
which is a non VT hardware.
�