[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [BUG]: when using `xl restore`ïxc_evtchn_alloc_unbound will raise this error
On Thu, 2012-12-27 at 02:12 +0000, éç wrote: > > I got it, but the error ` xc: error: do_evtchn_op: > HYPERVISOR_event_channel_op failed: -1 (3 = No such process): Internal > error. ` said no such process, the system error description > didn't seem has anything to do with the following lines wich raised > 85 state->store_port = xc_evtchn_alloc_unbound(ctx->xch, domid, > 0); > 86 state->console_port = xc_evtchn_alloc_unbound(ctx->xch, domid, > 0); The error code -1 is -EPERM, which means you don't have permission to issue this operation. I don't think this is a bug. There might be some problems with your setup. If you need any pointer in reading source code, I will be happy to help. Wei. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |