I upgraded a plethora of packages, sadly one of them now prevents XMMS and Urban Terror from even starting. Can anyone guess which one(s) would be the most likely that I could try rolling back? Everything was working just fine prior to applying these updates and rebooting this morning.
I will note I have one update, SDL, blacklisted because of this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=489075
Audacious does start and play music so it's not a total soundsystem failure.
UrT startup error:
Code:
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
QKEY found.
----- Client Initialization Complete -----
----- R_Init -----
...loading libGL.so.1:
Calling SDL_Init(SDL_INIT_VIDEO)...
XMMS startup error (strace) - this one is harder to paste succinctly, but it looks like it starts with:
Code:
socket(PF_FILE, SOCK_STREAM, 0) = 3
connect(3, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"...}, 20) = 0
...
open("/var/run/gdm/auth-for-XXXX-xVHOLf/database", O_RDONLY) = 4
...then does a bunch of reading and writing between these two, eventually stalling on:
Code:
select(4, [3], [3], NULL, NULL) = 1 (out [3])
writev(3, [{"\30\1\6\0\2\0\300\2i\1\0\0f\1\0\0f\1\0\0\0\0\0\0"..., 24}], 1) = 24
select(4, [3], [], NULL, NULL^C <unfinished ...>
The updates which were applied:
Code:
Mar 27 08:11:45 Updated: libX11-1.1.5-1.fc10.i386
Mar 27 08:11:46 Updated: libselinux-2.0.78-1.fc10.i386
Mar 27 08:11:52 Updated: gtk2-2.14.7-7.fc10.i386
Mar 27 08:11:53 Updated: 1:NetworkManager-glib-0.7.0.99-4.git20090324.fc10.i386
Mar 27 08:11:55 Updated: ffmpeg-libs-0.4.9-0.55.20080908.fc10.i386
Mar 27 08:11:55 Updated: lcms-libs-1.18-1.fc10.i386
Mar 27 08:11:56 Updated: 32:bind-libs-9.5.1-2.P2.fc10.i386
Mar 27 08:12:02 Updated: libX11-devel-1.1.5-1.fc10.i386
Mar 27 08:12:08 Updated: tzdata-2009d-1.fc10.noarch
Mar 27 08:12:33 Updated: selinux-policy-3.5.13-49.fc10.noarch
Mar 27 08:13:21 Updated: selinux-policy-targeted-3.5.13-49.fc10.noarch
Mar 27 08:13:30 Updated: thunderbird-2.0.0.21-1.fc10.i386
Mar 27 08:13:32 Updated: libselinux-devel-2.0.78-1.fc10.i386
Mar 27 08:13:34 Updated: compiz-fusion-0.7.8-4.fc10.i386
Mar 27 08:13:35 Updated: libical-0.43-4.fc10.i386
Mar 27 08:13:38 Updated: 1:NetworkManager-0.7.0.99-4.git20090324.fc10.i386
Mar 27 08:13:39 Updated: httpd-tools-2.2.11-2.fc10.i386
Mar 27 08:13:44 Updated: ghostscript-8.63-5.fc10.i386
Mar 27 08:13:44 Installed: apr-util-ldap-1.3.4-1.fc10.i386
Mar 27 08:13:45 Updated: libmtp-0.3.7-1.fc10.i386
Mar 27 08:13:46 Updated: mysql-libs-5.0.77-1.fc10.i386
Mar 27 08:13:47 Updated: postgresql-libs-8.3.7-1.fc10.i386
Mar 27 08:14:05 Updated: nautilus-sendto-1.1.2-1.fc10.i386
Mar 27 08:14:07 Updated: ffmpeg-0.4.9-0.55.20080908.fc10.i386
Mar 27 08:14:07 Updated: lcms-1.18-1.fc10.i386
Mar 27 08:14:21 Updated: compiz-fusion-gnome-0.7.8-4.fc10.i386
Mar 27 08:14:23 Updated: gzip-1.3.12-8.fc10.i386
Mar 27 08:14:33 Updated: gtk2-devel-2.14.7-7.fc10.i386
Mar 27 08:14:34 Updated: 32:bind-utils-9.5.1-2.P2.fc10.i386
Mar 27 08:14:34 Updated: libselinux-python-2.0.78-1.fc10.i386
Mar 27 08:14:35 Updated: xorg-x11-drv-vesa-2.2.0-3.fc10.i386
Mar 27 08:14:38 Updated: httpd-2.2.11-2.fc10.i386
Mar 27 08:14:40 Updated: 1:NetworkManager-gnome-0.7.0.99-4.git20090324.fc10.i386
Mar 27 08:14:41 Updated: libselinux-utils-2.0.78-1.fc10.i386
Which one of those updates seems like the most likely candidate for breaking my system, any clues? My gut instinct is that it might be
libX11? Could the GTK2 update cause a problem like this?
Thanks.