PDA

View Full Version : Start, Restart Errors


jonathan47
28th March 2010, 10:40 PM
I have Fedora 13 (Gnome), with current updates applied. Am using Nouveau with Nvidia card. I'd appreciate any help with either of the following issues.

When I boot into kernel 2.6.33.1-19, the start process often stalls (unless I use Esc to exit the Fedora boot splash).

After a successful boot, upon rebooting I see the message "error: unexpectedly disconnected from boot status daemon" when the system shuts down.

My .xsession-errors file shows the following:

pam: gdm-password[1591]: DEBUG(+): Copying user dmrc file to cache
pam: gdm-password[1591]: DEBUG(+): Checking if /home/jonathan/.dmrc should be copied to cache /var/cache/gdm/jonathan/dmrc
pam: gdm-password[1591]: DEBUG(+): Copy successful
pam: gdm-password[1591]: DEBUG(+): Copying user face file to cache
pam: gdm-password[1591]: DEBUG(+): Checking if /home/jonathan/.face should be copied to cache /var/cache/gdm/jonathan/face
pam: gdm-password[1591]: DEBUG(+): File does not exist
pam: gdm-password[1591]: DEBUG(+): Not copying file /home/jonathan/.face to cache
pam: gdm-password[1591]: DEBUG(+): Checking if /home/jonathan/.face.icon should be copied to cache /var/cache/gdm/jonathan/face
pam: gdm-password[1591]: DEBUG(+): File does not exist
pam: gdm-password[1591]: DEBUG(+): Not copying file /home/jonathan/.face.icon to cache
pam: gdm-password[1591]: DEBUG(+): Checking user's ~/.gnome/gdm file
pam: gdm-password[1591]: DEBUG(+): File does not exist
GNOME_KEYRING_CONTROL=/tmp/keyring-OEFRTG
GNOME_KEYRING_CONTROL=/tmp/keyring-OEFRTG
GNOME_KEYRING_CONTROL=/tmp/keyring-OEFRTG
SSH_AUTH_SOCK=/tmp/keyring-OEFRTG/ssh
Failed to play sound: File or data not found

(polkit-gnome-authentication-agent-1:1754): GLib-GObject-WARNING **: cannot register existing type `_PolkitError'

(polkit-gnome-authentication-agent-1:1754): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
Initializing nautilus-gdu extension

(nautilus:1702): GdkPixbuf-CRITICAL **: gdk_pixbuf_format_get_name: assertion `format != NULL' failed

RahulSundaram
28th March 2010, 11:14 PM
Hi,

Seems a bunch of harmless warnings to me.

dd_wizard
28th March 2010, 11:22 PM

(polkit-gnome-authentication-agent-1:1754): GLib-GObject-WARNING **: cannot register existing type `_PolkitError'

(polkit-gnome-authentication-agent-1:1754): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
Initializing nautilus-gdu extension

I reported those two messages against F12 in bug #554196 (https://bugzilla.redhat.com/show_bug.cgi?id=554196). It's known to upstream, and supposedly easy to fix. But I see it's still around in F13. :confused:

dd_wizard

AdamW
1st April 2010, 10:11 PM
Hang during boot sounds like https://bugzilla.redhat.com/show_bug.cgi?id=577789 , which you got if you have an unfortunate combination of plymouth and gdm packages. Update to gdm-2.29.92-6.fc13 or later and you should be OK.

jonathan47
2nd April 2010, 06:08 AM
Hang during boot sounds like https://bugzilla.redhat.com/show_bug.cgi?id=577789 , which you got if you have an unfortunate combination of plymouth and gdm packages. Update to gdm-2.29.92-6.fc13 or later and you should be OK.

That update worked for me. I now get past the splash screen without using Esc. Thank you.