search for: arch_libdir

Displaying 20 results from an estimated 94 matches for "arch_libdir".

2008 Jan 24
5
Can''t boot from ISO image...
...;. # You use a separate script for each domain you want to create, or # you can set the parameters for the domain on the xm command line. #============================================================================ import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 1536 shadow_memory = 8 name = "symbiosis" pae=1 vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''...
2007 Dec 10
4
snv 77 W2003 domu loses config on reboot/shutdown
...#39;' on_crash = ''preserve'' boot=''c'' vnc=1 vnclisten="0.0.0.0" vncpasswd='''' serial=''null'' usb=1 usbdevice="tablet" import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' device_model = ''/usr/'' + arch_libdir + ''/xen/bin/qemu-dm'' Trouble is, whenever I reboot or shutdown the domain, or reboot dom0, I lose the config i.e. ''xm list'' does n...
2010 Jun 14
13
VNC issues
...x-system-2.6.26-2-xen-amd64). I want to virtualize some windows servers, but I''m unable to connect to localhost VNC when I start the vm (xm create) to proceed with windows instalation. The VM config is: import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib/xen-3.2-1/boot/hvmloader" builder=''hvm'' memory = 2048 # Should be at least 2KB per MB of domain memory, plus a few MB per vcpu. shadow_memory = 8 name = "w2k8" vif...
2008 Jan 15
2
s10 HVM 64-bit boot
...domU in 64-bit mode? Or is it HVM loader? The grub entry is like this title Solaris 10 5/08 s10x_u5wos_01 X86 kernel /platform/i86pc/multiboot module /platform/i86pc/boot_archive s10.py file is as follows :- import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 2048 shadow_memory = 8 name = "S10U5HVM" vcpus=1 vif = [ ''bridge=nge1, ip=10.5.63.98'' ] disk = [ '&...
2007 Jul 06
2
HVM Linux just installed but does not do its first boot
...nux) CD image into domUs cdrom, my domU does recognise the /dev/sda disk just fine: I could run even fdisk, fsck, and mount. here is the domU config file I used: -------------------------------------------- import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 512 vcpus=2 name = "sles9.3-32bit" vif = [ ''type=ioemu, mac=aa:a0:01:ad:a0:a0, bridge=xenbr0'' ]...
2008 Dec 29
13
BSOD "A clock interrupt was not recevied ona secondary processor within the allocated time interval"
...2, 3.3 and 3.3.1 rc4, and various kernels including the 2.6.18 xensource and 2.6.27-xen.hg. Here is a example config from one of my vista hvms, is there a timer/rtc setting that I need to add to avoid this problem? import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 2048 name = "Vistax86" uuid = "b7bd2f2f-169f-4789-8aee-eaa77c543c99" vcpus=8 vif = [ ''mac=00:16:3e:7d:bc...
2008 Dec 29
13
BSOD "A clock interrupt was not recevied ona secondary processor within the allocated time interval"
...2, 3.3 and 3.3.1 rc4, and various kernels including the 2.6.18 xensource and 2.6.27-xen.hg. Here is a example config from one of my vista hvms, is there a timer/rtc setting that I need to add to avoid this problem? import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 2048 name = "Vistax86" uuid = "b7bd2f2f-169f-4789-8aee-eaa77c543c99" vcpus=8 vif = [ ''mac=00:16:3e:7d:bc...
2008 Feb 14
2
cant start hvm because of ioemu network device.
...If i remove the ioemu from the network device and specify type=brige or type=route everything goes fine, the boot process is starting but then I cant get network working in the guest. ---------------------------- import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib64/xen/boot/hvmloader" builder=''hvm'' memory = 128 name = "xptest" disk = [ ''file:/tmp/install-amd64-minimal-2007.0.iso,hdc:cdrom,r'' ]...
2008 Jul 17
0
[PATCH] stubdom: add example config file
...00:00:00 1970 +0000 +++ b/tools/examples/stubdom-ExampleHVMDomain Thu Jul 17 19:31:13 2008 +0100 @@ -0,0 +1,21 @@ +# Not to be started directly, +# See xmexample.hvm-stubdom and stubdom/README for more details + +import os, re +arch = os.uname()[4] +if re.search(''64'', arch): + arch_libdir = ''lib64'' +else: + arch_libdir = ''lib'' + +kernel = "/usr/" + arch_libdir + "/xen/boot/ioemu-stubdom.gz" + +# Must be the same as in xmexample.hvm-stubdom, with a prepended vif for TCP/IP +# networking in the stubdomain itself, here just ...
2006 Sep 18
1
Getting network working in HVM domU
...ile, just in case I used some wrong setting there. Any help would be much appreciated. I''ve never used linux bridging, and have no idea how to debug it. Derek. /etc/xen/winxp.hvm ------------------------ import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 512 name = "WindowsXP" vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''phy:/dev/main/win_xp_gues...
2006 Oct 08
6
HVM WinXP dom crash
...e some bios setting ? Please see details below. Thanks /Jd OS : ----- Linux 2.6.17-1.2187_FC5xen0 #1 SMP Mon Sep 11 02:05:21 EDT 2006 i686 athlon i386 GNU/Linux Xen : ----- xen-3.0.2-3.FC5 ------ config ------ import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 500 name = "WinXP" vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''phy:/dev/VG_PL1/winxp,ioemu:h...
2006 Oct 08
6
HVM WinXP dom crash
...e some bios setting ? Please see details below. Thanks /Jd OS : ----- Linux 2.6.17-1.2187_FC5xen0 #1 SMP Mon Sep 11 02:05:21 EDT 2006 i686 athlon i386 GNU/Linux Xen : ----- xen-3.0.2-3.FC5 ------ config ------ import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 500 name = "WinXP" vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''phy:/dev/VG_PL1/winxp,ioemu:h...
2010 Mar 03
4
Windows 2003 domU can not use 7G RAM ?
...]# xm list Name ID Mem VCPUs State Time(s) Domain-0 0 704 4 r----- 354.6 zhshw.com 5 7292 1 -b---- 38.7 [root@sjd-hot w2k3e]# cat w2k3e.cfg import os, re arch_libdir = ''lib'' arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' device_model = ''/usr/'' + arch_libdir + ''/xen/bin/qemu-dm'' kernel = ''/usr/lib/xen/boot/hvmloader'' builder=''...
2007 Jun 04
1
Problems with Xen HVM image on DRBD filesystem
...If I replace the disk config to the raw partition like disk = [ ''phy:/dev/sda2,hda,w'', ''phy:/dev/hdc,hdc:cdrom,r'', ] no problems installs without a hitch. My xen config is: import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' name = "centos" builder = "hvm" memory = "1024" disk = [ ''phy:/dev/drbd1,hda,w'', ''phy:/dev/hdc,hdc:cdrom,r'', ] vif = [ ''type=ioemu, mac=00:16:3e:36...
2012 Mar 13
12
BSOD w/ gplpv drivers and Windows 2008 R2 64-bit
Hey, I''ve been trying to get the gplpv drivers working with Windows 2008 R2 64-bit on both a stock CentOS 5.8 install and CentOS 5.8 w/ Xen 4.1.2 from the gitco repos. I''m getting a BSOD shortly after boot up and it can be seen at http://techmonkeys.org/xen/ -- along with the qemu log. Has anyone had success with these drivers and Windows 2008 R2 64-bit? If so, what am I
2011 Mar 09
12
Can''t boot HVM Linux guests on Debian Squeeze Dom0
.... I would really appreciate any advice or insight into this problem and possible solutions! I am including the configuration file for the VM in question, please let me know if more information would be useful: import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' device_model = ''/usr/'' + arch_libdir + ''/xen-4.0/bin/qemu-dm'' name = ''sarge'' kernel = ''/usr/lib/xen-default/boot/hvmloader'' builder = ''h...
2008 Apr 23
10
WinXP CD-ROM problems
I''m running Xen on RHEL5. I''ve got two problems with CD-ROMs. In my .hvm file, I''ve got the following line: disk = [ ''phy:/dev/VG_Guests/WinXP-001,ioemu:hda,w'', ''file:/opt/xen_stuff/winxp.iso,hdc:cdrom,w'', ''phy:/dev/scd0,hdd:cdrom,r'' ] The first CD-ROM, (the one linking to the file winxp.iso), appears to WinXP to
2011 Oct 12
3
domU Windows XP errors...
...my server (another Main board, NIC, processor, etc), e it seems the same way. Anybody has a idea of the problem? I download GPL drivers for windows XP too... Thanks! Screens of erros attach... My domU config: import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib/xen-4.0/boot/hvmloader" on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' device_model = ''/usr/'' + ar...
2006 Sep 13
1
/usr/lib64/xen/bin/qemu-dm: invalid option -- ''-vncconnect''
Hi. I can''t use the vnc option (VNC=1 in my xmexample.hvm file), when I use RedHat or Fedora on 64 bits. The qemu log, say /usr/lib64/xen/bin/qemu-dm: invalid option -- ''-vncconnect'' But when I use RedHat or Fedora 32 bits, works fine. There is a problem or incompatibility in the 64 bits Xen kernel and the VNC option ? Best regards Luis
2007 Feb 09
0
VNC console issues with fully-virtualized guests
...an Abit mobo with nVidia chipset (running the vesa driver due to instabilities with nVidia driver). 2GB RAM. Config file for the guest domain: ----------------------------- CUT HERE ------------------------------- import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 512 shadow_memory = 8 name = "win2k3" vcpus=1 pae=1 acpi=0 apic=0 vif = [ ''type=ioemu, bridge=xenbr0'' ] d...