We use a proxy server at campus, and I set up ubuntu to use the same. Now when i get back home, I unset the proxy from GUI. The browser works fine. apt-get seems to work, and ubuntu software center does too. The problem is with wget and axel (the ones I noticed). They seem to be still using the proxy. I will include a snapshot:
nabeen@nabeen-Aspire-4738Z:~/Downloads$ axel http://docs.python.org/archives/python-2.7.3-docs-html.tar.bz2 Initializing download: http://docs.python.org/archives/python-2.7.3-docs-html.tar.bz2 Unable to connect to server 202.70.91.13:8080 The one thing i tried to solve this issue was 'env -u http_proxy', But env|grep proxy has the output unchanged: nabeen@nabeen-Aspire-4738Z:~/Downloads$ env |grep proxy http_proxy=http://202.70.91.13:8080/ ftp_proxy=ftp://202.70.91.13:8080/ https_proxy=https://202.70.91.13:8080/ I am sure there must be a way to fix this. Anyone mind giving me a hand? -- FOSS Nepal mailing list: [email protected] http://groups.google.com/group/foss-nepal To unsubscribe, e-mail: [email protected] Mailing List Guidelines: http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines Community website: http://www.fossnepal.org/
