|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Fedora 12 xen 4.0.0
On Wed, Apr 14, 2010 at 03:28:01PM +0300, Shai Maskit wrote:
> I'm trying to get xen4 to work, and i'm still stuck.
> i've used michael young's fedora12 dom0 and xen 4 rpms,
> but i'm not doing something right, since i cannot get xend working properly:
>
> [root@kpc35 ~]# uname -r
> 2.6.32.10-1.2.92.xendom0.fc12.i686.PAE
> [root@kpc35 ~]# cat /etc/grub.conf
> .
> .
> .
> .
> title Fedora-xen (2.6.32.10-1.2.92.xendom0.fc12.i686.PAE)
> root (hd0,0)
> kernel /xen-4.0.gz dom0_mem=1024M loglvl=all guest_loglvl=all
> module /vmlinuz-2.6.32.10-1.2.92.xendom0.fc12.i686.PAE ro
> root=/dev/mapper/vg_kpc35-lv_root noiswmd LANG=en_US.UTF-8
> SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
> nomodeset
> module /initramfs-2.6.32.10-1.2.92.xendom0.fc12.i686.PAE.img
> .
> .
> [root@kpc35 ~]# service xend status
> xend dead but pid file exists
> [FAILED]
>
> [root@kpc35 ~]# xm list
> Error: Unable to connect to xend: No such file or directory. Is xend running?
>
> I'm obviously getting an error when trying to run virt-manager, but
> that's expected when the xend isn't working....
>
> any help will be greatly appreciated
>
Do you have xenfs mounted to /proc/xen ?
Do you have xen-evtchn.ko driver loaded?
Do have files under /proc/xen/ ?
See this wiki page for more information about the new pvops dom0 kernel:
http://wiki.xensource.com/xenwiki/XenParavirtOps
-- Pasi
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|