When I try to install software updates using the "Software Update" GUI, I am asked for the root password. Although, I can 'su' in a terminal, the password is not recognized as correct in the GUI prompt. I believe this is due to the user account name being different from the root account name. How can I still use the GUI then?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
AFAIK, you need to use your own password, and be in the sudoers file. Can you run "sudo su" form a terminal? If you can't, that would be an indicator that you're not in the sudoers file, hence the password rejection. Make sure you're listed in /etc/sudoers, or run man sudoers if you're not sure of the syntax. |
|||||||||||
|
sudowhen it mentionssu? Either this is aboutsudoorsu— mixing both is a sure way to get lost among wrong credentials... Please double-check you are being asked the root password. There's no reason for the "user account name" to play a role here. If you cansuin a terminal, you cansufrom a graphical application running under the same user, plain and simple as that. – njsg Apr 3 '12 at 6:45