Results 1 to 5 of 5

Thread: unable to run update manager through proxy

  1. #1
    Join Date
    Feb 2009
    Beans
    63
    Distro
    Ubuntu 10.04 Lucid Lynx

    Red face unable to run update manager through proxy




    I am trying to run apt get update from my institution, connected to internet via proxy.
    I have set the proxy settings for firefox browser and so internet is working fine.

    But while I am trying to run apt-get from terminal, system is not able to access internet....!!!!!

    I have already tried the following:

    I sourced the proxyrc file, entered new proxy address and set password.

    even after this, the sytem seems to connect to a different server..!!!

    So I am unable to update my packages.....Anyone please help me...

    Thanks

  2. #2
    Join Date
    Jul 2008
    Beans
    494

    Re: unable to run update manager through proxy

    add the proxy details in synaptic, in settings>preferences>network.

    Then update via system>administration>update manager.

  3. #3
    Join Date
    Feb 2009
    Beans
    63
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: unable to run update manager through proxy

    I tried that....But still it is not working..!!!


    Here is the problem....even if I set up the proxy there,
    when the command is running, it seems to be trying to connect to another one....

    eg: I have set up proxy at RRI proxy1
    but while update is running in command prompt,
    it is showing 'connecting to vit.@proxy1' I dont know what vit. is..!!!

  4. #4
    Join Date
    Jun 2009
    Location
    UK
    Beans
    57
    Distro
    Kubuntu Karmic Koala (testing)

    Re: unable to run update manager through proxy

    Code:
    export http_proxy="http://server:port"
    
    aptitude update
    Or put the following in /etc/apt/apt.conf

    Code:
    Acquire::http::Proxy "http://server:port/";

  5. #5
    Join Date
    Feb 2007
    Location
    American Gardens Bldg
    Beans
    60
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: unable to run update manager through proxy

    Quote Originally Posted by keplerspeed View Post
    add the proxy details in synaptic, in settings>preferences>network.

    Then update via system>administration>update manager.
    Thanks for this post, I was having the same issue and this fixed it!
    I have to return some videotapes..

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
  •