I've updated my F16 laptop to F17 using yum.
It's working almost OK except my account has no priviledge:
- I can't try to connect to another wirelss network
- it seems pulseaudio (for example pavucontrol or the gnome control) doesn't see the sound card (as root, "alsamixer -c0" sees it; as standard user, I can only see pulseaudio)
- in the gnome settings, I can't give the root password to create a new user for example (it's locked)
- ...
It happens in gnome-shell, cinnamon and XFCE. ConsoleKit is removed.
I can see strange messages in .xsession-errors
Code:
gnome-session[1183]: WARNING: could not get pam service: No such file or directory
(gnome-settings-daemon:1355): color-plugin-WARNING **: failed to create device: GDBus.Error:org.freedesktop.ColorManager.Failed: failed to obtain org.freedesk
top.color-manager.create-device auth
(gnome-settings-daemon:1355): PackageKit-WARNING **: failed to set proxy: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._pk_5fengine_5ferror.Code3: failed to
obtain auth
(gnome-settings-daemon:1355): color-plugin-WARNING **: GDBus.Error:org.freedesktop.ColorManager.Failed: failed to obtain org.freedesktop.color-manager.create-
profile auth
(gnome-settings-daemon:1355): updates-plugin-WARNING **: failed to set proxies: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._pk_5fengine_5ferror.Code3: fai
led to obtain auth
(gnome-settings-daemon:1355): color-plugin-WARNING **: GDBus.Error:org.freedesktop.ColorManager.Failed: failed to obtain org.freedesktop.color-manager.create-
profile auth
(gnome-settings-daemon:1355): color-plugin-WARNING **: GDBus.Error:org.freedesktop.ColorManager.Failed: failed to obtain org.freedesktop.color-manager.create-
profile auth
** (nm-applet:1507): WARNING **: Failed to register as an agent: (32) Session not found
I especially wonder about the first message. Which pam file cannot be read?
I've tried to reinstall pam, create a new user, add my user to the wheel group... No success... I have also installed the Base and Gnome Desktop Env groups...
Any idea?