2010/3/10 Ryan Parrish <[email protected]>: > > On Mar 9, 2010, at 5:18 PM, Services wrote: > >> Hello, >> >> I did a re-install and was able to get 8.04.4 installed and all seemed >> okay. After the installation was complete I typed the following: >> >> sudo apt-get update && sudo apt-get upgrade and recieved the following: >> >> Err http://security.ubuntu.com hardy-security Release.gpg >> >> Could not connect to security.ubuntu.com:80 (91.189.88.31), connection >> timed out [IP: 91.189.88.31 80] >> >> Err http://security.ubuntu.com hardy-security/main Translation-en_US >> >> Unable to connect to security.ubuntu.com http: [IP: 91.189.88.31 80] >> > > <snip> > > Can you access http://us.archive.ubuntu.com/ just in your web browser? It > should respond with a "Index of /" page. > You wouldn't happen to have any kind of standard (i.e. you have to setup the > proxy settings on your computer) or transparent proxy on your network would > you? This is acting like some kind of proxy server somewhere messing things > up. > >
Are you behind a proxy server? try to export this env variables: # export HTTP_PROXY="http://ip_proxy:port" # export FTP_PROXY="http://ip_proxy:port" -- Jorge Dardón Galicia ------------------------------ www.elblogdeljorge.com www.xelalug.org -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
