Gentoo Archives: gentoo-user

From: Adam Carter <Adam.Carter@×××××××××.au>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: RE: [gentoo-user]
Date: Tue, 24 Mar 2009 23:44:10
Message-Id: 5602B0BD6D59AE4791BE83104940118DA4D119AE@excprdmbxw002.optus.com.au
In Reply to: Re: [gentoo-user] by Mark Knecht
1 > May just be a coincidence. I'm seeing this on my wife's machine after
2 > an update to Gnome-2.24.x from 2.22.x. No changes in disk drives here.
3 >
4 > If you're not against starting from a new desktop then try making a
5 > new user and seeing if that new user has the same problem. If it
6 > doesn't then try erasing (or moving) all the .gnome directories and
7 > possibly you'll be able to clean it up that way.
8
9 +1. Same thing here, updated to 2.24 and the settings daemon dies, then X. I tried startx as root after rm -fr /root/.gno* and the settings daemon dies but X lives (used root because I don't want to kill my user setup unless its really required.. Prob should have just created a new user for that...meh)
10
11 /usr/libexec/gnome-settings-daemon --debug prints nothing
12
13 strace /usr/libexec/gnome-settings-daemon looks ok until
14
15 access("/usr/bin/bug-buddy", X_OK) = 0
16 getuid32() = 0
17 stat64("/usr/bin/bug-buddy", {st_mode=S_IFREG|0755, st_size=63932, ...}) = 0
18 stat64("/usr/bin/bug-buddy", {st_mode=S_IFREG|0755, st_size=63932, ...}) = 0
19 mmap2(NULL, 1052672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7316000
20 rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0
21 rt_sigaction(SIGSEGV, {0xb7f7b590, [], 0}, NULL, 8) = 0
22 rt_sigaction(SIGABRT, NULL, {SIG_DFL, [], 0}, 8) = 0
23 rt_sigaction(SIGABRT, {0xb7f7b590, [], 0}, NULL, 8) = 0
24 rt_sigaction(SIGTRAP, NULL, {SIG_DFL, [], 0}, 8) = 0
25 rt_sigaction(SIGTRAP, {0xb7f7b590, [], 0}, NULL, 8) = 0
26 rt_sigaction(SIGFPE, NULL, {SIG_DFL, [], 0}, 8) = 0
27 rt_sigaction(SIGFPE, {0xb7f7b590, [], 0}, NULL, 8) = 0
28 rt_sigaction(SIGBUS, NULL, {SIG_DFL, [], 0}, 8) = 0
29 rt_sigaction(SIGBUS, {0xb7f7b590, [], 0}, NULL, 8) = 0
30 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7594708) = 15813
31 exit_group(0) = ?
32
33 Any ideas? Already done a revdep-rebuild.

Replies

Subject Author
Re: [gentoo-user] Alejandro <apinoo@×××××.com>