Riya Raju Kariath
2006-Jul-20 23:05 UTC
[Xen-users] Xend failure while installing Xen from source
Hi, The xm list run shows: Error: Error connecting to xend: No such file or directory. Is xend running? The /var/log/xend.log contents: [2006-07-20 17:53:06 xend] INFO (SrvDaemon:285) Xend Daemon started [2006-07-20 17:53:06 xend] ERROR (SrvDaemon:299) Exception starting xend ((22, ''Invalid argument'')) Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py", line 288, in run xinfo = xc.xeninfo() error: (22, ''Invalid argument'') [2006-07-20 17:53:06 xend] INFO (SrvDaemon:185) Xend exited with status 1. The uname --all run shows: Linux blueman3 2.6.16-1.2133_FC5xen0 #1 SMP Tue Jun 6 02:40:06 EDT 2006 i686 i686 i386 GNU/Linux I had been able to get xen running with a yum install. But xend seems to fail when I am trying to install from the source at http://xenbits.xensource.com/xen-3.0-testing.hg Any help would greatly appreciated. Thanks, Riya _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
check your python installation - you might have more than one version or the path may not be correct when you (rather your make command) tried to install your privately built binary. -- On 7/20/06, Riya Raju Kariath <rrkariat@ncsu.edu> wrote:> > Hi, > > The xm list run shows: > Error: Error connecting to xend: No such file or directory. Is xend > running? > > The /var/log/xend.log contents: > [2006-07-20 17:53:06 xend] INFO (SrvDaemon:285) Xend Daemon started > [2006-07-20 17:53:06 xend] ERROR (SrvDaemon:299) Exception starting xend > ((22, ''Invalid argument'')) > Traceback (most recent call last): > File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py", > line 288, in run > xinfo = xc.xeninfo() > error: (22, ''Invalid argument'') > [2006-07-20 17:53:06 xend] INFO (SrvDaemon:185) Xend exited with status 1. > > The uname --all run shows: > Linux blueman3 2.6.16-1.2133_FC5xen0 #1 SMP Tue Jun 6 02:40:06 EDT 2006 > i686 i686 i386 GNU/Linux > > I had been able to get xen running with a yum install. But xend seems to > fail when I am trying to install from the source at > http://xenbits.xensource.com/xen-3.0-testing.hg > > Any help would greatly appreciated. > > Thanks, > Riya > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Riya Raju Kariath
2006-Jul-21 01:20 UTC
Re: [Xen-users] Xend failure while installing Xen from source
Thank you. Yes I do have a python and python2.4.....What do I need to do here ? Thanks, Riya> check your python installation - you might have more than one version or > the > path may not be correct when you (rather your make command) tried to > install > your privately built binary. > -- > > > On 7/20/06, Riya Raju Kariath <rrkariat@ncsu.edu> wrote: >> >> Hi, >> >> The xm list run shows: >> Error: Error connecting to xend: No such file or directory. Is xend >> running? >> >> The /var/log/xend.log contents: >> [2006-07-20 17:53:06 xend] INFO (SrvDaemon:285) Xend Daemon started >> [2006-07-20 17:53:06 xend] ERROR (SrvDaemon:299) Exception starting xend >> ((22, ''Invalid argument'')) >> Traceback (most recent call last): >> File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py", >> line 288, in run >> xinfo = xc.xeninfo() >> error: (22, ''Invalid argument'') >> [2006-07-20 17:53:06 xend] INFO (SrvDaemon:185) Xend exited with status >> 1. >> >> The uname --all run shows: >> Linux blueman3 2.6.16-1.2133_FC5xen0 #1 SMP Tue Jun 6 02:40:06 EDT 2006 >> i686 i686 i386 GNU/Linux >> >> I had been able to get xen running with a yum install. But xend seems to >> fail when I am trying to install from the source at >> http://xenbits.xensource.com/xen-3.0-testing.hg >> >> Any help would greatly appreciated. >> >> Thanks, >> Riya >> >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users >> >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Use one - i.e make sure whatever xen points to is whatever xend expects - if your scripts point python but the scripts are installed in python2.4, try and move python to a backup and use 2.4 (or link python to python2.4). -- On 7/20/06, Riya Raju Kariath <rrkariat@ncsu.edu> wrote:> > > Thank you. Yes I do have a python and python2.4.....What do I need to do > here ? > > Thanks, > Riya > > > check your python installation - you might have more than one version or > > the > > path may not be correct when you (rather your make command) tried to > > install > > your privately built binary. > > -- > > > > > > On 7/20/06, Riya Raju Kariath <rrkariat@ncsu.edu> wrote: > >> > >> Hi, > >> > >> The xm list run shows: > >> Error: Error connecting to xend: No such file or directory. Is xend > >> running? > >> > >> The /var/log/xend.log contents: > >> [2006-07-20 17:53:06 xend] INFO (SrvDaemon:285) Xend Daemon started > >> [2006-07-20 17:53:06 xend] ERROR (SrvDaemon:299) Exception starting > xend > >> ((22, ''Invalid argument'')) > >> Traceback (most recent call last): > >> File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py", > >> line 288, in run > >> xinfo = xc.xeninfo() > >> error: (22, ''Invalid argument'') > >> [2006-07-20 17:53:06 xend] INFO (SrvDaemon:185) Xend exited with status > >> 1. > >> > >> The uname --all run shows: > >> Linux blueman3 2.6.16-1.2133_FC5xen0 #1 SMP Tue Jun 6 02:40:06 EDT 2006 > >> i686 i686 i386 GNU/Linux > >> > >> I had been able to get xen running with a yum install. But xend seems > to > >> fail when I am trying to install from the source at > >> http://xenbits.xensource.com/xen-3.0-testing.hg > >> > >> Any help would greatly appreciated. > >> > >> Thanks, > >> Riya > >> > >> > >> _______________________________________________ > >> Xen-users mailing list > >> Xen-users@lists.xensource.com > >> http://lists.xensource.com/xen-users > >> > > > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users