similar to: Xen 3.3.1 - not able to disable PAE

Displaying 20 results from an estimated 20000 matches similar to: "Xen 3.3.1 - not able to disable PAE"

2009 Mar 26
7
error while compiling xen
Hi, I am facing the below error while compiling dom0. Please guide. root@cbananth:/usr/src/xen-3.3.1# make linux-2.6-xen0-config CONFIGMODE=menuconfig make -f buildconfigs/mk.linux-2.6-xen0 config make[1]: Entering directory `/usr/src/xen-3.3.1'' set -e ; \ if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \ __repo=$(sh buildconfigs/select-repository linux-2.6.18-xen.hg .:..) ; \
2009 Mar 26
14
Error: Device 0 (vif) could not be connected. Hotplug scripts not working
Hello, When I install guest OS on xen using "xm create /path/of/file/ubuntu.cfg -c" , I am getting an error message *"Error*: Device 0 (*vif*) could not be connected. Hotplug scripts not working <http://markmail.org/message/24aj3qs6ddrtwdks>" . I also saw that hotplugs and udev are prerequisites to be installed before compiling xen. I could not find hotplugs in Yast.
2009 Mar 26
14
Error: Device 0 (vif) could not be connected. Hotplug scripts not working
Hello, When I install guest OS on xen using "xm create /path/of/file/ubuntu.cfg -c" , I am getting an error message *"Error*: Device 0 (*vif*) could not be connected. Hotplug scripts not working <http://markmail.org/message/24aj3qs6ddrtwdks>" . I also saw that hotplugs and udev are prerequisites to be installed before compiling xen. I could not find hotplugs in Yast.
2011 Aug 25
6
Re: Bug#637234: linux-image-3.0.0-1-686-pae: I/O errors using ext4 under xen
Hi Konrad, Does this look at all familiar? There is some more info in the full bug log at http://bugs.debian.org/637234 . In particular, contrary to the message below, the user subsequently confirmed that the issue appears to be Xen specific (doesn''t happen on native or vmware) and that it arose between 2.6.39-2-686-pae and 3.0.0-1-686-pae. Could it be related to edf6ef59ec7e
2007 Oct 23
8
PAE panic on nv75a / Tecra M2
Attempting to boot xVM dom0 for the first time on a Toshiba Tecra M2 running 75a. Getting a panic immediately after selecting xVM from the grub menu: panic[cpu0]/thread=f502c020: Processor does not support PAE This is a 2000 MHz Pentium-M, which I thought was PAE-capable.
2006 Apr 26
1
Bug#364875: Pae disabled in pae build
Package: xen-hypervisor-3.0-i386-pae Severity: normal Forwarding a problem reported by Nathan Hawkins. > I ran into a problem with the PAE version of the hypervisor. I'm looking at > xen-hypervisor-3.0-i386-pae_3.0.2+hg9611-1_i386.deb from alioth, and I > ran into a problem with PAE being disabled in the binary: > > $ zcat xen-3.0-i386-pae.gz | strings | grep PAE
2010 Sep 21
2
Query regarding Xen_ComputerSystem
Hi, Libvirt provides classes such as Xen_ComputerSystem, Xen_Processor etc., in order to build applications using libvirt-api which can interact with the Xen Hypervisor. I would like to know what are the corresponding classes for the KVM hypervisor, so that I can use libvirt-cim to communicate with the hypervisor. Would it be Kvm_ComputerSystem or Qemu_Computersystem? Any help in this regard
2009 Jul 22
0
FW: Error while creating VM
Hi, In continuation with my previous mail, I changed the vif entry in the config file as, vif = ["mac=00:16:3e:43:b7:99,bridge=xenbr0"] and I was able to boot into the guest, but I was not able to ping any system from the guest. I have attached the snapshot of the boot error messages. Thank you Regards Ananth -----Original Message----- From: CB, Anantha Padmanabhan Sent: Wednesday,
2010 May 06
8
compiling a non-pae dom0 on a dell r710 with too much ram
Hi, I''ve got a brand spankin new dell r710 with loads of memory on it, except that I really want it to behave more like an older machine with only 4G of RAM. I''ve been trying to compile a dom0 without PAE for it and can''t seem to have much success. I''ve constantly modified the kernel config to turn off PAE and it either gets clobbered when I do a make
2007 Mar 08
1
Guest installation problem.
Hi, I am a newbie to Xen and so this doubt may baffle a few. Anyways, I installed xen 3.0.3 from the tarball on Ubuntu Dapper Drake. I even configured a guest file of the same kernel, only the xenU verison. It worked fine and I was given a sh prompt. My problem now is that I want to get some other kernel as guest. I did try fc6 since that''s the other OS I have on my box. However, I got
2007 Mar 21
0
Re: Xen and PAE
I thought this might be of interest to the list. I am only running Xen on amd64, so I am not sure how intelligently I can help out. Probably best to CC urs, since I don't imagine he is subscribed to the list. Regards, -Roberto On Wed, Mar 21, 2007 at 07:26:26PM +0100, Urs Thuermann wrote: > I have two separate questions, actually, concerning Xen and PAE: > > Today, I installed
2007 Dec 14
1
Kernel types and xen caps : PV/HVM, 32/64 bit, PAE/non-PAE
Hi Is there a doc/wiki page which explains, the kind of domu images/appliances/kernels can be run with what type of dom0 kernels(xen_caps). For example : -- Can a 32 bit, non-PAE domU run on 64 bit, PAE dom 0 in PV mode ? (or HVM mode ?) Are there any checks that can be done before doing the migration ? Is there any programmatic way (from python) to find out if the kernel in a domU disk
2006 Apr 25
0
PAE broken
I ran into a problem with the PAE version of the hypervisor. I'm looking at xen-hypervisor-3.0-i386-pae_3.0.2+hg9611-1_i386.deb from alioth, and I ran into a problem with PAE being disabled in the binary: $ zcat xen-3.0-i386-pae.gz | strings | grep PAE PAE=yes PAE disabled. PAE mode mismatch between Xen and DOM0 (xen=%s, dom0=%s) It should look like: PAE=yes PAE enabled, limit: %d GB PAE
2012 May 08
1
SSH connection timeout
Hi, I am trying to connect to libvirt on KVM host from a remote python client, using the connection string "qemu+ssh://<IP Address>/system" If I setup password less SSH (Public key) between the machines, I am able to proceed with the connection. But If I have not setup the public key authentication, my code hangs trying to connect to libvirt, and there is a prompt for entering
2006 Feb 18
1
how to package hypervisor-pae?
Hi, I have just looked at the xen source, because I want to finish my work from yesterday and have the hypervisor-pae really build & packaged. It seems so that we have two possibilities to do this: 1) create another dpatch that would patch xen/Makefile in order to have other filenames for the hypervisor when the pae-flag is set. the advanced would be, that if we use diffrent filenames
2019 Mar 06
0
CentOs 7 i386 & PAE Kernel
On Wed, Mar 6, 2019 at 7:23 AM Mike McTernan (wavemobile) <mike.mcternan at wavemobile.com> wrote: > > On 3/6/19 1:28 PM, Johnny Hughes wrote: > > On 3/6/19 6:26 AM, Mike McTernan (wavemobile) wrote: > > > On 3/5/19 5:48 PM, Johnny Hughes wrote: > > <snip> > > > > Last question, if I may - Is there any specific reason why an i686 PAE > >
2006 Oct 07
0
pae hypervisor and kernel
hi, first of all, you guys make great work to use xen under debian. I use etch to set up a xen server for later production use and so i try to use as much debian packages without manual adaptations to later use security updates when etch is released. As i have a machine with 16G of ram i need the pae versions of the hypervisor and the linux kernel. But there is only the pae version of the
2019 Mar 07
1
CentOs 7 i386 & PAE Kernel
On 3/6/19 9:49 AM, Akemi Yagi wrote: > On Wed, Mar 6, 2019 at 7:23 AM Mike McTernan (wavemobile) > <mike.mcternan at wavemobile.com> wrote: >> >> On 3/6/19 1:28 PM, Johnny Hughes wrote: >>> On 3/6/19 6:26 AM, Mike McTernan (wavemobile) wrote: >>>> On 3/5/19 5:48 PM, Johnny Hughes wrote: >> >> <snip> >> >>>> Last
2008 Feb 10
3
Problem with PAE-less processor in xen 3.1.0
Hello xen-users, I have two days (or rather nights) ago start to play with xen. I have quite old laptop without PAE support, so when I try to install xen 3.1.0 there was error saying, that I cannot run PAE-enabled kernel on PAE-less processor. So I build and install PAE-disabled kernel (for dom0), but I can''t find the way to turn off PAE i XEN micro-kernel. Is there any manner to change
2019 Mar 06
0
CentOs 7 i386 & PAE Kernel
On 3/6/19 6:26 AM, Mike McTernan (wavemobile) wrote: > On 3/5/19 5:48 PM, Johnny Hughes wrote: >> On 3/4/19 3:39 PM, Mike McTernan (wavemobile) wrote: <snip> > Last question, if I may - Is there any specific reason why an i686 PAE kernel > built from the main RHEL sources isn't in the AltArch i386 os- repo? > > Notably CentOS 6 provided both non-PAE and PAE