similar to: Windows 7 on Xen 3.2.1 on Debian 5.0 fails to install

Displaying 20 results from an estimated 1000 matches similar to: "Windows 7 on Xen 3.2.1 on Debian 5.0 fails to install"

2013 Nov 19
6
[PATCH] Btrfs: fix very slow inode eviction and fs unmount
The inode eviction can be very slow, because during eviction we tell the VFS to truncate all of the inode''s pages. This results in calls to btrfs_invalidatepage() which in turn does calls to lock_extent_bits() and clear_extent_bit(). These calls result in too many merges and splits of extent_state structures, which consume a lot of time and cpu when the inode has many pages. In some
2011 Aug 15
9
[patch v2 0/9] btrfs: More error handling patches
Hi all - The following 9 patches add more error handling to the btrfs code: - Add btrfs_panic - Catch locking failures in {set,clear}_extent_bit - Push up set_extent_bit errors to callers - Push up lock_extent errors to callers - Push up clear_extent_bit errors to callers - Push up unlock_extent errors to callers - Make pin_down_extent return void - Push up btrfs_pin_extent errors to
2009 Apr 23
2
Replace the first word of a string
Does anybody have a good starting point for how to read the first word of a string and then, based on several defined pairs, swap it? I''ve been considering using something like @split = @message.split(''-'') if @split[0] == "word" ... elsif @split[0] == "otherword" ... end Even if this is the best way to do it, I''m not sure how to replace
2011 Oct 04
68
[patch 00/65] Error handling patchset v3
Hi all - Here''s my current error handling patchset, against 3.1-rc8. Almost all of this patchset is preparing for actual error handling. Before we start in on that work, I''m trying to reduce the surface we need to worry about. It turns out that there is a ton of code that returns an error code but never actually reports an error. The patchset has grown to 65 patches. 46 of them
2009 Aug 20
9
What does viridian=1 do?
Hi I''m wondering what does viridian=1 option actually does? I installed Xen 3.4.1 from Gitco''s and installed Windows 2008 R2 (standard) server, 64-bit, which supposed is hyper-v aware? But looking device manager i dont see anything special, still all using emulation drivers. Should i install Hyper-V IC? Terveisin/Regards, Pekka Panula, Net Servant Oy
2011 Nov 25
2
[PATCH] docs: xlexample.hvm: mention the viridian setting
# HG changeset patch # User Ian Campbell <ian.campbell@citrix.com> # Date 1322233890 0 # Node ID b4c07fbe3557ae501fc2d8a21b41f1b1cd5198cb # Parent 31e71820ce93b72b0223882f6c2e1f461920bda9 docs: xlexample.hvm: mention the viridian setting. Turning this on for Windows guests is recommended. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> diff -r 31e71820ce93 -r b4c07fbe3557
2008 Dec 29
13
BSOD "A clock interrupt was not recevied ona secondary processor within the allocated time interval"
Hi, When dom0 is under heavy load any Vista or Windows 2008 HVM''s that are running and have multiple cpu''s assigned often BSOD with code 0x00000101 "A clock interrupt was not recevied ona secondary processor within the allocated time interval" It only happens if the load in dom0 is high enough to make the mouse pointer lagged, once the mouse fails to track in
2008 Dec 29
13
BSOD "A clock interrupt was not recevied ona secondary processor within the allocated time interval"
Hi, When dom0 is under heavy load any Vista or Windows 2008 HVM''s that are running and have multiple cpu''s assigned often BSOD with code 0x00000101 "A clock interrupt was not recevied ona secondary processor within the allocated time interval" It only happens if the load in dom0 is high enough to make the mouse pointer lagged, once the mouse fails to track in
2009 Oct 10
2
virsh dumpxml didn''t reflect viridian=1
Just the output of one of the viridian enabled windows hvm machines: Florian virsh dumpxml titan <domain type=''xen'' id=''40''> <name>titan</name> <uuid>cedb6201-82d6-3c96-4da3-e0bfad6a7501</uuid> <memory>2097152</memory> <currentMemory>2097152</currentMemory> <vcpu>2</vcpu> <os>
2009 Oct 10
2
virsh dumpxml didn''t reflect viridian=1
Just the output of one of the viridian enabled windows hvm machines: Florian virsh dumpxml titan <domain type=''xen'' id=''40''> <name>titan</name> <uuid>cedb6201-82d6-3c96-4da3-e0bfad6a7501</uuid> <memory>2097152</memory> <currentMemory>2097152</currentMemory> <vcpu>2</vcpu> <os>
2009 Jul 11
2
Convert VirtualBox VM to xVM?
Hi all, I''m in the process of building a home server with OpenSolaris 2009.06. It''s main function is to serve files (hence using OpenSolaris for some ZFS goodness), but I want to host some Windows x64 VMs on it as well. Given that there are currently no x64 Windows drivers for xVM, I was thinking of starting with VirtualBox (which does have x64 Windows drivers), and then
2013 Nov 28
2
[PATCH] docs: Update xen_platform_pci in man xl.cfg
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> --- docs/man/xl.cfg.pod.5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index 3b227b7..ecdc816 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -1007,6 +1007,9 @@ drivers are available for various Operating Systems including HVM Linux
2010 Nov 29
2
ISSUE EXPORTING VM FROM XEN 3.2.1 to XCP 0.5 WITH XVA.PY
Hello everyone. I have the following problem that could help would appreciate. 1) Environment: HOST 1: xen-hypervisor-3.2-1-amd64 with all VM in LVM disk. HOST 2: XCP 0.5 2) The VM that I wish migrate is a domU in XEN and is debian lenny over LVM: ................................................................................................... # Configuration file for the Xen instance
2010 Dec 26
1
Can''t boot HVM Win2k8 R2 x64 DVD ISO (Viridian?)
Hi all, I''m stuck with a peculiar problem. I have CentOS 5.5 and Xen. I have numerous Windows 2003 guests and never had this problem. An application requires SQL server 2008 which is requiring Windows Server 2008. I downloaded the 2.8 Gig install DVD ISO. I create a new guest and connect the ISO as hdc. The system starts and says "Starting Windows" but hangs and no
2011 Sep 23
1
[PATCH] Add save/restore support for viridian APIC assist pfn
# HG changeset patch # User Paul Durrant <paul.durrant@citrix.com> # Date 1316781326 -3600 # Node ID 55a9ffe0ca81b9b4183626f81fa54343d378704f # Parent cc339ab1d91789ed6ff4d3d9abc1bae2e90ac294 Add save/restore support for viridian APIC assist pfn. c/s 17b754cab7b0 introduced a per-VCPU viridian structure to store the APIC assist pfn. This patch adds support for save and restore of that
2010 Jun 10
1
Re: Xen-users Digest, Vol 64, Issue 52
Dear James and Andrew! Thanks much for the help, it seems that viridian=1 solved my problem! I forced a heavy load last night and no reboots were issued! I confirm that I had multiple cpus assigned and dom0 heavy load started the reboot problema, but with viridian=1, everything is OK! Thanks again for everything! Regards, Daniel Message: 3 > Date: Wed, 9 Jun 2010 15:55:13 +0100 >
2009 Mar 20
1
Ruby/Rails projects "market" site - anyone?
Hi guys, I was wondering how do you look for clients for your Rails companies? I know there are places like project4hire.com but these are more suitable for individuals I think than companies. I was supprised to find there is no such "project market" for Rails projects out there - anyone interested in developing one? Do you think it might be useful / got interest of both developers and
2011 Jan 11
4
Solaris 10 (9/10) on Xen 3.4
Hi, I am trying to run solaris 10 (9/10) on Xen 3.4 (centos5.5 as dom0) in HVM mode. I can see the realtek 8139 network adapters when I do pciscan but ''ifconfig -a'' just lists loopback device. I can load rtls drivers but still these realtek interfaces are not available. I found a link which does say The rtls driver from Realtek still uses version 0 interfaces that are now
2013 Mar 07
7
RHEL (CentOS, Oracle Liux) kernel 2.6.32-358 does not start at XCP
Hi, everyone, Two days ago I have filed a bug to Red Hat   https://bugzilla.redhat.com/show_bug.cgi?id=918239 The problem is, that new RHEL-6.4's kernel 2.6.32-358 does not start at HVM on Xen Cloud Platform 1.6 (maybe, also affected XenServer 6.1) I have tested kernels -358 from CentOS, Oracle and -356 from Red Hat both i686 and x86_64 at 2 different server hardware The sympthoms: kernel does
2011 Jan 22
32
Bug in mkfs.btrfs?!
Hi, I wanted to create a new btrfs fs for my backups. When trying to mkfs.btrfs for that device, I''m getting "error checking /dev/loop2 mount status" With strace I see where the problem is: lstat("/dev/disk/by-id/ata-INTEL_SSDSA2M160G2GC_CVPO939201JX160AGN-par", 0x7fffa30b3cf0) = -1 ENOENT (No such file or directory) The problem is there is something missing