Xend cannot start in my system


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Xend cannot start in my system
# 1  
Old 10-02-2008
Xend cannot start in my system

Hi all,,i'm sorry if my post is repost..but i'm need help about my problem...

My specifications is :
Sony Vaio VGN CR-323
Intel Dual-Core T2390(1.86 GHz)
Memory 2GB DDR
Harddisk 200GB
with Debian lenny 2.6.26-1-686

i'm install xen via apt-get install xen blah..blah blah

root@hell:~# dpkg -l | grep xen
ii libc6-xen 2.7-13 GNU C Library: Shared libraries [Xen version]
ii libxenstore3.0 3.2.1-2 Xenstore communications library for Xen
ii linux-headers-2.6.26-1-common-xen 2.6.26-5 Common header files for Linux 2.6.26-1-xen
ii linux-headers-2.6.26-1-xen-686 2.6.26-5 Header files for Linux 2.6.26-1-xen-686
ii linux-image-2.6-xen-686 2.6.26+16 Linux 2.6 image on i686
ii linux-image-2.6.26-1-xen-686 2.6.26-5 Linux 2.6.26 image on i686
ii linux-modules-2.6.26-1-xen-686 2.6.26-5 Linux 2.6.26 modules on i686
ii xen-hypervisor-3.2-1-i386 3.2.1-2 The Xen Hypervisor on i386
ii xen-shell 1.8-3 Console based Xen administration utility
ii xen-tools 3.9-3 Tools to manage Debian XEN virtual servers
ii xen-utils-3.2-1 3.2.1-2 XEN administrative tools
ii xen-utils-common 3.2.0-2 XEN administrative tools - common files
ii xenstore-utils 3.2.1-2 Xenstore utilities for Xen

it's my package all about xen...thats problem if i'm attempting to start xend...like this :

root@hell:~# xend start
WARING! Can't find hypervisor information in sysfs!
ERROR Internal error: Could not obtain handle on privileged command interface (2 = No such file or directory)
Traceback (most recent call last):
File "/usr/lib/xen-default/bin/xend", line 38, in <module>
from xen.xend.server import SrvDaemon
File "/usr/lib/xen-3.2-1/lib/python/xen/xend/server/SrvDaemon.py", line 26, in <module>
import relocate
File "/usr/lib/xen-3.2-1/lib/python/xen/xend/server/relocate.py", line 26, in <module>
from xen.xend import XendDomain
File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendDomain.py", line 35, in <module>
from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo
File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendCheckpoint.py", line 20, in <module>
from xen.xend import balloon, sxp, image
File "/usr/lib/xen-3.2-1/lib/python/xen/xend/image.py", line 36, in <module>
xc = xen.lowlevel.xc.xc()
xen.lowlevel.xc.Error: (1, 'Internal error', 'Could not obtain handle on privileged command interface (2 = No such file or directory)')

i'm try to cat /var/log/xen/xend.log but empty

can help me?...i need the solution or link to solve this problem....thank you a lot....
# 2  
Old 10-02-2008
Are you running the Xen-enabled kernel? Try uname -a
# 3  
Old 10-03-2008
Quote:
Originally Posted by era
Are you running the Xen-enabled kernel? Try uname -a

hemm..your mentioned what?

like this :

xend start kernel.version ?

i'm sorry i'm can't understanding your idea....but thanks before
# 4  
Old 10-04-2008
When you boot the computer, you start the kernel. Xen will not run on a basic out of the box kernel, it wants a special kernel with Xen support. That's linux-image-2.6.26-1-xen-686 in your listing above. Did you reboot your system after installing that? uname -a shows you which kernel you are currently running. Also look at your /boot/grub/menu.lst
# 5  
Old 10-05-2008
Quote:
Originally Posted by era
When you boot the computer, you start the kernel. Xen will not run on a basic out of the box kernel, it wants a special kernel with Xen support. That's linux-image-2.6.26-1-xen-686 in your listing above. Did you reboot your system after installing that? uname -a shows you which kernel you are currently running. Also look at your /boot/grub/menu.lst
i'm running into 2.6.26-1-686...why my xend can't start?..
if i'm edit in the /boot/grub/menu.lst like this :
title Debian GNU/Linux, kernel 2.6.26-1-xen-686
root (hd0,1)
kernel /boot/xen-3.2-1-i386
module /boot/vmlinuz-2.6.26-1-xen-686 root=/dev/sda2 ro quiet
module /boot/initrd.img-2.6.26-1-xen-686

but when i'm start from booting...my xen has output message :

(XEN) relinquishing vga console

hufh...so tired Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Start Script on system reboot

Hi, I have the following script that looks for a certain file and then executes the start.sh file. How can i make this process to kick when the box reboots. Please advice if ; then /u01/Essbase/Oracle//Middleware/user_projects/epmsystem7/bin/start.sh; rm... (8 Replies)
Discussion started by: thinkingeye
8 Replies

2. What is on Your Mind?

How to start in System Administration?

Hi all, I wonder if you guys could give me some advice on this. I have messed around with Linux for the last few years, and I'm at the point where I would like to become a system administrator - as a career. I already have a bachelor's degree, but it is in the humanities (art history) so... (2 Replies)
Discussion started by: ScottLew
2 Replies

3. Solaris

How to start system console in ELOM?

Hi, The system is Sun x4150. I use putty ssh to access to it. I can't start system console: (hung) Any help will be greatly appreciated! (5 Replies)
Discussion started by: aixlover
5 Replies

4. Emergency UNIX and Linux Support

Unable to connect Xend with virt-manager

Hi guys. I have installed debian 6.0.1a. I have install all XEN stuff. including xen kernel, libvirtd, ... but when i want to connect xend virt-manager shows me this: Verify that: - A Xen host kernel was booted - The Xen service has been started details: Unable to open connection to... (0 Replies)
Discussion started by: majid.merkava
0 Replies

5. UNIX for Dummies Questions & Answers

xend kills network connectivity on boot

red hat 5 update 4 64bit. linux newby. on an interactive boot i can ping -t my vm linux server from my physical MS XP workstation and a vm W2000 64 bit server until xend is started, after that i get destination unreachable. if i choose not to start xend on the interactive boot i retain... (1 Reply)
Discussion started by: slartibartfast9
1 Replies

6. UNIX for Advanced & Expert Users

Adding hdparm to system start-up

Hi, I have read about a vulnerability that allows to lock any IDE/SATA hard drive with a password, unless the BIOS "freezes" the drive's (no-password) status. Even though less secure, this protection can also be archieved by software (only few BIOSes have that feature). hdparm offers a... (4 Replies)
Discussion started by: Gunther
4 Replies

7. AIX

Q: how to start a service when system start

As topic, assume we have a service called "blahservice" and we can start it by: startsrc -s blahservice what is the best practice to run such command when system start? - directly use mkitab to add it into /etc/inittab or - drop startup scripts in /etc/rc.d/rcX.d I know they... (4 Replies)
Discussion started by: acerlinux
4 Replies

8. Shell Programming and Scripting

Cron job at system start up

I want to know if there is a way to make a certain set of programs start in order at system startup with cron or something else i dont know about. (3 Replies)
Discussion started by: rcunn87
3 Replies

9. SCO

System will not start

I am running OpenServer 5.0.5a on a Compaq Proliant 800. When trying to start the system it goes through loading everything and at the end I get the following message. WARNING: hd: no root disk controller was found H iinit ime Loadable Driver May be requiredG drain8042 PANIC: srmontfun -... (1 Reply)
Discussion started by: karlb1
1 Replies

10. HP-UX

how to start the x window system

hi, am new to hp-ux, i just bought an hp-ux with the hp-ux 11.0 os, is very old, and i wnat to start the x window system but it send an error that said that couldn't open the x server, i try startx, xinit, and nothing, and also where i can find tutorials for hp-ux os for beginners (7 Replies)
Discussion started by: nobody
7 Replies
Login or Register to Ask a Question