-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Jim Perrin Sent: Friday, March 23, 2007 11:13 AM To: CentOS mailing list Subject: Re: [CentOS] Problems with screensavers / X config
Well, on the nvidia site where you grabbed the driver software, they have a README file which is quite thorough.....
http://us.download.nvidia.com/XFree86/Linux-x86/1.0-9755/README/chapter-03-s...
This is fairly thorough, but it doesn't solve the problem - the driver is nvidia, it is loaded per lsmod, and one of the modules is glx, but dri and GLcore are not.
So this does not appear to be the problem - I am running the 3D drivers.
Foo.
Here's the problem. We perform full tar backups of our CentOS 4/5 machines in real-time at regular intervals. And when a disaster happens, we are able to restore those backups onto virgin filesystems, make the /dev/null, /dev/zero and /dev/console devices .. and boot the machine.
This has worked well on standalone systems, and also on Xen 3.0.3 guests on CentOS 4.4 machines, where each guest filesystem resides on regular (Xen-host) real filesystem.
But there's no way we've been able to make it work for CentOS 5 Beta guests on CentOS 5 Beta Xen hosts, where each guest disk resides in a file.
The strategy goes something like:
* losetup -o 32256 /dev/loop0 /XenGuests/Guest1 * mkfs -t ext3 /dev/loop0 * mount -t ext3 /dev/loop0 /mnt * cd /mnt && tar xjpf /tmp/Guest1.tbz * for i in console null zero; do /sbin/MAKEDEV -d /mnt -x $i; done * cd /tmp; umount /srv/vm1; losetup -d /dev/loop0 * xm create -c Guest1
And it always gets most of the way through .. then the guest dies.
Ideas anyone .. please?
On Fri, 23 Mar 2007 at 11:38pm, Mark Hull-Richter wrote
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Jim Perrin Sent: Friday, March 23, 2007 11:13 AM To: CentOS mailing list Subject: Re: [CentOS] Problems with screensavers / X config
Well, on the nvidia site where you grabbed the driver software, they have a README file which is quite thorough.....
http://us.download.nvidia.com/XFree86/Linux-x86/1.0-9755/README/chapter-03-s...
This is fairly thorough, but it doesn't solve the problem - the driver is nvidia, it is loaded per lsmod, and one of the modules is glx, but dri and GLcore are not.
So this does not appear to be the problem - I am running the 3D drivers.
Then let's have a look at your xorg.conf and your Xorg.0.log.