Getting fatal server on X after todays rawhide updates.
Booted updated had running xchat + firefox started virt-manager loaded an virtual image X crashed not been able to start X since. ( guess it was the updates since I had not logout and back in )
Backtrace:
0: /usr/bin/Xorg(xf86SigHandler+0x65) [0x492fc5] 1: /lib64/libc.so.6 [0x3806632f80] 2: /usr/lib64/xorg/modules/extensions//libglx.so [0xbe0939] 3: /usr/lib64/xorg/modules/extensions//libglx.so(GlxExtensionInit + 0x132) [0xbe02d2] 4: /usr/bin/Xorg(InitExtensions+0x8a) [0x4a1bca] 5: /usr/bin/Xorg(main+0x2b0) [0x42c6b0] 6: /lib64/libc.so.6(__libc_start_main+0xfa) [0x380661e40a] 7: /usr/bin/Xorg(FontFileCompleteXLFD+0x281) [0x42bc39]
Fatal server error: Caught signal 11. Server aborting.
Best regards. Johann B.
Jóhann B. Guðmundsson wrote:
Getting fatal server on X after todays rawhide updates.
<snip>
Went back one version of x server and mesa to fix problem for me. Got them from koji. Don't know which caused the problem.
On Wed, 2008-04-02 at 11:12 -0400, Clyde E. Kunkel wrote:
Jóhann B. Guðmundsson wrote:
Getting fatal server on X after todays rawhide updates.
<snip>
Went back one version of x server and mesa to fix problem for me. Got them from koji. Don't know which caused the problem.
Server bug. Should be mostly fixed in -16, my spies tell me.
- ajax
Jóhann B. Guðmundsson wrote:
Getting fatal server on X after todays rawhide updates.
Booted updated had running xchat + firefox started virt-manager loaded an virtual image X crashed not been able to start X since. ( guess it was the updates since I had not logout and back in )
Backtrace:
0: /usr/bin/Xorg(xf86SigHandler+0x65) [0x492fc5] 1: /lib64/libc.so.6 [0x3806632f80] 2: /usr/lib64/xorg/modules/extensions//libglx.so [0xbe0939] 3: /usr/lib64/xorg/modules/extensions//libglx.so(GlxExtensionInit + 0x132) [0xbe02d2] 4: /usr/bin/Xorg(InitExtensions+0x8a) [0x4a1bca] 5: /usr/bin/Xorg(main+0x2b0) [0x42c6b0] 6: /lib64/libc.so.6(__libc_start_main+0xfa) [0x380661e40a] 7: /usr/bin/Xorg(FontFileCompleteXLFD+0x281) [0x42bc39]
Fatal server error: Caught signal 11. Server aborting.
Best regards. Johann B.
Got my hands on the
http://koji.fedoraproject.org/packages/xorg-x11-server/1.4.99.901/16.2008040...
Ran..
rpmbuild --rebuild xorg-x11-server-1.4.99.901-16.20080401.fc9.src.rpm
Then did..
rpm -Uhv --replacefiles ---replacepkgs xorg-x11-server-*
Back in X again..
I had previously tried reverting mesa and xorg-server but that did not work for me..
It would be good those who are reverting to mention which package/build you used..
Best regards Johann B.
On Wed, 2008-04-02 at 18:29 +0000, "Jóhann B. Guðmundsson" wrote:
Got my hands on the
http://koji.fedoraproject.org/packages/xorg-x11-server/1.4.99.901/16.2008040...
Ran..
rpmbuild --rebuild xorg-x11-server-1.4.99.901-16.20080401.fc9.src.rpm
Then did..
rpm -Uhv --replacefiles ---replacepkgs xorg-x11-server-*
Back in X again..
That seems like a lot of work when you could just do:
% koji download-build --arch=`uname -i` xorg-x11-server-1.4.99.901-16.20080401.fc9 % rpm -Uvh xorg-x11-server-*
- ajax
Adam Jackson wrote:
On Wed, 2008-04-02 at 18:29 +0000, "Jóhann B. Guðmundsson" wrote:
Got my hands on the
http://koji.fedoraproject.org/packages/xorg-x11-server/1.4.99.901/16.2008040...
Ran..
rpmbuild --rebuild xorg-x11-server-1.4.99.901-16.20080401.fc9.src.rpm
Then did..
rpm -Uhv --replacefiles ---replacepkgs xorg-x11-server-*
Back in X again..
That seems like a lot of work when you could just do:
% koji download-build --arch=`uname -i` xorg-x11-server-1.4.99.901-16.20080401.fc9 % rpm -Uvh xorg-x11-server-*
- ajax
Thanks for that ajax
To be honest I had no idea that this was possible..
For those testers that are unaware about this *feature* like me do yum -y install koji and your in..
Best regards. Johann B.