All of lore.kernel.org
 help / color / mirror / Atom feed
* Problems starting xend in xen 4.0 and 2.6.32.15
@ 2010-06-21 21:14 Jia Rao
  2010-06-21 22:12 ` Problems starting xend in xen 4.0 and 2.6.32.15 .. evtchn -> xen/evtchn under RHEL = not happy Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 3+ messages in thread
From: Jia Rao @ 2010-06-21 21:14 UTC (permalink / raw)
  To: xen-users, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 956 bytes --]

This issue has been posted before, but no clear solution, i am sending
again.

2.6.32 pvops dom0 booted with xen 4.0. However the xend can not start.
I believe that is something related to the *evtchn*.
I compile the CONFIG_XEN_DEV_EVTCHN=y in kernel, so i donot need to load it.
When the dom0 booted, I can see there is a entry for evtchn in /dev/xen
along with gntdev.

But when xend starts, the evtchn in /dev/xen disappeared. and xend is not
properly started.
The error log in /var/log/xen/xend.log is the following:

[2010-06-18 10:51:35 4685] INFO (SrvDaemon:332) Xend Daemon started
[2010-06-18 10:51:35 4685] INFO (SrvDaemon:336) Xend changeset: unavailable.
[2010-06-18 10:51:35 4685] ERROR (SrvDaemon:349) Exception starting xend
((111, 'Connection refused'))

I am using a centos 5, which has an old udev. I tried to modified the udev
rules in /etc/udev/rules.d/xen-backend.
rules and changed evtchn to xen-evtchn. No luck.

Any ideas?

Thanks.

[-- Attachment #1.2: Type: text/html, Size: 1070 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* Re: Problems starting xend in xen 4.0 and 2.6.32.15 .. evtchn -> xen/evtchn under RHEL = not happy
  2010-06-21 21:14 Problems starting xend in xen 4.0 and 2.6.32.15 Jia Rao
@ 2010-06-21 22:12 ` Konrad Rzeszutek Wilk
  2010-06-21 22:28   ` [Xen-devel] " M A Young
  0 siblings, 1 reply; 3+ messages in thread
From: Konrad Rzeszutek Wilk @ 2010-06-21 22:12 UTC (permalink / raw)
  To: Jia Rao; +Cc: xen-devel, xen-users

On Mon, Jun 21, 2010 at 05:14:39PM -0400, Jia Rao wrote:
> This issue has been posted before, but no clear solution, i am sending
> again.
> 
> 2.6.32 pvops dom0 booted with xen 4.0. However the xend can not start.
> I believe that is something related to the *evtchn*.
> I compile the CONFIG_XEN_DEV_EVTCHN=y in kernel, so i donot need to load it.
> When the dom0 booted, I can see there is a entry for evtchn in /dev/xen
> along with gntdev.
> 
> But when xend starts, the evtchn in /dev/xen disappeared. and xend is not
> properly started.
> The error log in /var/log/xen/xend.log is the following:
> 
> [2010-06-18 10:51:35 4685] INFO (SrvDaemon:332) Xend Daemon started
> [2010-06-18 10:51:35 4685] INFO (SrvDaemon:336) Xend changeset: unavailable.
> [2010-06-18 10:51:35 4685] ERROR (SrvDaemon:349) Exception starting xend
> ((111, 'Connection refused'))
> 
> I am using a centos 5, which has an old udev. I tried to modified the udev
> rules in /etc/udev/rules.d/xen-backend.
> rules and changed evtchn to xen-evtchn. No luck.

Yeah. We added a patch that would change the name to 'xen/evtchn'
instead of 'evtchn'. (git commit
376d908f52427591cef4acd172db9c3ef28676ec)

I am not really sure what corresponding change in userspace goes
with it..

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

* Re: [Xen-devel] Problems starting xend in xen 4.0 and 2.6.32.15 .. evtchn -> xen/evtchn under RHEL = not happy
  2010-06-21 22:12 ` Problems starting xend in xen 4.0 and 2.6.32.15 .. evtchn -> xen/evtchn under RHEL = not happy Konrad Rzeszutek Wilk
@ 2010-06-21 22:28   ` M A Young
  0 siblings, 0 replies; 3+ messages in thread
From: M A Young @ 2010-06-21 22:28 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel, xen-users, Jia Rao

On Mon, 21 Jun 2010, Konrad Rzeszutek Wilk wrote:

> Yeah. We added a patch that would change the name to 'xen/evtchn'
> instead of 'evtchn'. (git commit
> 376d908f52427591cef4acd172db9c3ef28676ec)
>
> I am not really sure what corresponding change in userspace goes
> with it..

http://xenbits.xen.org/xen-4.0-testing.hg?rev/0e1521f654f2
which means you need xen-4.0.1-rc2 or later or 4.0.0 with this patch 
applied (there is a patch in the 3.4 hg that you can apply to 3.4.3 as 
well).

 	Michael Young

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

end of thread, other threads:[~2010-06-21 22:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-21 21:14 Problems starting xend in xen 4.0 and 2.6.32.15 Jia Rao
2010-06-21 22:12 ` Problems starting xend in xen 4.0 and 2.6.32.15 .. evtchn -> xen/evtchn under RHEL = not happy Konrad Rzeszutek Wilk
2010-06-21 22:28   ` [Xen-devel] " M A Young

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.