|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
xen 3.4.1 + myoung x86_64 kernelHi,
I was just trying to get this combination setup up and running. I am on Fedora 11 and mostly followed Boris Derzhavets' blog to get it done. Sadly the box complains that it can not connect to the hypervisor when starting libvirtd and also xend startup fails. libvirtd screen message: ERROR Internal error: Could not obtain handle on privileged command interface (13 = Permission denied) FATAL: Failed to open connection to hypervisor: Permission denied In the kernel log I saw this: ====================================================== [ INFO: SOFTIRQ-safe -> SOFTIRQ-unsafe lock order detected ] 2.6.31-0.1.2.60.rc7.git4.xendom0.fc12.x86_64 #1 ------------------------------------------------------ See dmesg at http://p.carnivore.it/MrGxdQ for more info. Thanks for any hints or clarification! Cheers, Mark -- Fedora-xen mailing list Fedora-xen@... https://www.redhat.com/mailman/listinfo/fedora-xen |
|
|
|
|
| I didn't suggest to install Michael Young's kernel. You may build directly via J.F. Git Repo:- # yum install mercurial gitk # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen # cd *-xen # git checkout origin/rebase/master -b rebase/master # copy ../config-work .config # make # make modules_install install Pvops kernel 2.6.31-rc6 should be built and installed on system. Working .config is attached (x86_64). No need run "make menuconfig" However, i got it working with both kernel. Stack trace in dmesg output of fedora's kernel seems to be harmless. Clean install with right sequence of steps seems to be important. I was unable reinstall system once been built. Try to follow blog's steps one by one. Point of kernel build doesn't matter. Boris. --- On Wed, 9/2/09, Mark Schloesser <mark.schloesser@...> wrote:
|
| Did you build and and start services as root ? After xen-3.1.4-3.src.rpm "rpmbuild" followed by install of generated packages run:- # chkconfig xend on # service xend start Same commands for xenstored,xenconsoled,xendomains Configure Libvirt Preview Repo and run :- # yum install libvirt libvirt-python python-virtinst virt-manager virt-viewer # chkconfig libvirtd on # service libvirtd start Next :- # rpm -qa|grep xen # rpm -qa|grep virt Make sure right packages installed on F11 Boris. --- On Wed, 9/2/09, Mark Schloesser <mark.schloesser@...> wrote:
|
| > I started over with a fresh F11 install and used JF git kernel with > xen-3.1.4-3.src.rpm. The system starts up just fine with or without xen > enabled on this 2.6.31-rc6 kernel. I believe, you have to enable Xen Privileged Domain Support in JF kernel to load it under Xen 3.4.X Hypervisor. Otherwise, Dom0 won't be loaded. Boris. --- On Fri, 9/4/09, Mark Schloesser <mark.schloesser@...> wrote:
|
| Setup VNC. # yum install tigervnc-server # vncserver :1 -geometry 1280x1024 -depth 16 Connect remotely via vncviewer IP-Dom0:1 Boris --- On Fri, 9/4/09, Mark Schloesser <mark.schloesser@...> wrote:
|
| Free embeddable forum powered by Nabble | Forum Help |