Displaying 20 results from an estimated 100000 matches similar to: "(no subject)"
2010 Sep 20
4
[XCP] XenMotion?
I don''t see in the XCP or OpenXenManager documentation where I can do a XenMotion/live relocation of a running VM.
Can someone point me in the right direction?
BK
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2011 Feb 12
2
[XCP] [''NO_HOSTS_AVAILABLE'']... what?
I''m still running XCP 0.5 on two servers. I am trying to make a few 10Gig Slackware64 13.1 servers (using the Windows 2003 server template).
However, every time I try to start the guests in OpenXenManager, they die with something like:
Async VM.start Slack64 13.1 #3[''NO_HOSTS_AVAILABLE'']
I tried starting the hosts from the xsconsole and got the same results. I
2011 Aug 23
0
(no subject)
I could barely afford groceries anymore I told myself to stay positive without this id still be completely distraught...
http://www.helpmyse.wxv.pl/redir.php?cylubeg=google.com&dypyri=msn.com&url=http://abc365news.net/esubmit/bizopp_main.php now theres no turning back for me I could never steer you wrong
_______________________________________________
Xen-users mailing list
2005 Oct 02
1
(no subject)
> Yes, I''m still working on it. The focus of that work was copy-on-write
> sharing of memory for the purposes of building a (virtual) network of
> honeypot systems. We have a paper in SOSP this year, talking about that
> work and the copy-on-write memory implementation. See
> http://www.cs.ucsd.edu/~mvrable/papers/2005-sosp-potemkin.pdf
> for some information.
2005 Jul 28
2
(no subject)
Hi,
I am trying to install xen under Fedora Core 4 and when I try to boot
it, right after selecting xen from the grub list, I get an error. It says
kernel /boot/xen-2.0.gz dom0_mem=131072
Error 15: File not found
I installed all the prereq''s., did ''sh ./install-sh'', added the three
line to /boot/grub/menu.lst, and disabled the tls. Is there anything
else I have to
2009 Apr 20
1
(no subject)
Hi,
i have suse10 sp2. i installed xen rpm packages. run xend.
I would like to install suse 10 sp2 as a guest, can anyone tell me how to do
this.??
thanks
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Jun 06
0
(no subject)
I have recently upgraded my xen server.
Previously i was running 3.1 on ubuntu 7.10.
I upgraded the ubuntu to 8.04 which installs xen 3.2.
after the install i have found that i receive the following error.
Error: Device 51713 (vbd) could not be connected. losetup /dev/loop1
/xen/local/domains/test-hardy/disk.img failed
I have checked that i can mount disk.img as a loopback file. so i am
2005 Apr 28
0
(no subject)
Hello ,
I am interested in Xen project,but I am a stranger .
I think it is helpful to read the emails which the other participationers have posted .
Could you post me some emails in which other people discussed about Xen project
Best wishes
tianguanhua@ncic.ac.cn
2005-04-28
_______________________________________________
Xen-devel mailing list
2006 Jun 07
0
(no subject)
All,
I am running xen3.0.2 on CentOS4.2, and get this error when trying to
boot Xen kernel(domain0)
......
Creating root device
Mounting root filesystem
mount: error 6 mounting ext3
mount: error 2 mounting none
Switching to new root
switchroot: mount failed: 22
umount /initrd/dev failed: 2
Kernel panic - not syncing: Attempting to kill init!
>Then system reboot.In grub.conf,I have changed
2011 Jan 16
0
No subject
xm save lenny3 /tmp/lenny3.save
The guest console says: Suspending xenbus... and detaches.
Restore the guest (paused to attach its console before continuing):
xm restore -p /tmp/lenny3.save
xm console lenny3
xm unpause lenny3
The console starts spewing out "BUG: recent printk recursion" and the
domain spins until destroyed. The same thing happens on (live or not)
migration. The
2006 Jul 17
0
(no subject)
on x86_64, when guest has more than 2G memory, "startx" will cause qemu
dm die, this patch fixes it.
Signed-off-by: Xin Li <xin.b.li@intel.com>
diff -r ecb8ff1fcf1f tools/ioemu/hw/vga.c
--- a/tools/ioemu/hw/vga.c Fri Jul 14 18:53:27 2006 +0100
+++ b/tools/ioemu/hw/vga.c Mon Jul 17 22:35:54 2006 +0800
@@ -1392,7 +1392,8 @@ static void vga_draw_graphic(VGAState *s
static void
2010 Aug 27
0
(no subject)
unsubscibe
This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.
______________________________________________________________________
_______________________________________________
Xen-users mailing list
2006 Feb 10
0
(no subject)
Leendert, when I''m reading the vmxassist code, I think we need this
patch, can you take a look for me?
Thanks
-Xin
diff -r 47013962e411 tools/firmware/vmxassist/setup.c
--- a/tools/firmware/vmxassist/setup.c Fri Feb 10 02:23:36 2006
+++ b/tools/firmware/vmxassist/setup.c Fri Feb 10 15:28:17 2006
@@ -363,7 +363,7 @@
initialize_real_mode = 1;
cr0 = get_cr0();
-#ifndef
2006 May 02
0
(no subject)
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 Aug 04
0
(no subject)
--
Mit freundlichen Grüßen,
SpiegelEiXXL
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Sep 29
0
(no subject)
Set guest selectors to be null if it''s not valid when switch to
protected-mode in the guest firmware.
Signed-off-by: Chengyuan Li <chengyuan.li@intel.com>
Signed-off-by: Asit Mallick <asit.k.mallick@intel.com>
Thanks,
Chengyuan
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2010 Sep 24
1
Intel Integrated Graphics (IGD) VGA Passthrough with Xen 4.0.2-rc1-pre and pv-ops dom0 kernel 2.6.32.21
VGA passthrough is successful but Windows XP Home Edition HVM domU
crashes within 1 minute after booting up.
--
Yours sincerely,
Mr. Teo En Ming (Zhang Enming) 张恩鸣 Dip(Mechatronics) BEng(Hons)(Mechanical Engineering)
Citizenship: Singapore Citizen/Singaporean
Alma Maters:
[1] Singapore Polytechnic (Graduated 1998)
[2] National University of Singapore (Graduated 2006)
Facebook account: Teo En
2010 Sep 24
1
Intel Integrated Graphics (IGD) VGA Passthrough with Xen 4.0.2-rc1-pre and pv-ops dom0 kernel 2.6.32.21
VGA passthrough is successful but Windows XP Home Edition HVM domU
crashes within 1 minute after booting up.
--
Yours sincerely,
Mr. Teo En Ming (Zhang Enming) 张恩鸣 Dip(Mechatronics) BEng(Hons)(Mechanical Engineering)
Citizenship: Singapore Citizen/Singaporean
Alma Maters:
[1] Singapore Polytechnic (Graduated 1998)
[2] National University of Singapore (Graduated 2006)
Facebook account: Teo En
2010 Apr 26
2
No module named sxputils
Hi all,
I compiled and intalled Xen unstable to my debian lenny machine. Everything went right during building and compiling. However, when I boot with my xen "xm info" command is not working. The error says:
debian:/home/q# xm info
Traceback (most recent call last):
File "/usr/sbin/xm", line 5, in <module>
from xen.xm import main
File
2010 Apr 26
2
No module named sxputils
Hi all,
I compiled and intalled Xen unstable to my debian lenny machine. Everything went right during building and compiling. However, when I boot with my xen "xm info" command is not working. The error says:
debian:/home/q# xm info
Traceback (most recent call last):
File "/usr/sbin/xm", line 5, in <module>
from xen.xm import main
File