On 3/26/07, Rafa Grimán <[EMAIL PROTECTED]> wrote:
I'm trying o update an OpenSUSE 10.2 but I'm behind a proxy which requires authentication. There's no way I can get YOU to sync. I have tried defining http_proxy et al variables with and without user+password (/etc/sysconfig/) to no avail :( I know the http_proxy variables are well defined because I can browse the Internet, ftp, ping, dig, ... but YOU just won't work.I found this line: string command = "curl --verbose --proxy %1 %2 --connect-timeout %3 --url %4"; in the /usr/share/YaST2/modules/Proxy.ycp file, but I'm not sure whether this is where I'd have to add one of the --proxy-anyauth | --proxy-basic | --proxy-digest | --proxy-ntlm options. Is this where I'd have to add one of these options? More info, when I try to register my OpenSUSE I get a 56 exit code from curl (Failure in receiving network data). When I try to add a new repo I get an error stating that the source can't be reached but if I copy'n'paste the same URL in a browser ... it shows up.
That's strange, I've had this problem with older versions of SuSE, but 10.2 worked fine. I defined proxy in YaST (network services-> proxy) and it created /root/.curlrc with the line proxy-user = "user:passwrod". That's all is needed. -- Mark Goldstein -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
