|
I am running OpenSUSE 10.3 (x86_64) on one of my comptuers. It has problems running autoupdate because my computer is on a network that requires proxy authentication to access the outside world. I had posted a workaround on the Novell OpenSUSE Bugzilla before that fixed this problem earlier. But this workaround alone did not help this time around. You need another workaround too to make Zypper (YAST autoupdate) work. Read on.
In my previous post on Novell Bugzilla (Bug# 227511) , I had posted that you need to edit the /root/.curlrc like this to make Zypper work The post is reproduced here in its entirety:
However, this alone doesn't work anymore on my network.
Here's one more workaround to fix the issue:
Edit the file /etc/sysconfig/proxy
Find the lines HTTP_PROXY, HTTPS_PROXY and FTP_PROXY, and add the authentication information in the proxy URL. That is, change
HTTP_PROXY="http://proxy.example.com:8080"
to
HTTP_PROXY="http://username:
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
:8080"
Do the same for lines starting with HTTS_PROXY and FTP_PROXY.
You may need to do both the above workaround (edit both /root/.curlrc and /etc/sysconfig/proxy) to make Zypper work. Hope this helps.
|