* (file=event_channel.c, line=137) EVTCHNOP failure: domain 0, error-22, line 137
@ 2005-10-08 16:16 Ted Kaczmarek
2005-10-08 17:09 ` Keir Fraser
0 siblings, 1 reply; 6+ messages in thread
From: Ted Kaczmarek @ 2005-10-08 16:16 UTC (permalink / raw)
To: xen-devel
XEN) (file=event_channel.c, line=137) EVTCHNOP failure: domain 0, error
-22, line 137
I hit bug #264 preceding this.
Happens after stoping xend and then starting.
Should I create a new bug or just add to #264.
Regards,
Ted
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: (file=event_channel.c, line=137) EVTCHNOP failure: domain 0, error-22, line 137
2005-10-08 16:16 (file=event_channel.c, line=137) EVTCHNOP failure: domain 0, error-22, line 137 Ted Kaczmarek
@ 2005-10-08 17:09 ` Keir Fraser
2005-10-08 18:21 ` Ewan Mellor
2005-10-09 1:50 ` Ted Kaczmarek
0 siblings, 2 replies; 6+ messages in thread
From: Keir Fraser @ 2005-10-08 17:09 UTC (permalink / raw)
To: Ted Kaczmarek; +Cc: xen-devel
On 8 Oct 2005, at 17:16, Ted Kaczmarek wrote:
>
> I hit bug #264 preceding this.
>
> Happens after stoping xend and then starting.
>
> Should I create a new bug or just add to #264.
It's a different bug. I think my event-channel cleanups have exposed
some problems with xend's state restoration when it is stopped/started.
Will look into it next week...
-- Keir
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: (file=event_channel.c, line=137) EVTCHNOP failure: domain 0, error-22, line 137
2005-10-08 17:09 ` Keir Fraser
@ 2005-10-08 18:21 ` Ewan Mellor
2005-10-10 16:50 ` Daniel Stekloff
2005-10-09 1:50 ` Ted Kaczmarek
1 sibling, 1 reply; 6+ messages in thread
From: Ewan Mellor @ 2005-10-08 18:21 UTC (permalink / raw)
To: xen-devel
On Sat, Oct 08, 2005 at 06:09:24PM +0100, Keir Fraser wrote:
>
> On 8 Oct 2005, at 17:16, Ted Kaczmarek wrote:
>
> >
> >I hit bug #264 preceding this.
> >
> >Happens after stoping xend and then starting.
> >
> >Should I create a new bug or just add to #264.
>
> It's a different bug.
Bug #299, to be precise. I have a tentative fix that I shall test and push on
Monday.
Ewan.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: (file=event_channel.c, line=137) EVTCHNOP failure: domain 0, error-22, line 137
2005-10-08 17:09 ` Keir Fraser
2005-10-08 18:21 ` Ewan Mellor
@ 2005-10-09 1:50 ` Ted Kaczmarek
1 sibling, 0 replies; 6+ messages in thread
From: Ted Kaczmarek @ 2005-10-09 1:50 UTC (permalink / raw)
To: Keir Fraser; +Cc: xen-devel
On Sat, 2005-10-08 at 18:09 +0100, Keir Fraser wrote:
> On 8 Oct 2005, at 17:16, Ted Kaczmarek wrote:
>
> >
> > I hit bug #264 preceding this.
> >
> > Happens after stoping xend and then starting.
> >
> > Should I create a new bug or just add to #264.
>
> It's a different bug. I think my event-channel cleanups have exposed
> some problems with xend's state restoration when it is stopped/started.
> Will look into it next week...
>
> -- Keir
>
I have reproduced this on another box as well, just try to bring up some
domU's without a valid root filesystems and try restarting xend.
Regards,
Ted
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: (file=event_channel.c, line=137) EVTCHNOP failure: domain 0, error-22, line 137
2005-10-08 18:21 ` Ewan Mellor
@ 2005-10-10 16:50 ` Daniel Stekloff
2005-10-10 18:07 ` Ewan Mellor
0 siblings, 1 reply; 6+ messages in thread
From: Daniel Stekloff @ 2005-10-10 16:50 UTC (permalink / raw)
To: Ewan Mellor; +Cc: xen-devel
On Sat, 2005-10-08 at 19:21 +0100, Ewan Mellor wrote:
> On Sat, Oct 08, 2005 at 06:09:24PM +0100, Keir Fraser wrote:
>
> >
> > On 8 Oct 2005, at 17:16, Ted Kaczmarek wrote:
> >
> > >
> > >I hit bug #264 preceding this.
> > >
> > >Happens after stoping xend and then starting.
> > >
> > >Should I create a new bug or just add to #264.
> >
> > It's a different bug.
>
> Bug #299, to be precise. I have a tentative fix that I shall test and push on
> Monday.
Hi Ewan,
Are you planning to push the fix in today? I'm just curious as to your
status.
Thanks,
Dan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: (file=event_channel.c, line=137) EVTCHNOP failure: domain 0, error-22, line 137
2005-10-10 16:50 ` Daniel Stekloff
@ 2005-10-10 18:07 ` Ewan Mellor
0 siblings, 0 replies; 6+ messages in thread
From: Ewan Mellor @ 2005-10-10 18:07 UTC (permalink / raw)
To: xen-devel
On Mon, Oct 10, 2005 at 09:50:10AM -0700, Daniel Stekloff wrote:
> On Sat, 2005-10-08 at 19:21 +0100, Ewan Mellor wrote:
> > On Sat, Oct 08, 2005 at 06:09:24PM +0100, Keir Fraser wrote:
> >
> > >
> > > On 8 Oct 2005, at 17:16, Ted Kaczmarek wrote:
> > >
> > > >
> > > >I hit bug #264 preceding this.
> > > >
> > > >Happens after stoping xend and then starting.
> > > >
> > > >Should I create a new bug or just add to #264.
> > >
> > > It's a different bug.
> >
> > Bug #299, to be precise. I have a tentative fix that I shall test and push on
> > Monday.
>
>
> Hi Ewan,
>
> Are you planning to push the fix in today? I'm just curious as to your
> status.
It's winging its way to you right now...
Ewan.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-10-10 18:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-08 16:16 (file=event_channel.c, line=137) EVTCHNOP failure: domain 0, error-22, line 137 Ted Kaczmarek
2005-10-08 17:09 ` Keir Fraser
2005-10-08 18:21 ` Ewan Mellor
2005-10-10 16:50 ` Daniel Stekloff
2005-10-10 18:07 ` Ewan Mellor
2005-10-09 1:50 ` Ted Kaczmarek
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.