search for: read_watch

Displaying 3 results from an estimated 3 matches for "read_watch".

Did you mean: read_batch
2006 Jul 25
2
Compile from sources
I''ve compiled xen-3.0.2-2 from sources. I''ve went to the end without errors. The ./install.sh script have been created the /etc/grub.conf file as it : # initrd /boot/initrd-version.img #boot=/dev/hdc default=0 timeout=5 splashimage=(hd0,0)/boot/grub/splash.xpm.gz hiddenmenu title Fedora Core (2.6.15-1.2054_FC5) root (hd0,0) kernel
2006 Nov 24
0
Error: (12, ''Cannot allocate memory'')
...UG (XendDomainInfo:1449) XendD omainInfo.destroy: domid=4 [2006-11-22 23:42:34 xend.XendDomainInfo 3162] DEBUG (XendDomainInfo:1457) XendD omainInfo.destroyDomain(4) [2006-11-22 23:42:34 xend 3162] DEBUG (image:479) hvm shutdown watch unregistere d [2006-11-22 23:42:34 xend 3162] ERROR (xswatch:70) read_watch failed Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/xen/xend/xenstore/xswatch.py", line 66, in watchMain res = watch.fn(we[0], *watch.args, **watch.kwargs) File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 489, in hvm_sh utdown...
2005 Aug 04
0
[PATCH 6/11] Xenstore watch rework
.... */ void shortest_watch_ack_timeout(struct timeval *tv); diff -r ba5d5bd28edf -r b0de1894df67 tools/xenstore/xs.c --- a/tools/xenstore/xs.c Thu Aug 4 10:43:03 2005 +++ b/tools/xenstore/xs.c Thu Aug 4 11:39:03 2005 @@ -401,22 +401,16 @@ /* Watch a node for changes (poll on fd to detect, or call read_watch()). * When the node (or any child) changes, fd will become readable. * Token is returned when watch is read, to allow matching. - * Priority indicates order if multiple watchers: higher is first. * Returns false on failure. */ -bool xs_watch(struct xs_handle *h, const char *path, const char...