Displaying 2 results from an estimated 2 matches for "xenpath".
Did you mean:
xenpatch
2012 Aug 05
1
Unable to configure GRUB to boto xen 4.2 Kernel
...a few
days of head bashing I can''t configure grub to boot into the xen kernel.
Initially I was getting a whole load of python errors as xen installed into
/usr/lib/python2.6/site-packages and sys.path was only referencing
/usr/bin/python2.6/dist-packages. I corrected that by adding a xenPaths.pth
file pointing at site-packages.
xm list now produces (which I assume is because I''m not in the xen
kernel):
Error: Unable to connect to xend: No such file or directory. Is xend
running?
I have the following entries in the boot directory
ls /boot
config-2....
2010 Sep 09
2
[PATCH]: add libxl python binding
...PYTHON) genwrap.py \
+ $(XEN_ROOT)/tools/libxl/libxl.idl \
+ xen/lowlevel/xl/_pyxl_types.h \
+ xen/lowlevel/xl/_pyxl_types.c
CC="$(CC)" CFLAGS="$(CFLAGS)" $(PYTHON) setup.py build
build: buildpy refresh-pot refresh-po $(CATALOGS)
@@ -85,6 +89,8 @@ test:
clean:
rm -f $(XENPATH)
rm -rf build *.pyc *.pyo *.o *.a *~ $(CATALOGS) xen/util/auxbin.pyc
+ rm -f xen/lowlevel/xl/_pyxl_types.h
+ rm -f xen/lowlevel/xl/_pyxl_types.c
rm -f $(DEPS)
-include $(DEPS)
diff -r b19856f6dd76 tools/python/genwrap.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/python/genwrap...