search for: cluster13

Displaying 1 result from an estimated 1 matches for "cluster13".

Did you mean: cluster1
2006 Oct 18
0
can''t start xend
...e to talk to xen via /proc/xen/ privcmd. When I run the test program below, I get a "function not implemented" which I think results from the fact that an ioctl call to a newly opened /proc/xen/privcmd fails. Any ideas what may cause this to fail? Thanks for any ideas!!! /Lars [root@cluster13 ~]# cat test.py #!/bin/env python import xen.lowlevel.xc xc = xen.lowlevel.xc.xc() print xc.domain_getinfo() [root@cluster13 ~]# ./test.py Traceback (most recent call last): File "./test.py", line 4, in ? print xc.domain_getinfo() xen.lowlevel.xc.Error: (38, ''Function no...