Results 1 to 5 of 5

Thread: synaptic package manager wont accept my user (that is sudo authorized) password :(

  1. #1
    Join Date
    May 2007
    Beans
    Hidden!

    Question synaptic package manager wont accept my user (that is sudo authorized) password :(

    in Ubuntu synaptic wont accept my user that has administrative privileges password (can sudo) password, and i'm sure i've typed it correctly many many times. i can however, use sudo apt-get update and sudo apt-get install/upgrade. any ideas how i can adjust synaptic ?

  2. #2
    Join Date
    Jun 2008
    Beans
    381

    Re: synaptic package manager wont accept my user (that is sudo authorized) password :

    It doesn't make too much sense... you are typing the same password into the password box that comes up from synaptic as you are when you "sudo apt-get" from the commandline? And the commandline works?

    Try "gksu gedit" - that should pop up the exact same password box as what synaptic pops up, and see if it works.

    Also, check your sudoers file. I think it's located at /etc/sudoers, but that might be way off - not on Ubuntu now and can't check. You might want to post the contents of that file, but make sure you eliminate anything in there that might be considered identifiable (I don't think there's anything too dangerous in there - just your username, but it doesn't hurt to check).

  3. #3
    Join Date
    Apr 2006
    Location
    Fresno CA
    Beans
    2,790
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: synaptic package manager wont accept my user (that is sudo authorized) password :

    I assume by administrative privlidges you mean member of the "admin" user group. The user created during install is automatically a member of "admin". All other users must be manually added.
    Thank a veteran -- George 8)
    Internet Coach & Writer
    Personal Blog -- 3 Joes' Blog

  4. #4
    Join Date
    Jan 2009
    Beans
    128

    Re: synaptic package manager wont accept my user (that is sudo authorized) password :

    I was going to suggest the "wheel" group... however on my Ubuntu 8.04 install I don't seem to have a wheel group in /etc/group... was this renamed to "admin" group?
    "In theory there is no difference between theory and practice. But, in practice, there is." --Yogi Berra

  5. #5
    Join Date
    Jun 2008
    Beans
    381

    Re: synaptic package manager wont accept my user (that is sudo authorized) password :

    Quote Originally Posted by electrogeist View Post
    I was going to suggest the "wheel" group... however on my Ubuntu 8.04 install I don't seem to have a wheel group in /etc/group... was this renamed to "admin" group?
    Yeah, I think that's right. But if he's not part of the admin group, then he shouldn't be able to "sudo apt-get" either... That's why I'd like to see his sudoers file.

    Also, if you can list the permissions on sudo, gksudo, and gksu, that might help as well.

    Do "whereis gksu", etc., I'm guessing they're in /usr/bin, but I've never looked for them, so I don't know for sure. Then do "ls -l /usr/bin/gksu" or wherever the actual location of them is. If you can post your sudoers file and the output of "ls -l" for all 3 files, maybe it will shed some light on your problem?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •