After upgrading from 11.1 to 11.2 my gnome box starts with a message box stating “Could not acquire name on session bus” directly after the (successful) login.
I’m not really sure which applications creates the message box since there is no title on the window.
As far as I can see, the everything else on the desktop is fully operational.
When investigating the problem I found some kind of recursive calls in the process table (ps -axf):
_ /usr/bin/gnome-session
| _ /usr/bin/gnome-session
| | _ /usr/bin/gnome-session
| | | _ /usr/bin/gnome-session
| | | | _ /usr/bin/gnome-session
| | | | | _ /usr/bin/gnome-session
| | | | | | _ /usr/bin/gnome-session
| | | | | | | _ /usr/bin/gnome-session
| | | | | | | | _ /usr/bin/gnome-session
| | | | | | | | | _ /usr/bin/gnome-session
| | | | | | | | | | _ /usr/bin/gnome-session
| | | | | | | | | | | _ /usr/bin/gnome-session
| | | | | | | | | | | | _ /usr/bin/gnome-session
| | | | | | | | | | | | | _ /usr/bin/gnome-session
| | | | | | | | | | | | | _ nautilus
| | | | | | | | | | | | | _ python /usr/share/system-config-printer/applet.py
| | | | | | | | | | | | | _ gpk-update-icon
| | | | | | | | | | | | _ nautilus
| | | | | | | | | | | | _ python /usr/share/system-config-printer/applet.py
| | | | | | | | | | | | _ /bin/sh /usr/bin/start-pulseaudio-x11
| | | | | | | | | | | | _ /usr/bin/pulseaudio --start
| | | | | | | | | | | _ nautilus
| | | | | | | | | | | _ python /usr/share/system-config-printer/applet.py
| | | | | | | | | | | _ /bin/sh /usr/bin/start-pulseaudio-x11
| | | | | | | | | | | _ /usr/bin/pulseaudio --start
| | | | | | | | | | | _ /usr/bin/pulseaudio --start
| | | | | | | | | | _ nautilus
| | | | | | | | | | _ python /usr/share/system-config-printer/applet.py
| | | | | | | | | _ nautilus
| | | | | | | | | _ python /usr/share/system-config-printer/applet.py
| | | | | | | | _ nautilus
| | | | | | | | _ python /usr/share/system-config-printer/applet.py
| | | | | | | _ nautilus
| | | | | | | _ python /usr/share/system-config-printer/applet.py
| | | | | | _ nautilus
| | | | | | _ python /usr/share/system-config-printer/applet.py
| | | | | _ nautilus
| | | | | _ python /usr/share/system-config-printer/applet.py
| | | | _ nautilus
| | | | _ python /usr/share/system-config-printer/applet.py
| | | _ nautilus
| | | _ python /usr/share/system-config-printer/applet.py
| | _ python /usr/share/system-config-printer/applet.py
| | _ nautilus
| _ python /usr/share/system-config-printer/applet.py
| _ nautilus
_ gnome-panel
I already crawled the dbus sources as well as the python tools above with no result.
I also noticed nautilus to continuously write the message “(nautilus:2613): GLib-WARNING **: poll(2) failed due to: Das Argument ist ungültig” to ~/.xsession-errors.
My system is running openSUSE 11.2 with the std kernel 2.6.31.8-0.1-default #1 SMP 2009-12-15 23:55:40 +0100 x86_64 GNU/Linux.
Can anyone suggest a direction for further investigation at least?