similar to: Kernel Crashing

Displaying 20 results from an estimated 5000 matches similar to: "Kernel Crashing"

2007 Apr 18
1
virtual machine installation Questions
hello, sorry that I post it here again, as I have already posted it on www.redhat.com/archives/fedora-xen/. Now I am working on fedora6Xen,i.e. 2.6.20-1.2944.fc6xen .Several questions: 1. After I have installed the windowsXP, the XP OS of course needs to reboot, but then the WindowsXP is automatically closed. How can I restart it? And I use #virsh start , the domain will be running, but when I
2010 Jan 25
9
memory not released to dom0
after shutdown many domu, the memory is not release to dom0, before:  host: 8g phy memory 16g swap (4g used) dom0: 600m domu: consumed all memory, no new domu could be created after shutdown many domu:  host: 8g phy memory 16g swap (4g used) dom0: 600m domu: 2g why memory of dom0 is still 600m? how to release more to dom0? pls advise. Yahoo!香港提供網上安全攻略,教你如何防範黑客! 請前往
2007 Jul 09
5
guest domain couldn''t be started
Hi, I install a guest Fedora inside the host Fedora. When I use the service xend status to check the status of xend. It shows xend is running. However when I use xm create xen1 to start the guest domain xen1, it failed. The corresponding file xen1 is in /etc/xen/xen1. The error msg is as follows: [root@phillis xen]# xm create xen1 Using config file "./xen1". Going to boot Fedora
2007 Jun 25
2
logwatch reports not benig emailed
Hello, I have a couple of CentOS 5 servers, and third running in a FC6 domU. I've configured postfix on those servers to not deliver any email to the local system, but to instead relay mail to an internal mail server. I also set up /etc/aliases to send all mail to root to me, ksandhu. I can send mail on the command line, and I get it at my email address, delivered to the internal mail
2007 Apr 26
2
Default printer environment variable
Hello All, I'm trying to get the iSeries Access for Linux client (IBM 5250 emulator) working on a CentOS 4.4 system. The client is mostly working - it connects to the remote AS/400, the custom keymap I created is recognized, etc. The only problem is printing to a local printer. The docs for the client state that it reads the default printer environment variable to figure out which printer
2007 Jul 25
2
Crashing dom0 by unloading mISDN
Hi, I have a Fedora 7 xen system with a domU to which I have delegated via pciback two isdn pci cards. One is a HFC-S card, the other a AVM Fritz!Card Pci 2.0. In the domU I load mISDN drivers for the cards. The two cards are recognized and function well UNTIL I either decide to unload one or both of the card driver modules (hfcpci and avmfritz) or I decide to shut down the domU. At this
2010 Aug 16
9
Re: [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650]
>.. And KMS modesetting works properly now in Xen dom0! My onboard ATI Radeon is the following: > # lspci -v | grep VGA  11:04.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev 02) (prog-if 00   [VGA controller]) Environment :  Xen 4.0.1-rc6 & 2.6.32.19 on top of F13 ( .config attached) [root@fedora13 ~]# lspci -v | grep VGA 01:00.0 VGA compatible controller: ATI
2012 Sep 30
21
Xen 4.0.4, kernel 3.5.0 HVM crash and kernel BUG
Hi, I''m trying to get Windows Server 2008 R2 installation booting on Xen 4.0.4. Using the following config: kernel = "/usr/lib/xen/boot/hvmloader" builder = "hvm" shadow_memory = "8" memory = "4096" name = "ts" vcpus = "8" cpus = ["0", "1", "2", "3", "4", "5",
2006 Nov 27
3
Do extra CPU's help?
Hi all, We have Xeon-based system with only 1 (hyperthreaded) CPU (in a HP DL360). We are seeing high load on multiple meetme session as well as g729 transcoding. My question is will putting an extra CPU help or does Asterisk just run on a single CPU. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 May 13
18
Xen 4.0 Custom kernels
Hi there guys. I''m using CentOS 5.4, I was able to compile my custom Dom0 kernel and boot it, now I''ve got some doubts. I''d like to compile a custom DomU image, the problem is that when I do, make kernels KERNELS="linux-2.6-xen0 linux-2.6-xenU" it tries to download the kernel from the HG repository which seems to have old 2.6.18 kernels, I want to use the GIT
2007 Jul 23
0
context switch time in Xenolinux
Hi, I have used lmbench to test the performance of Xenolinux (HVM) CPU: Intel (R) Core (TM)2 T7400@2.16GHz Memory size: 1GB NIC: Intel PCIe Gigabit LAN chip HD: Samsung 80GB/7200rpm/8M Dom0: 2.6.19-1.2911.6.5.fc6xen DomU: 2.6.20-1.2944.fc6 The context switch time seems saturated along with increasement of processes? e.g. size of processes 64kB N=number of process t=context switch time when
2011 Jan 15
7
Automatic live migration
i am trying to add auto migration feature in XEN. so is anyone has worked related to migration part. i need help regarding files related to migration. -- Regards Gautam _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 May 11
3
[OT] External RAID storage / NAS
Hello List, I need storage for my home network - lots of storage. It's going to hold pictures, home movies, music, other bits of data, etc. I'm looking to start at about 500 GB, but I'd need to eventually grow that to 1 TB, or more. I also want something that is quiet, has hot swappable drives (not necessary, but a plus), is fairly easy to manage, and can be directly attached to
2014 May 06
1
Actions and IRC log from May 6th VIRT SIG meeting
Hi all, I summarized actions on http://wiki.centos.org/SpecialInterestGroup/Virtualization/Status tagged with 06/05 The meeting LOG is below Regards Lars lars_kurth How do you want to run this? We have a set of lose ends: the roadmap via http://lists.centos.org/pipermail/centos-virt/2014-April/003763.html <http://lists.centos.org/pipermail/centos-virt/2014-April/003763.html> kbsingh
2010 Jan 27
9
Remote debug quetion
Hey all, I plan to use windbg tool to do remote debug my Windows PV Driver. I''m confused how to setup the enviroment. Any Advice? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Jan 27
9
Remote debug quetion
Hey all, I plan to use windbg tool to do remote debug my Windows PV Driver. I''m confused how to setup the enviroment. Any Advice? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Mar 05
4
Syslinux 3.85 chain.c32 problem solved
Thanks to debugging information from Thomas Mieslinger, I have root-caused the failure of chain.c32 in Syslinux 3.85. I have put out Syslinux 3.86-pre1 and Syslinux 4.00-pre33 which fix the problem. I expect to release a Syslinux 3.86 relatively shortly (ideally in the next two weeks), with bug fixes only. I would like to figure out if there are other bug fixes we can get in in reasonable time,
2009 Nov 10
17
[ANNOUNCE] Xen 3.4.2 released
Folks, Xen 3.4.2 is the latest maintenance release in the 3.4 stable branch. There are a range of bug fixes since 3.4.1, and we recommend users to upgrade. The source repository can be downloaded from: http://xenbits.xensource.com/xen-3.4-testing.hg The release is tagged ''RELEASE-3.4.2''. Alternatively source tarballs can be downloaded from:
2009 Nov 10
17
[ANNOUNCE] Xen 3.4.2 released
Folks, Xen 3.4.2 is the latest maintenance release in the 3.4 stable branch. There are a range of bug fixes since 3.4.1, and we recommend users to upgrade. The source repository can be downloaded from: http://xenbits.xensource.com/xen-3.4-testing.hg The release is tagged ''RELEASE-3.4.2''. Alternatively source tarballs can be downloaded from:
2003 May 19
1
Boot problem HP/Compaq DL360 G3
The machine in question is a DL360 G3 R03 Xeon DP 3060-512/533 (part number: 322471-421). It's the first HP-branded model we've had so far (previously all Compaq branded). It has 1Gb of memory and a couple of drives on the on-board SCSI controller (setup for mirroring in the SCSI bios). No SMP is setup right now (doesn't get far enough to do anything with it!). In any case, this