1
vote
0answers
21 views

blkid not returning the correct UUID/label for drive

I have 7 drives in my server (running Debian Wheezy as dom0 for a Xen hypervisor): An 80GB system drive, 3 x 2TB drives, a 1TB drive and 2x 500GB drives. The 2TB drives are all part of an mdadm RAID ...
0
votes
1answer
31 views

Debian DomU on Debian Dom0

I've set up xen on a Debian squeeze DomU and it seems to be working. I followed the this guide The problem I have is when I try to start the VM and attach the console using xm create -c ...
2
votes
1answer
160 views

How to reset xen hyperviser clock

I have a low cost server running Debian Squeeze stable, using the Xen hyperviser. After a very long uptime the clocks of the unprivileged domains will deviate. Restarting the domains will not fix the ...
2
votes
1answer
2k views

Xen fails to boot (timeout mounting /dev/sda2)

I am new to Xen and trying to follow the guide from the Debian Wiki's Xen entry. I have installed squeeze on a VMware Workstation image with plenty of space. The file storage is over LVM. My newly ...
2
votes
3answers
2k views

Can I use DirectX Graphics in Windows with Xen Virtualization?

I want to setup a server on my home network running both Windows and Linux simultaneously (no dual boot). I plan to use the Linux instance as a File Server, and the Windows installation will mainly be ...
0
votes
1answer
116 views

XEN disk mapping problem under opensolaris

I have a system with two harddisks, i wanted to use the simplicity of ZFS for my file server and i also need to run a linux. I choosed XEN virtualization for that, supported on both system. My GRUB ...
2
votes
1answer
533 views

Debian Lenny expects udev on a vps that doesn't support it

Primary symptom: /proc/self/fd is there and normally populated, however /dev/fd is not. Process substitution therefore fails, because bash wants to create files under /dev/fd. /dev/.static/ and ...