Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gnome authentication not working 2.16
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
eskhool
n00b
n00b


Joined: 10 Mar 2007
Posts: 7

PostPosted: Sat Mar 10, 2007 7:30 pm    Post subject: gnome authentication not working 2.16 Reply with quote

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
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sat Mar 10, 2007 10:21 pm    Post subject: Reply with quote

gksu, gksudo, gksu-properties

package is gksu :)
Back to top
View user's profile Send private message
eskhool
n00b
n00b


Joined: 10 Mar 2007
Posts: 7

PostPosted: Wed Mar 14, 2007 4:50 am    Post subject: The entered password is invalid Reply with quote

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
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Wed Mar 14, 2007 10:44 am    Post subject: Reply with quote

check that boot-admin is working
also check that your user is in wheel group
Back to top
View user's profile Send private message
eskhool
n00b
n00b


Joined: 10 Mar 2007
Posts: 7

PostPosted: Sat Mar 24, 2007 4:56 pm    Post subject: boot-admin NOT working; user is in the wheel group though Reply with quote

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
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sat Mar 24, 2007 5:11 pm    Post subject: Reply with quote

:D, 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
View user's profile Send private message
eskhool
n00b
n00b


Joined: 10 Mar 2007
Posts: 7

PostPosted: Sat Mar 24, 2007 5:52 pm    Post subject: boot-admin gives "Entered password is invalid" Reply with quote

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
View user's profile Send private message
eskhool
n00b
n00b


Joined: 10 Mar 2007
Posts: 7

PostPosted: Tue Mar 27, 2007 3:16 pm    Post subject: Any clues anyone? Reply with quote

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
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Tue Mar 27, 2007 7:05 pm    Post subject: Reply with quote

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
View user's profile Send private message
deface
Apprentice
Apprentice


Joined: 17 Mar 2007
Posts: 205

PostPosted: Tue Mar 27, 2007 7:17 pm    Post subject: Reply with quote

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
View user's profile Send private message
overkll
Veteran
Veteran


Joined: 21 Sep 2004
Posts: 1249
Location: Austin, Texas

PostPosted: Tue Mar 27, 2007 7:27 pm    Post subject: Reply with quote

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
View user's profile Send private message
eskhool
n00b
n00b


Joined: 10 Mar 2007
Posts: 7

PostPosted: Tue Mar 27, 2007 10:46 pm    Post subject: Reply with quote

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
View user's profile Send private message
eskhool
n00b
n00b


Joined: 10 Mar 2007
Posts: 7

PostPosted: Tue Mar 27, 2007 10:54 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum