similar to: page fault handling in Xen

Displaying 20 results from an estimated 10000 matches similar to: "page fault handling in Xen"

2004 Feb 08
2
xeno-1.2.bk compilation question?
The system is Mandrake-9.1 Linux wih gcc-3.2.2. I am trying to compile xenolinux-2.4.24 (with vanilla sources from ftp.kernel.org for linux-2.4.24). The steps of mkbuildtree ARCH=xeno make menuconfig ARCH=xeno make dep produce no errors, but ARCH=xeno make bzImage results in following error messages. Any pointers will be appreciated. -ishwar --- gcc -D__KERNEL__
2006 Jun 14
8
WP flag in CR0, setting
Hello! I have a slight problem in my guest port with the WP bit in CR0. The original kernel maps certain kernel pages to user-mode read-only and relies on the kernel being able to modify these despite the read-only bit being set in the pages. This in turn requires that the WP bit is unset in CR0. Unfortunately, Xen doesn''t allow the WP bit to be zeroed because Xen wants to share pages
2003 Nov 28
3
Problem to boot Xenolinux.
Hi, I am trying to install Xen/Xenolinux v1.1 on my workstation which has 2 SCSI disks. The first disk has WinXP installed, and the second disk has Redhat 8.0. I copied the images into /boot and modified grub.conf accordingly: title Xen / XenoLinux 2.4.22 root (hd1,0) kernel /xen.gz dom0_mem=131072 ser_baud=115200 noht noreboot module /xenolinux.gz root=/dev/sdb2 ro
2003 Oct 21
7
Help on domain creation
Hi all, I am running the current xen-unstable and had the following error message when trying to create domain1. # ./xenctl script -f/etc/xen-mynewdom Domain defaults: name XenoLinux size 98304 vifs 1 domainImage /boot/xenolinux.gz domainInitRD null rootDevice /dev/hda5 rootArgs rw usrDevice null NWIP
2005 Sep 29
1
Kernel panic - not syncing: Attempted to kill init!
Hi all, I have another problem with starting domainU (xenolinux). I took me pretty much quite some time and i can not figure out why starting a new domain is failing. I will really appreciate if somebody can help me with this error. The error I get when booting xen-domainU is: /======================= Red Hat nash version 4.1.18 starting Mounted /proc filesystem Mounting sysfs Creating /dev
2004 Jul 23
5
help! error in creating a new domain
Maybe this question is a little stupid, but please help me. I am a newbie to Xen. When I tried to create a new domain "domain 1", I followed the Yan-Ching CHU''s guide on :installing quick file systems for new domains in Xen 1.2". But when I do "xc_dom_create.py -Dvmid=1", Xen seems to start to boot with some normal bootup information, but right after several
2006 Jan 09
3
disabling of X86_CR4_DE
Is there a particular reason for doing this unconditionally on both 32- and 64-bits in xenolinux? It would seem to me that this feature should be disabled at most in unprivileged kernels... Thanks, Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Jun 16
1
Xen 3.0.2 guests never start properly
HELP!!!! I have been working diligently for the past 2 weeks trying to get Xen 3.0.2up and running on Kubuntu 6.06, Fedora Core 5, and Mandriva 2006.0 without any success. First off, the machine specs: Gateway M460 Notebook Intel Centrino M750 processor (1.8GHz) eth0: Broadcom T3 eth1: IPW2200 Wireless 80 GB hard drive 1 GB Memory ATI Radeon M600 video with 1280x800 LCD screen. Now the
2006 May 08
2
Resend: xenolinux hg repo
resend to larger group: which one is the right one? I''m going thru some merge hell and a need some newer PPC code from kernel.org. is it: http://xenbits.xensource.com/linux-2.6-xen.hg (worked on) --or-- http://xenbits.xensource.com/ext/linux-2.6-merge.hg (six weeks of nothing) there is also linux-2.6.rc-xen.hg, linux-2.6.tip-xen.hg, linux-2.6- patchqueue.hg the PPC team
2005 May 01
1
"Failed to free base memory" once again
Hi, I got the following output booting through PXElinux. I used a netboot floppy image for my ISA NE2000 (RTL8019) network card to download the pxelinux.0 file from my server. I use syslinux 3.07. Here's my output: PXELINUX 3.07 2005-01-12 Copyright (C) 1994-2005 H. Peter Anvin ######################################################## # Welcome to the Petteflet PXE booting infrastructure. #
2004 Dec 21
3
XEN 2.0.1/Xenolinux 2.6.9 domain0 not booting on Debian Sarge / P4 Xeon
Hi all I am in the process of upgrading my XEN servers from 2.4 to 2.6 kernels as I am having better results on 2.6. However one machine (the big daddy) refuses to boot a 2.6.9 xenolinux kernel. It''s an IBM eSeries xServer x205. I have selected what i think are the appropriate options in menuconfig but it refuses to boot into dom0. By refuse I mean it initialises the hypervisor,
2004 Feb 11
48
Kernel panic while compiling kernel
I know you Xen developers are beginning to hate me ;) but... While trying to compile 2.4.24 under DOM0, quickly after issuing ''make dep'' I got: Kernel panic: Failed mmu update: c015bf80, 4 I suspect this address probably isn''t to helpful but this is all I have. I am currently booted in 2.4.21-SuSE and compiling the 2.4.24 regarding another thread here. Regarding
2007 Apr 18
1
paravirt_ops xen booting
Just a note to let you know we've got domU booting with paravirt_ops XenoLinux. There's still some minor cleanups to do: - soft watchdog firing - inconsistent device probing - console on tty1 Then onto smp support, and removing the rest of the limitations of the current patchset. thanks, -chris
2005 Jan 27
1
pinning dom0 cpu
Hi everyone, I''m running Xen on an SMP machine. Couple of things: a) is dom0 pinned to a particular CPU? if so which? can I control the choice? b) with the 2.6.10 Xenolinux kernel, cat /proc/cpuinfo shows only a single CPU on my SMP machine. Is this a known problem/behavior? c) if I understand correctly, the BVT scheduler parameters are CPU specific -- they don''t aggregate
2007 Apr 18
1
paravirt_ops xen booting
Just a note to let you know we've got domU booting with paravirt_ops XenoLinux. There's still some minor cleanups to do: - soft watchdog firing - inconsistent device probing - console on tty1 Then onto smp support, and removing the rest of the limitations of the current patchset. thanks, -chris
2006 Aug 07
5
[PATCH][LINUX] use machine_emergency_restart() from the generic header.
This patch uses the standard generic header for the definition of machine_emergency_restart() and reverses the call path for XenoLinux. Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> --- diff -r 7680b29c03a6 drivers/xen/core/reboot.c --- a/drivers/xen/core/reboot.c Sat Aug 05 11:33:24 2006 -0400 +++ b/drivers/xen/core/reboot.c Mon Aug 07 09:50:33 2006 -0400 @@ -9,6 +9,7 @@ #include
2010 Jul 27
1
R CMD build wiped my computer
Hi, I ran R (version 2.9.0) CMD build under root in Fedora (9). When it tried to remove "junk files" it removed EVERYTHING in my local account! (See below). Can anyone tell me what happened, and even more importantly if I can I restore what was lost. Panickingly, Jarrod [jarrod at localhost AManal]$ R CMD build MCMCglmm_2.05 * checking for file
2010 Jul 27
1
R CMD build wiped my computer
Hi, I ran R (version 2.9.0) CMD build under root in Fedora (9). When it tried to remove "junk files" it removed EVERYTHING in my local account! (See below). Can anyone tell me what happened, and even more importantly if I can I restore what was lost. Panickingly, Jarrod [jarrod at localhost AManal]$ R CMD build MCMCglmm_2.05 * checking for file
2010 Jul 27
1
R CMD build wiped my computer
Hi, I ran R (version 2.9.0) CMD build under root in Fedora (9). When it tried to remove "junk files" it removed EVERYTHING in my local account! (See below). Can anyone tell me what happened, and even more importantly if I can I restore what was lost. Panickingly, Jarrod [jarrod at localhost AManal]$ R CMD build MCMCglmm_2.05 * checking for file 'MCMCglmm_2.05/DESCRIPTION'
2006 Dec 08
1
Problem with ssci disk
Hi all, I have a problem during the lauching of my first virtual image. First thing : domain 0 is on fedora core 6 (probably a xen package made in fedora :-S, sorry ...) Second thing : the error is really traditional (i already had it with uml) but there i am blocking. here my config file (for image on logical volume, swap too) root = "/dev/sda1 ro" [root@p-virtvip8 xen]# cat p-virtser9