My quest to get xen 4.0.0 running on Ubuntu 10.4 continues...
root@thunersee:/opt# uname -a
Linux thunersee 2.6.32.10xen2-pvops-kvb #4 SMP Fri May 21 13:51:28
CEST 2010 x86_64 GNU/Linux
root@thunersee:/opt# /etc/init.d/xend start
root@thunersee:/opt# ps -ef | grep xen
root        40     2  0 13:24 ?        00:00:00 [xenwatch]
root        41     2  0 13:24 ?        00:00:00 [xenbus]
root      4108     1  0 13:53 ?        00:00:00 /usr/bin/python
/usr/sbin/xend start
root      4109  4108 10 13:53 ?        00:00:00 /usr/bin/python
/usr/sbin/xend start
root      4278  3065  0 13:54 pts/0    00:00:00 grep --color=auto xen
root@thunersee:/opt# xm list
Error: Unable to connect to xend: No such file or directory. Is xend running?
In /var/log/xen/xend.log I read:
[2010-05-22 13:53:55 4109] INFO (SrvDaemon:332) Xend Daemon started
[2010-05-22 13:53:55 4109] INFO (SrvDaemon:336) Xend changeset: unavailable.
[2010-05-22 13:53:56 4109] ERROR (SrvDaemon:349) Exception starting
xend ((111, ''Connection refused''))
Traceback (most recent call last):
  File
"/usr/lib/python2.6/dist-packages/xen/xend/server/SrvDaemon.py",
line 341, in run
    servers = SrvServer.create()
(...)
I checked, and xenfs is mounted. I can read /proc/xen/
krist@thunersee:/var/log/xen$ ls /proc/xen/
capabilities  privcmd  xenbus  xsd_kva  xsd_port
But xend complains it cannot connect to something. To what? What
should I look at?
Thanks in advance,
krist
-- 
krist.vanbesien@gmail.com
krist@vanbesien.org
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What''s wrong with top-posting?
A: Top-posting.
Q: What''s the biggest scourge on plain text email discussions?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
if CONFIG_XEN_DEV_EVTCHN=m then check if the xen-evtchn module is loaded Krist van Besien wrote:> My quest to get xen 4.0.0 running on Ubuntu 10.4 continues... > > root@thunersee:/opt# uname -a > Linux thunersee 2.6.32.10xen2-pvops-kvb #4 SMP Fri May 21 13:51:28 > CEST 2010 x86_64 GNU/Linux > root@thunersee:/opt# /etc/init.d/xend start > root@thunersee:/opt# ps -ef | grep xen > root 40 2 0 13:24 ? 00:00:00 [xenwatch] > root 41 2 0 13:24 ? 00:00:00 [xenbus] > root 4108 1 0 13:53 ? 00:00:00 /usr/bin/python > /usr/sbin/xend start > root 4109 4108 10 13:53 ? 00:00:00 /usr/bin/python > /usr/sbin/xend start > root 4278 3065 0 13:54 pts/0 00:00:00 grep --color=auto xen > root@thunersee:/opt# xm list > Error: Unable to connect to xend: No such file or directory. Is xend running? > > In /var/log/xen/xend.log I read: > > [2010-05-22 13:53:55 4109] INFO (SrvDaemon:332) Xend Daemon started > [2010-05-22 13:53:55 4109] INFO (SrvDaemon:336) Xend changeset: unavailable. > [2010-05-22 13:53:56 4109] ERROR (SrvDaemon:349) Exception starting > xend ((111, ''Connection refused'')) > Traceback (most recent call last): > File "/usr/lib/python2.6/dist-packages/xen/xend/server/SrvDaemon.py", > line 341, in run > servers = SrvServer.create() > (...) > > I checked, and xenfs is mounted. I can read /proc/xen/ > krist@thunersee:/var/log/xen$ ls /proc/xen/ > capabilities privcmd xenbus xsd_kva xsd_port > > But xend complains it cannot connect to something. To what? What > should I look at? > > Thanks in advance, > > krist > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users