Results 1 to 7 of 7

Thread: update manager not responding

  1. #1
    Join Date
    Nov 2009
    Beans
    42

    update manager not responding

    hi, i tried running update manager and got no response. when i typed in terminal sudo update manager i get sudo: update: command not found
    . any ideas?

  2. #2
    Join Date
    Aug 2009
    Location
    Under the stairs.
    Beans
    1,408
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: update manager not responding

    That's because it would be..
    Code:
    sudo update-manager
    also have you tried to update/upgrade in the terminal?

    Code:
    sudo apt-get update
    Code:
    sudo apt-get upgrade

  3. #3
    Join Date
    Nov 2009
    Beans
    42

    Re: update manager not responding

    this is what i get when i write sudo update-manager

    (process:8662): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    Traceback (most recent call last):
    File "/usr/bin/update-manager", line 107, in <module>
    app = UpdateManager(data_dir, options)
    File "/usr/lib/python2.6/dist-packages/UpdateManager/UpdateManager.py", line 119, in __init__
    logging.exception("setlocale failed")
    NameError: global name 'logging' is not defined

  4. #4
    Join Date
    Aug 2009
    Location
    Under the stairs.
    Beans
    1,408
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: update manager not responding

    I don't use it...I deleted the whole thing as it was getting in the way. Maybe try purging it and then re-installing.

  5. #5
    Join Date
    Nov 2009
    Beans
    42

    Re: update manager not responding

    thanks but i think the problem is in a missing file when i upgrade on terminal i keep on getting:

    perl: warning: Falling back to the standard locale ("C").
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
    locale: Cannot set LC_ALL to default locale: No such file or directory
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LANG = "en_US.UTF-8"
    are supported and installed on your system.

  6. #6
    Join Date
    Nov 2009
    Beans
    42

    Re: update manager not responding

    any ideas?

  7. #7
    Join Date
    Jan 2010
    Beans
    1

    Re: update manager not responding

    I had the same problem after upgrading to Karmic (when I changed system language).
    I found that this error has to do with missing language packages.

    See what gives sudo dpkg-reconfigure locales .

    May be you are using a language which is not installed. You can get language packages via "sudo apt-get install --reinstall language-pack-en". The other possibility would be to change your labguage via "export LANG=en_GB" or " (for english, for example). May be you have to fiddle around with utf8 - there are lang-Packages called en_US.utf8 and without, dependign on your configuration.
    This should also work via Ubuntu menus System -> Admin -> Language support.

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
  •