All of lore.kernel.org
 help / color / mirror / Atom feed
* xend start - failing ...
@ 2004-09-22 19:12 Nitin Kamble
  2004-09-22 19:46 ` Keir Fraser
  2004-09-22 19:53 ` Ian Pratt
  0 siblings, 2 replies; 6+ messages in thread
From: Nitin Kamble @ 2004-09-22 19:12 UTC (permalink / raw)
  To: xen-devel

Hi List,

I am trying to get the xen-unstablw working. Followings is what I have
done so far.

1. I got the tarball from the xen website.
2. make world - successful
3. make install - successful
4. make install-twisted - successful
5. xend start - failed with the following error message

[root@lmicro1 xeno-unstable]# xend  start
ERROR: Could not obtain handle on privileged command interface (2 = No
such file or directory)
Traceback (most recent call last):
  File "/usr/sbin/xend", line 118, in ?
    sys.exit(main())
  File "/usr/sbin/xend", line 96, in main
    from xen.xend.server import SrvDaemon
  File "/usr/lib/python2.2/site-packages/xen/xend/server/SrvDaemon.py",
line 38, in ?
    import channel
  File "/usr/lib/python2.2/site-packages/xen/xend/server/channel.py",
line 4, in ?
    xc = xen.lowlevel.xc.new()
xen.lowlevel.xc.error: (2, 'No such file or directory')


I am new to xen as well as to python. And don't really understand what
is  happening here. I couldn't find anything like this on the mailings
list archive.
  BTW I am doing this on RH 9 distribution.

  What is going wrong here? How can get over the above error?

Thanks in Advance,
Nitin


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: xend start - failing ...
  2004-09-22 19:12 xend start - failing Nitin Kamble
@ 2004-09-22 19:46 ` Keir Fraser
  2004-09-22 19:53 ` Ian Pratt
  1 sibling, 0 replies; 6+ messages in thread
From: Keir Fraser @ 2004-09-22 19:46 UTC (permalink / raw)
  To: Nitin Kamble; +Cc: xen-devel


What does 'uname -a' say? You should see kernel version 2.6.8.1-xen0.

If it's 'xenU', or not a Xen kernel at all, then you need to reboot
into your -xen0 kernel.

 -- Keir

> Hi List,
> 
> I am trying to get the xen-unstablw working. Followings is what I have
> done so far.
> 
> 1. I got the tarball from the xen website.
> 2. make world - successful
> 3. make install - successful
> 4. make install-twisted - successful
> 5. xend start - failed with the following error message
> 
> [root@lmicro1 xeno-unstable]# xend  start
> ERROR: Could not obtain handle on privileged command interface (2 = No
> such file or directory)
> Traceback (most recent call last):
>   File "/usr/sbin/xend", line 118, in ?
>     sys.exit(main())
>   File "/usr/sbin/xend", line 96, in main
>     from xen.xend.server import SrvDaemon
>   File "/usr/lib/python2.2/site-packages/xen/xend/server/SrvDaemon.py",
> line 38, in ?
>     import channel
>   File "/usr/lib/python2.2/site-packages/xen/xend/server/channel.py",
> line 4, in ?
>     xc = xen.lowlevel.xc.new()
> xen.lowlevel.xc.error: (2, 'No such file or directory')
> 
> 
> I am new to xen as well as to python. And don't really understand what
> is  happening here. I couldn't find anything like this on the mailings
> list archive.
>   BTW I am doing this on RH 9 distribution.
> 
>   What is going wrong here? How can get over the above error?
> 
> Thanks in Advance,
> Nitin
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
> Project Admins to receive an Apple iPod Mini FREE for your judgement on
> who ports your project to Linux PPC the best. Sponsored by IBM.
> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: xend start - failing ...
  2004-09-22 19:12 xend start - failing Nitin Kamble
  2004-09-22 19:46 ` Keir Fraser
@ 2004-09-22 19:53 ` Ian Pratt
  2004-09-22 20:10   ` Nitin Kamble
  1 sibling, 1 reply; 6+ messages in thread
From: Ian Pratt @ 2004-09-22 19:53 UTC (permalink / raw)
  To: Nitin Kamble; +Cc: xen-devel, Ian.Pratt


> I am trying to get the xen-unstablw working. Followings is what I have
> done so far.
> 
> 1. I got the tarball from the xen website.
> 2. make world - successful
> 3. make install - successful
> 4. make install-twisted - successful
> 5. xend start - failed with the following error message
> 
> [root@lmicro1 xeno-unstable]# xend  start
> ERROR: Could not obtain handle on privileged command interface (2 = No
> such file or directory)

You need to modify your grub config and then reboot into xen/linux.

Ian


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: xend start - failing ...
  2004-09-22 19:53 ` Ian Pratt
@ 2004-09-22 20:10   ` Nitin Kamble
  2004-09-22 20:41     ` Ian Pratt
  0 siblings, 1 reply; 6+ messages in thread
From: Nitin Kamble @ 2004-09-22 20:10 UTC (permalink / raw)
  To: Ian Pratt; +Cc: xen-devel

Thanks Ian.

One more questions, 
What is the difference in xeno-unstable.bk and xen-2.0.bk ?

Thanks again,
Nitin


On Wed, 22 Sep 2004 20:53:09 +0100, Ian Pratt <ian.pratt@cl.cam.ac.uk> wrote:
> 
> > I am trying to get the xen-unstablw working. Followings is what I have
> > done so far.
> >
> > 1. I got the tarball from the xen website.
> > 2. make world - successful
> > 3. make install - successful
> > 4. make install-twisted - successful
> > 5. xend start - failed with the following error message
> >
> > [root@lmicro1 xeno-unstable]# xend  start
> > ERROR: Could not obtain handle on privileged command interface (2 = No
> > such file or directory)
> 
> You need to modify your grub config and then reboot into xen/linux.
> 
> Ian
>


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: xend start - failing ...
  2004-09-22 20:10   ` Nitin Kamble
@ 2004-09-22 20:41     ` Ian Pratt
  2004-09-22 23:26       ` Nitin Kamble
  0 siblings, 1 reply; 6+ messages in thread
From: Ian Pratt @ 2004-09-22 20:41 UTC (permalink / raw)
  To: Nitin Kamble; +Cc: Ian Pratt, xen-devel, Ian.Pratt

> Thanks Ian.
> 
> One more questions, 
> What is the difference in xeno-unstable.bk and xen-2.0.bk ?

Right now, nothing.

We're currently undergoing a feature freeze in the unstable tree,
so the 2.0 tree is typically just a slightly time-delayed version
of the unstable tree. We typically test stuff in the unstable
tree for a couple of days then push it out to 2.0 if there are no
problems reported.

After the official 2.0 release you can expect them to diverge
again, as the unstable tree undergoes changes for SMP guests and
a couple of other major projects we have planned.

Ian


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: xend start - failing ...
  2004-09-22 20:41     ` Ian Pratt
@ 2004-09-22 23:26       ` Nitin Kamble
  0 siblings, 0 replies; 6+ messages in thread
From: Nitin Kamble @ 2004-09-22 23:26 UTC (permalink / raw)
  To: Ian Pratt, Keir Fraser, Grzesiek; +Cc: xen-devel

Thanks a lot Ian, Keir & Grzesiek for the update.

Regards,
Nitin


On Wed, 22 Sep 2004 21:41:09 +0100, Ian Pratt <ian.pratt@cl.cam.ac.uk> wrote:
> > Thanks Ian.
> >
> > One more questions,
> > What is the difference in xeno-unstable.bk and xen-2.0.bk ?
> 
> Right now, nothing.
> 
> We're currently undergoing a feature freeze in the unstable tree,
> so the 2.0 tree is typically just a slightly time-delayed version
> of the unstable tree. We typically test stuff in the unstable
> tree for a couple of days then push it out to 2.0 if there are no
> problems reported.
> 
> After the official 2.0 release you can expect them to diverge
> again, as the unstable tree undergoes changes for SMP guests and
> a couple of other major projects we have planned.
> 
> Ian
>


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-09-22 23:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-22 19:12 xend start - failing Nitin Kamble
2004-09-22 19:46 ` Keir Fraser
2004-09-22 19:53 ` Ian Pratt
2004-09-22 20:10   ` Nitin Kamble
2004-09-22 20:41     ` Ian Pratt
2004-09-22 23:26       ` Nitin Kamble

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.