Displaying 1 result from an estimated 1 matches for "xen_bind".
Did you mean:
win_bind
2012 Mar 30
1
cannot use xensocket on xen4.0.1
...ensocket.ko in both test1(ID:46) and test3(ID:47). And then I run the code on test1 like this:
test/recieve 47 ,
The error message showes like this:
server_allocate_event_channel: line 396: Unable to allocate event channel
Exiting (ERROR) server_allocate_event_channel
Exiting (ERROR) xen_bind
and I try to see what''s wrong in server_allocate_event_channel, finding the macro DOMID_SELF returns other number instead of 46.
Even I manully replace
op.u.alloc_unbound.dom = DOMID_SELF
with
op.u.alloc_unbound.dom = 46
but it still failes, showing the same error message.
I really...