search for: python_prefix_arg

Displaying 20 results from an estimated 35 matches for "python_prefix_arg".

2011 Jan 19
13
xen-unstable: ImportError: No module named xen.xm
I have pulled the latest from xen-unstable on a new machine, I run make world and make install and after rebooting into xen, when i run xm list or anything else i get: # xm list Traceback (most recent call last): File "/usr/sbin/xm", line 5, in <module> from xen.xm import main ImportError: No module named xen.xm I also tried going into the tools dir and make install,
2011 Jan 19
13
xen-unstable: ImportError: No module named xen.xm
I have pulled the latest from xen-unstable on a new machine, I run make world and make install and after rebooting into xen, when i run xm list or anything else i get: # xm list Traceback (most recent call last): File "/usr/sbin/xm", line 5, in <module> from xen.xm import main ImportError: No module named xen.xm I also tried going into the tools dir and make install,
2009 May 11
9
vmx_update_guest_cr() losing EXCEPTION_BITMAP setting
Running a heavily modified xen-unstable changset 19590:f80cf52a4fb6 with debugger_attached set, I was seeing the debug traps getting lost from the EXCEPTION_BITMAP in vmx_update_guest_cr() when transitioning from real to protected mode. In my codebase, I could fix this trivially by clearing the debug_state_latch and letting vmx_do_resume() reapply the setting. However, while it looks like a valid
2009 May 12
6
Re: Changeset 19594 for Xen 3.4 build on Ubuntu Server 9.04 causes pygrub doesn''t return any data anymore
>That is, I think the following config should work on those Ubuntu >systems > PYTHON=python > PYTHON_PREFIX_ARG='''' >although you may need to do > PREFIX=/usr/local >too. # make tools fails on Ubuntu 9.04 Server with Config.mk suggested above This one Config.mk (untouched) works fine:- PYTHON ?= python PYTHON_PREFIX_ARG ?= --prefix="$(PREFIX)" # The above requires t...
2010 Jul 22
4
Installation
...ink: http://old.nabble.com/Fail-to-start-Xend-with--unstable-code-td24628838.html The Reason is XEN rely on python, but the default python path is /usr/lib/python2.6/, while XEN would find its script from /usr/local/lib/python2.6/dist-packages, So the solution is to run ''make install-tools PYTHON_PREFIX_ARG='' or modify the Config.mk to remove the path follows PYTHON_PREFIX_ARG So that the Xend succeed to start when system startup, but another issue happens, that is *Ignoring unknown interface eth0=eth0*" R*TNETLINK answers: Device or resource busy* */etc/xen/scripts/network-bridge: lin...
2010 Oct 27
25
xend does not start
Hello, I''ve downloaded the xen 4.0.1 version as it is explained here: http://wiki.xensource.com/xenwiki/Xen4.0 <http://wiki.xensource.com/xenwiki/Xen4.0>So, I''ve made a clone from repository, with the following command: hg clone -r RELEASE-4.0.1 http://xenbits.xen.org/xen-4.0-testing.hg And finally I''ve built xen, tools and stubdom. I was looking for a
2010 Oct 27
25
xend does not start
Hello, I''ve downloaded the xen 4.0.1 version as it is explained here: http://wiki.xensource.com/xenwiki/Xen4.0 <http://wiki.xensource.com/xenwiki/Xen4.0>So, I''ve made a clone from repository, with the following command: hg clone -r RELEASE-4.0.1 http://xenbits.xen.org/xen-4.0-testing.hg And finally I''ve built xen, tools and stubdom. I was looking for a
2010 Jun 21
6
Xen 4.0.1 rc3 pre install problem
...I''ve successfully ran dom0/domU (both Debian) in my local laptop using 2.6.32.15 dom0 with xen-4.0.1-rc3-pre. Great. Now I want to install it into couple of test-machines without compiling from source. So I did following.. a. make dist-xen b. make dist-tools PYTHON_PREFIX_ARG="--install-layout=deb" c. make dist-stubdom This should pre-pare my dist/ directory with binaries. With the help of top-level /.install.sh I should be able to install it any other machine (same ARCH=x86_64/amd64). I''ve tar-zipped, copied and inflated. The target mach...
2011 Oct 18
18
make install not creating lib entries in /usr/lib under Ubunu 11.10
I am building xen-unstable (23860:a422e2a4451e) on Ubuntu 11.10. I noticed that the "make install" does not create lib entries in /usr/lib/. I see them only in /usr/lib64/. This is causing program like xenpaging to not find the xenctrl library (error while loading shared libraries: libxenctrl.so.4.2: cannot open shared object file: No such file or directory) Is this expected behavior or
2013 Feb 18
9
Xen 4.2.1 unable to get domain type for domid
Hi guys, I''m running Xen 4.2.1, compiled manually so I can play with Remus and DRBD, running on Ubuntu 12.10. I keep getting this error when trying to start up my first VM to run the Ubuntu netboot installer. ----------------------------------------------------------------- root@left:/home/eross# xl create /etc/xen/ubuntu.cfg -c Parsing config from /etc/xen/ubuntu.cfg Daemon running
2013 Feb 17
6
Install issues for Xen 4.2.1 on Ubuntu 12.10
...ecv-key 57E82BD9 wget http://bits.xensource.com/oss-xen/release/4.2.1/xen-4.2.1.tar.gz.sig wget http://bits.xensource.com/oss-xen/release/4.2.1/xen-4.2.1.tar.gz gpg --verify xen-4.2.1.tar.gz.sig xen-4.2.1.tar.gz tar -vzxf xen-4.2.1.tar.gz cd xen-4.2.1 ./configure make install-xen make install-tools PYTHON_PREFIX_ARG= make install-kernels make install-stubdom make install-docs sed -i ''s/GRUB_DEFAULT=.*\+/GRUB_DEFAULT="Ubuntu GNU\/Linux, with Xen hypervisor"/'' /etc/default/grub sed -i ''s/GRUB_CMDLINE_LINUX=.*\+/GRUB_CMDLINE_LINUX="apparmor=0"/'' /etc/default...
2012 Jun 01
2
[PATCH] pygrub Makefile cleanup.
...ged, 0 insertions(+), 1 deletions(-) diff --git a/tools/pygrub/Makefile b/tools/pygrub/Makefile index af2b8a5..bd22dd4 100644 --- a/tools/pygrub/Makefile +++ b/tools/pygrub/Makefile @@ -13,7 +13,6 @@ install: all CC="$(CC)" CFLAGS="$(CFLAGS)" $(PYTHON) setup.py install \ $(PYTHON_PREFIX_ARG) --root="$(DESTDIR)" \ --install-scripts=$(PRIVATE_BINDIR) --force - $(INSTALL_PYTHON_PROG) src/pygrub $(DESTDIR)/$(PRIVATE_BINDIR)/pygrub $(INSTALL_DIR) $(DESTDIR)/var/run/xend/boot ln -sf $(PRIVATE_BINDIR)/pygrub $(DESTDIR)/$(BINDIR) -- Anthony PERARD
2011 Mar 02
5
installing xen on a vmware work station
...linux-image*2.6.32.25*.deb depmod 2.6.32.25 update-initramfs -c -k 2.6.32.25 (I have no idea how that 25 got installed though I did 2.6.32.x) Then echo “xen-evtchn” >> /etc/modules tar -xzvf xen-4.0.1.tar.gz cd /usr/src/xen-4.0.1 make xen make tools make install-xen make install-tools PYTHON_PREFIX_ARG= update-rc.d xend defaults 20 21 update-rc.d xendomains defaults 21 20 Reboot in Xen with grub entry menuentry ''Xen 4 Ubuntu 10.04 kernel 2.6.32.25 '' { insmod ext2 set root=''(hd0,1)'' multiboot (hd0,1)/boot/xen.gz dummy=dummy mo...
2010 Sep 07
1
strip/install error when executing make install-tools
...ev python python-dev python-twisted libncurses5-dev patch libvncserver-dev libsdl-dev libjpeg62-dev iasl libbz2-dev e2fslibs-dev git-core uuid-dev ocaml libx11-dev gcc-multilib ... all from the AMD64 Debian Squeeze repo. I then ran: make tools stubdom This was successful. I then ran: export PYTHON_PREFIX_ARG= make install-tools install-stubdom | tee output To discover I needed to additionally install http://packages.debian.org/squeeze/texi2html After that I ran: make uninstall make install-tools install-stubdom | tee output And this time it failed with this error below. Attached is output. strip:...
2011 Oct 15
1
VGA PassThrough works for EVGA GTX 460 SE 1024 MB
...xen-unstable.hg-rev-23965-ok/tools make -j4 make clean cd .. Apply the patches attached to this mail (patch -p0 < ....) Copy the VGA BIOS extracted using nvlfash 5.100 cp /path/to/VGABIOS.ROM tools/firmware/vgabios/vgabios-pt.bin Compil again make -j4 tools Install make -j4 install-tools PYTHON_PREFIX_ARG= Since my old domU XP 64 bits was using GT 440, I replaced my old graphic card with the EVGA GTX 460 SE. Everything was OK (except that it is impossible to restart the domU withtout restarting the dom0 as usual) About dsdt.asl.patch file ================= There is no real changes from the patch...
2013 Oct 14
1
Xen - 4.2.1 with libvirt-1.1.3
...xen/release/4.2.1/xen-4.2.1.tar.gz tar zxvf xen-4.2.1.tar.gz cd xen-4.2.1 - vi Config.mk edit the XSM_ENABLE = n --------> XSM_ENABLE= y - ./configure –enable-githttp --libdir=/usr/lib64 ( if it is 64 bit machine ) - vi ./.config # write this line -------- > PYTHON_PREFIX_ARG=--install-layout=deb # - make world - make deb - cd ./dist - ./install.sh - # Important - update-grub - ls -al /boot/xen* - update-rc.d xencommons defaults 19 18 - update-rc.d xendomains defaults 21 20 - update-rc.d xen...
2012 Apr 22
12
Xen doesn't boot on grub2 or xend doesn't start
hi guys, It''s my first time here and in a mailing lists, I only participated in forums before. Please, If I make a mistake you should advise me. Let''s go! I was reading "xencommons not start" in a Remus Forum in order to install Remus. Well… I followed the tutorial < http://remusha.wikidot.com/configuring-and-installing-remus>, I reboot in xen_unstable and I had
2012 Apr 22
12
Xen doesn't boot on grub2 or xend doesn't start
hi guys, It''s my first time here and in a mailing lists, I only participated in forums before. Please, If I make a mistake you should advise me. Let''s go! I was reading "xencommons not start" in a Remus Forum in order to install Remus. Well… I followed the tutorial < http://remusha.wikidot.com/configuring-and-installing-remus>, I reboot in xen_unstable and I had
2009 May 27
10
Xen 3.4 Hackery on Ubuntu 9.04 (aka Jaunty) Server
>Maybe it is obsolete??? Who knows...However, I found ubuntu-server-xen and installed >that instead. However, I installed, as far as I can say, all xen packages and now I''m >looking for some sort of a HowTo. Haven''t found one yet for Ubuntu Server 9.04 aka >Jaunty. Shouldn''t I need a XEN-Kernel? http://bderzhavets.blogspot.com/2009/05/deployment-xen-3.html
2011 Mar 01
14
virt-manager 0.8.2 local ISO and PXE boot install option greyed out on 2.6.32.27 pv-ops Dom0 kernel
...-dev zlib1g-dev python python-dev python-twisted libncurses5-dev patch libvncserver-dev libsdl-dev libjpeg62-dev iasl libbz2-dev e2fslibs-dev git-core uuid-dev ocaml libx11-dev bison flex apt-get install gcc-multilib apt-get install xz-utils make xen make tools make install-xen make install-tools PYTHON_PREFIX_ARG= I did not do make install-stubdom. It is a Ubuntu Desktop 10.04 amd64 bit version. Then as mentioned here on this guide http://bderzhavets.wordpress.com/2010/03/26/virst-installvirt-manager-at-xen-4-0-rc8-2-6-32-10-pvops-dom0-on-top-ubuntu-karmic-koala-server/ (I did not follow the above gui...