Results 1 to 7 of 7

Thread: Update manager doesn't ask for password

  1. #1
    Join Date
    Mar 2010
    Location
    England
    Beans
    178
    Distro
    Xubuntu 12.04 Precise Pangolin

    Update manager doesn't ask for password

    I've just started using the XFCE desktop on 12.04 and am finding that the update manager isn't asking me for a password for the updates. This seems like a security weakness - is there any way of correcting it?

    Susan
    Pentium 4, 2.4 GHz 1.5GB RAM
    Xubuntu 12.04
    Computers are my mid-life crisis - it could have been worse!

  2. #2
    Join Date
    Jun 2011
    Location
    United Kingdom
    Beans
    Hidden!
    Distro
    Lubuntu Development Release

    Re: Update manager doesn't ask for password

    Update manager by default doesn't ask for sudo password unless you're installing/removing, rather than updating software. I think there's some dbus(?) cleverness going on there to make that happen. Something to do with Windows users and the updater being automatic?

    Anyway, if you want to need to use the root password, you can either use synaptic, or the command-line bindings:

    Code:
    sudo apt-get update; sudo apt-get upgrade
    Last edited by MG&TL; June 13th, 2012 at 03:16 PM.

  3. #3
    Join Date
    Jun 2012
    Location
    /home/afixane
    Beans
    104
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Update manager doesn't ask for password

    Yeah, that happen to me, to

    anyway, just write this on your terminal
    Code:
    sudo apt-get upgrade

  4. #4
    Join Date
    Jun 2011
    Location
    United Kingdom
    Beans
    Hidden!
    Distro
    Lubuntu Development Release

    Re: Update manager doesn't ask for password

    Quote Originally Posted by afixane View Post
    Yeah, that happen to me, to

    anyway, just write this on your terminal
    Code:
    sudo apt-get upgrade
    You'll want to prepend:

    Code:
    sudo apt-get update
    to check for any updates available on the server first.

  5. #5
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: Update manager doesn't ask for password

    Quote Originally Posted by s1wood View Post
    I've just started using the XFCE desktop on 12.04 and am finding that the update manager isn't asking me for a password for the updates. This seems like a security weakness - is there any way of correcting it?

    Susan
    This is perfectly normal. This change happened a couple of releases back. The argument being why ask for a password if it's updating software that is is already installed.

    If however a new kernel is being installed, for example ,then it will prompt for a password.

  6. #6
    Join Date
    May 2007
    Beans
    18
    Distro
    Lubuntu

    Re: Update manager doesn't ask for password

    I'm having a similar but different problem.

    Update Manager doesn't ask for a password but then doesn't update anything after I click Install Updates!

    I have to open a terminal and run
    Code:
    sudo update-manager
    Then it works... have I done something wrong to cause this?

  7. #7
    Join Date
    Sep 2009
    Beans
    11

    Re: Update manager doesn't ask for password

    Quote Originally Posted by steveferson View Post
    I'm having a similar but different problem.

    Update Manager doesn't ask for a password but then doesn't update anything after I click Install Updates!

    I have to open a terminal and run
    Code:
    sudo update-manager
    Then it works... have I done something wrong to cause this?
    Bump... Same problem here. Running update manager from GUI and then checking or installing updates makes the program freeze. Running from terminal with
    Code:
    sudo update-manager
    and it works without problem. Running from GUI in Cinnamon, Unity and Gnome Classic in the same computer it works too (I'm still trying desktops to replace Gnome 2, so far XFCE seems to be the best choice)

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
  •