View previous topic :: View next topic |
Author |
Message |
eskhool n00b
Joined: 10 Mar 2007 Posts: 7
|
Posted: Sat Mar 10, 2007 7:30 pm Post subject: gnome authentication not working 2.16 |
|
|
I'm at the latest in the portage tree but gnome auth is not working. What this means is that essentially the screensaver lock, launching applications as root (when it asks you for password) and network manager is not working.
I'm on Gnome 2006.1, x86
I'm not sure which emerge did this. Please let me know which files to paste in here and I will provide that information.
Thanks all, _________________ Eskhool |
|
Back to top |
|
|
krinn Watchman
Joined: 02 May 2003 Posts: 7470
|
Posted: Sat Mar 10, 2007 10:21 pm Post subject: |
|
|
gksu, gksudo, gksu-properties
package is gksu |
|
Back to top |
|
|
eskhool n00b
Joined: 10 Mar 2007 Posts: 7
|
Posted: Wed Mar 14, 2007 4:50 am Post subject: The entered password is invalid |
|
|
gksu, gksudo and gksu-properties all work fine and even launch applications. However when I access System->Administration->Boot I get a popup with the message "The entered password is invalid". _________________ Eskhool |
|
Back to top |
|
|
krinn Watchman
Joined: 02 May 2003 Posts: 7470
|
Posted: Wed Mar 14, 2007 10:44 am Post subject: |
|
|
check that boot-admin is working
also check that your user is in wheel group |
|
Back to top |
|
|
eskhool n00b
Joined: 10 Mar 2007 Posts: 7
|
Posted: Sat Mar 24, 2007 4:56 pm Post subject: boot-admin NOT working; user is in the wheel group though |
|
|
boot-admin NOT working; user is in the wheel group though
Is there a package I should remerge? revdep-rebuild does not indicate any inconsistencies...it is possible that I didn't merge some update configurations well enough...like pam- etc. etc. _________________ Eskhool |
|
Back to top |
|
|
krinn Watchman
Joined: 02 May 2003 Posts: 7470
|
Posted: Sat Mar 24, 2007 5:11 pm Post subject: |
|
|
, you're close to solve now
Code: | equery b boot-admin
[ Searching for file(s) boot-admin in *... ]
app-admin/gnome-system-tools-2.14.0 (/usr/bin/boot-admin)
app-admin/gnome-system-tools-2.14.0 (/usr/share/gnome/help/boot-admin)
app-admin/gnome-system-tools-2.14.0 (/usr/share/omf/boot-admin)
|
ps: adding that just in case you have a doubt
Code: | emerge gnome-system-tools |
|
|
Back to top |
|
|
eskhool n00b
Joined: 10 Mar 2007 Posts: 7
|
Posted: Sat Mar 24, 2007 5:52 pm Post subject: boot-admin gives "Entered password is invalid" |
|
|
I should have clarified. boot-admin launches fine but a dialog box comes up immediately saying "Entered password is invalid" although I haven't entered a password.
I did re-emerge the package but nothing has changed? _________________ Eskhool |
|
Back to top |
|
|
eskhool n00b
Joined: 10 Mar 2007 Posts: 7
|
Posted: Tue Mar 27, 2007 3:16 pm Post subject: Any clues anyone? |
|
|
I am really out of ideas, if boot-admin launches fine then why the error message which says Invalid Password without my entering any password!!! Is a pam config file corrupt or something??
Thanks in advance _________________ Eskhool |
|
Back to top |
|
|
krinn Watchman
Joined: 02 May 2003 Posts: 7470
|
Posted: Tue Mar 27, 2007 7:05 pm Post subject: |
|
|
sorry this is beyond my knowdlege...
last thing i could think of is
Code: | emerge gconf-editor | & try tweak gtksu there (might be worst to do that, but if you really wanna try) |
|
Back to top |
|
|
deface Apprentice
Joined: 17 Mar 2007 Posts: 205
|
Posted: Tue Mar 27, 2007 7:17 pm Post subject: |
|
|
Can you verify your locale & utf8 setup is correct ?
- /etc/locale.gen
en_US ISO-8859-1
en_US.UTF-8 UTF-8
Are we using any special keyboard layout? |
|
Back to top |
|
|
overkll Veteran
Joined: 21 Sep 2004 Posts: 1249 Location: Austin, Texas
|
Posted: Tue Mar 27, 2007 7:27 pm Post subject: |
|
|
I had a similar problem, but not only did the gnome-screensaver not complete authentication, anything after that was locked up. I could launch a new console with Ctl-Alt-f2, but also not get any further than asking for the username and locking up as well.
From what I could tell, scrollkeeper was the culprit. It was downgraded from 0.3.14-r2 to r1. Then it was re-upgraded back to r2 a couple of days later. The Changelog shows _NO_ indication anything was recently changed - no entry on or about March 23rd.
I deleted the scrollkeeper directory in /tmp (in fact, everything in /tmp) and upgraded to scrollkeeper-0.3.14-r2 and all is good again.
BTW, I have 2 machines - one x86 and one amd64. This only affected the amd64 box. |
|
Back to top |
|
|
eskhool n00b
Joined: 10 Mar 2007 Posts: 7
|
Posted: Tue Mar 27, 2007 10:46 pm Post subject: |
|
|
locale setup is correct as given below.
I use the dvorak layout (although my keyboard itself is not) but that has worked correctly and flawlessly for me so far.
deface wrote: | Can you verify your locale & utf8 setup is correct ?
- /etc/locale.gen
en_US ISO-8859-1
en_US.UTF-8 UTF-8
Are we using any special keyboard layout? |
_________________ Eskhool |
|
Back to top |
|
|
eskhool n00b
Joined: 10 Mar 2007 Posts: 7
|
Posted: Tue Mar 27, 2007 10:54 pm Post subject: |
|
|
I'm on x86 and although I do have a very similar downgrade being suggested by portage, this problem was probably seen before the downgrade.
overkll wrote: | I had a similar problem, but not only did the gnome-screensaver not complete authentication, anything after that was locked up. I could launch a new console with Ctl-Alt-f2, but also not get any further than asking for the username and locking up as well.
From what I could tell, scrollkeeper was the culprit. It was downgraded from 0.3.14-r2 to r1. Then it was re-upgraded back to r2 a couple of days later. The Changelog shows _NO_ indication anything was recently changed - no entry on or about March 23rd.
I deleted the scrollkeeper directory in /tmp (in fact, everything in /tmp) and upgraded to scrollkeeper-0.3.14-r2 and all is good again.
BTW, I have 2 machines - one x86 and one amd64. This only affected the amd64 box. |
_________________ Eskhool |
|
Back to top |
|
|
|