Hacksawbob Posted May 13, 2009 Posted May 13, 2009 (edited) I have made sure the system proxy is correct and applied sytem wide I can browse www fine, writing this with it, but the package install fails here is the error as part of a adobe flash installation: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/main/c/curl/libcurl3_7.18.2-8ubuntu4_i386.deb Could not connect to isa.proxy.IP.Address:8080 (isa.proxy.IP.Address), connection timed out Now i can browse to the above without issue, really making life awkward in Linux land. the system update gives this Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/jaunty/main/binary-i386/Packages 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. ) Edited May 13, 2009 by Hacksawbob
Batman Posted May 13, 2009 Posted May 13, 2009 Are you able to download some but not all packages, or is this a blanket "computer says no"? I had a similar problem with our EMBC proxy when installing Ubuntu updates, I used to have to let it download half the updates and install those despite the rest failing and then run update manager again.
mikeglover Posted May 13, 2009 Posted May 13, 2009 sounds like your proxy server requires a username and password to authenticate. Is this correct? If so, in System>Preferences>Network Proxy have you typed in the username and password in the Details button next to Port: 8080?
Hacksawbob Posted May 13, 2009 Author Posted May 13, 2009 Hi Yes I have set the system wide proxy details, It is a blanket computer says no to all packages.
tmbenson Posted May 20, 2009 Posted May 20, 2009 Hi, Have you attempted to export the proxy from the .bashrc file including the credentials? try in terminal: gksudo gedit /etc/apt/bashrc Once the file has loaded go to the bottom and add the following: export http_proxy=http://username:mypassword@proxyaddress:myport export ftp_proxy=http://username:mypassword@proxyaddress:myport hope this helps. Tom
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now