Displaying 20 results from an estimated 2000 matches similar to: "disabling of X86_CR4_DE"
2005 Sep 08
2
Distinctive ringing on Cisco 79xx
Greetings, I am trying to implement distinctive ringing on a Cisco 7960.
I have tried setting alert_info to chirp1 or chirp2 before dialing the
phone, but it has no affect. If you have successfully implemented
distinctive ringing on a 7960, I would really appreciate seeing the snipit
of code that works.
Thanks in advance
Bruce Komito
High Sierra Networks, Inc.
www.servers-r-us.com
(775)
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__
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
2006 Mar 29
5
Problem with setting ringtones on Cisco 7960 phone.
Hi All,
I am running into a problem setting the ringtones via _ALERT_INFO on the
Cisco 7960 phone.
I am using * 1.2.1 and have tried setting the variable to several
values. I have also tried setting the phone's software to both 7.5 and
8.2 thinking that it might be a version issue, but with no success.
I have examined the packets and do see the ALERT_INFO header being sent,
but the
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 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
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,
2009 Feb 06
1
DRM fills logs
I have a system with 3 video cards; 2 dual-DVI and one single DVI. I'd
like to get nouveau running on this system.
selene:/var/log# lspci | grep VGA
01:07.0 VGA compatible controller: nVidia Corporation NV34GL [Quadro NVS
280 PCI] (rev a1)
02:00.0 VGA compatible controller: nVidia Corporation NV44 [Quadro NVS
285] (rev a1)
07:00.0 VGA compatible controller: nVidia Corporation NV44 [Quadro
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
2005 Oct 08
1
page fault handling in Xen
Hello,
We''re curious about page fault handling in Xen-devel. In particular,
during kernel boot-up, the kernel tests if the CPU "honours the WP bit".
This causes a page fault with error code 3 (expected behavior). Does
Xen still make a copy of the execution stack frame on the guest OS
stack, as specified in the original "Xen and the Art of Virtualization"
paper?
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
2000 Jun 16
3
Argh, preecho mistriggers
In case people on the list don't know it, A Vorbis tester (who's email I've
lost! If you're on the list, speak up!) is maintaining a vorbis audio quality
test page:
http://hem.passagen.se/ingets1/vorbis.htm
He's doing us the great service of hunting down samples that break Vorbis (so
we don't have to :-)
In any case, it turns out that the trumpets in the dr4 sample
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
2004 Aug 31
3
Cisco 79XX SIP Ring Tones
Hi all,
Has anyone gotten custom ring tones to work using ALERT_INFO with the
Cisco 7940 SIP phone? I've read the wiki, but just can't get this to
work. I'm currently using the 7.2 SIP image.
Thanks,
Chris
2006 Nov 09
2
asterisk and norstar
Hi there!
We have an old legacy norstar phone system m8x24-ds ( dr5 ) and a couple of
m0x16. It has 5 external analog lines. It has no auto attendant, and no
voicemail. So every incoming call is forwarded to a operator, she pick up
the phone, talks to the caller and transfer the call to the right extension.
We are in Argentina, so buying a star talk is out of the question, there is
no selling of
2004 Jun 04
3
Xen
I''ve been recently testing the Xendemo CD and I can say that Xen is awesome.
I''d like to start deploying it initially in some development/testing servers.
However the limitation of the max memory of 800MB or so per virtual machine is
a show stopper for many applications.
Are there plans to raise the limit to something higher (like 2GB or so)?
How difficult would it be?