Jump to content

Recommended Posts

Posted (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 by Hacksawbob
Posted

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.

Posted

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?

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...