Hi all I succed to install xen 4.1.2 on open suse .for as , all gone well. when i boot the xen it succeds . when i type "xm list" arise an error , such this "Error: Unable to connect to xend: No such file or directory. Is xend running?" . I post here the content of menu.lst file. Please help me ........................ # Modified by YaST2. Last modification on Wed Aug 8 21:50:40 CEST 2012 # THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader # For the new kernel it try to figure out old parameters. In case we are not able to recognize it (e.g. change of flavor or strange install ord er ) it it use as fallback installation parameters from /etc/sysconfig/bootloader default 1 timeout 8 ##YaST - generic_mbr gfxmenu (hd0,0)/message ##YaST - activate ###Don''t change this comment - YaST2 identifier: Original name: xen### title Xen -- openSUSE 12.1 - 3.1.10-1.16 root (hd0,0) kernel /xen.gz vga=mode-0x314 module /vmlinuz-3.1.10-1.16-xen root=/dev/system/root resume=/dev/system/swap splash=silent quiet showopts vga=0x314 module /initrd-3.1.10-1.16-xen ###Don''t change this comment - YaST2 identifier: Original name: linux### title openSUSE 12.1 - 3.1.0-1.2 root (hd0,0) kernel /vmlinuz-3.1.0-1.2-default root=/dev/system/root resume=/dev/system/swap splash=silent quiet showopts vga=0x314 initrd /initrd-3.1.0-1.2-default ###Don''t change this comment - YaST2 identifier: Original name: failsafe### title Failsafe -- openSUSE 12.1 - 3.1.0-1.2 root (hd0,0) kernel /vmlinuz-3.1.0-1.2-default root=/dev/system/root showopts apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=o ff processor.max_cstate=1 nomodeset x11failsafe vga=0x314 initrd /initrd-3.1.0-1.2-default _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Salvatore Maltese <inf.maltese@gmail.com> schrieb:>Hi all I succed to install xen 4.1.2 on open suse .for as , all gone >well. >when i boot the xen it succeds . when i type "xm list" arise an error , >such this "Error: Unable to connect to xend: No such file or directory. >Is >xend running?" . >I post here the content of menu.lst file. Please help me...as the error message mentioned: It seems that your xend is not running. I do not know opensuse from mind so far, but usually there should any init script in i.e. /etc/init.d/ like "xen" or "xend" you have to start or make shure that it would started during boot (may be in YaST - init). I.e. try to find and start: /etc/init/d/xend start and then check with i.e. ps afux and or netstat -alnp if "xend" is there and/or offers any connections. good luck and best regards, Niels. - -- Niels Dettenbach Syndicat IT&Internet http://www.syndicat.com -----BEGIN PGP SIGNATURE----- Version: APG v1.0.8 iIEEAREIAEEFAlAn2Wk6HE5pZWxzIERldHRlbmJhY2ggKFN5bmRpY2F0IElUJklu dGVybmV0KSA8bmRAc3luZGljYXQuY29tPgAKCRBU3ERlZRyiDezRAJ919W7GjN9M NM50y3OHOjw0YD3BUQCfY+CXDOHCY0764WAAty2gwXpCqbs=16Lt -----END PGP SIGNATURE-----
Am Montag, 13. August 2012, 10:34:58 schrieben Sie:> sorry if I am oppressing you , but I have another errors. > when i type ./xend start > it says me that It needs that xencommons is being start. > and I type ./xencommons start but it arises another error like this > Starting xenstored...FATAL: Failed to open evtchn device: No such file or > directory > .............................. > Could not start xenstored > > what device is evtchn?Try a modprobe xen-evtchn to load the required module if it is not compiled into the kernel (as i assume here). Then try to start xencommons / xend again (xencommons should started automatically when starting xend as a dependency on most linux distros). Usually it is a better idea to compile that xen stuff statically into the kernel - not shure if/how SuSe does this within their own distro kernels. hth best regards, Niels. -- --- Niels Dettenbach Syndicat IT & Internet http://www.syndicat.com PGP: https://syndicat.com/pub_key.asc --- _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
Am Montag, 13. August 2012, 14:11:20 schrieb Salvatore Maltese:> > thx whith modeprobe all work almost all beacause the internet connection > > is down . > Iam not expret even in this scope , it seems that this xend use the some > kind of connection. i don''t know . Can u explain me ? thx for you patienceXend is a process which serves the xen functionality i.e. to the user etc. It should offer at least a socket like: /var/lib/xend/xend-socket see i.e.: netstat -alnp |grep xen and/or lsof /var/lib/xend/xend-socket It allows more connectivity i.e. for inter-machine work but this is out of scope here att i think. Xend should running as a "process": ps afux |grep xen btw: pls stay on list if you need answers / help here. best regards, Niels. -- --- Niels Dettenbach Syndicat IT & Internet http://www.syndicat.com PGP: https://syndicat.com/pub_key.asc --- _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Sun, 2012-08-12 at 17:09 +0100, Salvatore Maltese wrote:> "Error: Unable to connect to xend: No such file or directory. Is xend > running?" .What is the answer to the question posed in the error message? xend is a userspace daemon which should run in dom0. Logs will be in the usual places under /var/log. Ian.