search for: maw48

Displaying 20 results from an estimated 74 matches for "maw48".

2008 Jan 24
5
Can''t boot from ISO image...
Hi, I''ve been trying to boot from a RHEL4 install iso without much luck (the xen way). The Host is: RHEL 5.1 xen-3.0.3-41.el5 Here is my guest config: # -*- mode: python; -*- #============================================================================ # Python configuration setup for ''xm create''. # This script sets the parameters used when a domain is created using
2008 Mar 31
2
Xen and Fedora 7
I recently installed Fedora 7, Xen with Windows Vista in a VM using the Virtual Machine Manager tool. Everything has worked great but now I can not get the VM to start during Linux boot. I made sure xend and xendomain are started using chkconfig. Everything I have read talked about placing a .hvm file in the /etc/xen/auto directory. The Virtual Machine Manager tool did not create a .hvm file
2007 Mar 09
9
XP: VBD could not connect to backend device: USB boot
Hi: we have following setup: 1. 2.6.16-33-based Xen 3.0.3/Xen-3.0.4 DOM-0 kernels. 2. Using LILO-mbootpack from USB we boot Xen-->DOM-0 setup 3. We mount harddisk and try to install xp.hvm While,we are successful with FCs as DOM-U, for XP we get, VBD (768) could not be connected. We do have max_loop count to 64 and enough loop devices. Note that above error is consistent on both 3.0.3
2005 Jul 07
14
[PATCH] Xen Guest Kexec
...ve expressed interest in kexec support for Xen guests. In particular, it''s mainly useful for purposes of implementing an in-guest bootloader app and avoiding the need for dom0 to access the guest filesystem. It''s a largish patch, so I stuck it online: http://www.cl.cam.ac.uk/~maw48/xenguest_kexec.patch Tested on i386. I suspect it''ll have build issues on x86_64 but those should be easy to fix - actually the code is probably generic enough to work on both. You''ll also need a modified version of the kexec tools, which I''ll post details of later....
2008 May 19
7
Simple Query on PCI passthrough I/O
Hi, I want to perform pass through I/O from my domU. I guess I would need an additional network card for the same. Is there any preference on the second network card I should get or any one is fine? I have a x86_64 machine with Cent OS 4.4 running. Are there any additional considerations that I cannot see - Kindly let me know. Thanks, Asim _______________________________________________
2008 Jun 12
6
Xen and Kernel 2.6.25
Some question. Can I install Xen-3.2.1 with 2.6.18-xen kernel... to my Dom0 and without HVM, starting a debian(DomU) with kernel 2.6.25 from kernel src and compiled with all XEN port / features ? or i need to use the vmlinuz-2.6.18-xen to all my DomU ?? Thanks Crazy _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2005 Jun 06
4
DMA not enabled in Xen Kernel?
I installed Xen using the binary release on debian sarge and got it to boot no problem but when I check if dma is enabled with ''hdparm /dev/hda'' it''s not. I can''t enable it either with ''hdparm -d1 /dev/hda''. Says operation not permited. Using my debian default kernel dma works just fine. How can I enable dma with the Xen Kernel? Thanks!
2008 Apr 05
6
Can''t get template (domU) to work
Hello All, I have been having a very difficult time getting any template to work on xen. Here is what I am running root@personal:/etc/xen-tools# xm info host : personal release : 2.6.22-14-xen version : #1 SMP Tue Feb 12 09:27:26 UTC 2008 machine : i686 nr_cpus : 2 nr_nodes : 1 sockets_per_node : 1
2008 Feb 28
5
[amd iommu] [patch 2/2]Add APCI tables support for AMD IOMMU
Signed-off-by: Wei Wang <wei.wang2@amd.com> -- AMD Saxony, Dresden, Germany Operating System Research Center Legal Information: AMD Saxony Limited Liability Company & Co. KG Sitz (Geschäftsanschrift): Wilschdorfer Landstr. 101, 01109 Dresden, Deutschland Registergericht Dresden: HRA 4896 vertretungsberechtigter Komplementär: AMD Saxony LLC (Sitz Wilmington, Delaware, USA)
2008 Apr 01
4
booting domU with multiple concatenated ramdisks?
Hi! Some bootloaders (eg. syslinux) have to ability to load multiple ramdisks, effectively concatenating them. This makes it very easy to augment ramdisks, like eg. customizing an installer. Can I do something similar with XEN? Separating the ramdisk cpio arhives with commas in the config file didn''t work... -- Thanks, Feri. _______________________________________________ Xen-users
2008 Jun 17
5
Host/guest clipboard?
Hi, I''m trying to get copy/paste/cut working between my Xen host (FC8 64) and guest OSs (Centos 5.1, Windows 2000). I''ve tried the viewer in virt-manager, virt-viewer, and vncviewer. None of them seem to transfer clipboard contents between host and guest, even with both clipboard checkboxes selected in vncviewer options. Does anyone know how to get this working? Thanks.
2008 Apr 03
2
eth0 has disappeared
Hi all, After a forced reboot of the host machine... my VM lost the eth0 interface... ifconfig eth0 device not found Please help Thanks in advence Yassine _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Apr 05
1
Cannot Create Fully DomU with CDROM!
Hi guys, I need help, while I wanted to create virtual machines domU with fully virtualization, I found NO CDROM (disabled) in the 3rd step. How can I enable it? So I can install other Linux distro. Please help me and thanks before sincerely yours, Eric Jansen _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2008 Jul 13
1
bad_certificate
I have Xen 3.1 installed on my server, and XenSource Xen Server Console 3.1 on my windows desktop. When i trying to connect to the server with client, it says javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: Received fatal alert: bad_certificate Can anyone tell me, what can be a reason for bad_certificate? Where can i find it on my server and how
2007 Jun 29
1
[PATCH] [BUGFIX] Disallow save / migrate of a domain with real PCI devices
If a domain has PCI devices then we can''t safely save or migrate it. At least one user has had system crashes due to this, and the way the xendomains script automatically saves and restores domains on reboot. Since there''s no sensible semantics for it at the moment, we should disallow it and return an appropriate error message to xm. The first attached patch prevents the
2008 Feb 28
1
[amd iommu] [patch 1/2]Add APCI table support for AMD IOMMU
Signed-off-by: Wei Wang <wei.wang2@amd.com> -- AMD Saxony, Dresden, Germany Operating System Research Center Legal Information: AMD Saxony Limited Liability Company & Co. KG Sitz (Geschäftsanschrift): Wilschdorfer Landstr. 101, 01109 Dresden, Deutschland Registergericht Dresden: HRA 4896 vertretungsberechtigter Komplementär: AMD Saxony LLC (Sitz Wilmington, Delaware, USA)
2008 Apr 03
1
set resources without xm and libvirt
Hi Do you know some library that have a function for set resources, like memory and cap of processor, without the "xm" and "libvirt". For example: The library libxenstat just take informations about the VMs... Do you know something for set resource with xend or xenstat? thank''s Leandro _______________________________________________ Xen-devel mailing list
2008 Jul 10
1
Hypervisor to dom0 communication
I am working on a security tool that monitors various components (IDT, SSDT, etc) of a domU using VM introspection. Currently, we''re using a polling method to monitor these in-core structions. We would like to be able to use a blocking method instead. I.e. specify "interesting" memory ranges and then wait until they are modified. How can I get the hypervisor to alert a
2008 Jul 17
1
xend communication with xenstored
Hi all, xend communicates with xenstored using unix domain sockets right? So, would it be possible to convert the unix domain sockets to tcp/ip sockets and let xenstored run on a different machine? Regards, Hayawardh _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Jan 24
2
boot problems with 2.6.23.x on 64-bit dom0
Hello, I''m trying to boot kernels from the 2.6.23.x line as paravirt domUs, 64-bit xen-3.1.0 and xen-3.1.2 are used on the test boxes. xm create starts up the domU without any problems according to the logs, however, the started domU does not output anything apart from a single tab (if I start it with -c option ), and eats up 100% CPU. Config file of the domU is as follows: ----