FS#8338 - Proxy Configuration
Attached to Project:
Pacman
Opened by Georg Grabler (STiAT) - Thursday, 18 October 2007, 10:46 GMT
Last edited by Dan McGee (toofishes) - Tuesday, 12 February 2008, 15:51 GMT
Opened by Georg Grabler (STiAT) - Thursday, 18 October 2007, 10:46 GMT
Last edited by Dan McGee (toofishes) - Tuesday, 12 February 2008, 15:51 GMT
|
Details
Hello.
I'm experiencing huge problems with pacman, since the ProxyServer option was removed. - Updating / downloading using sudo does not work anymore (since sudo does not pass the environment to the new shell anymore. Configuring this didn't work out either - i've SETENV: ALL set). - I'm using different proxies for upgrading than for usual work tasks on shell. Is there a possibility to get the ProxyServer option back in the pacman.conf, as an optional setting? I don't know exactly when it was removed - but it must have been some time ago already. Yours, Georg |
This task depends upon
Closed by Dan McGee (toofishes)
Tuesday, 12 February 2008, 15:51 GMT
Reason for closing: Works for me
Additional comments about closing: Use the new proxy options, or at least respond to feedback on your bug. Closing.
Tuesday, 12 February 2008, 15:51 GMT
Reason for closing: Works for me
Additional comments about closing: Use the new proxy options, or at least respond to feedback on your bug. Closing.
a) 'env_keep = HTTP_PROXY'
b) 'setenv' and use sudo -E
c) SETENV:ALL and use sudo -E
If you want different proxies for pacman, alias the command: alias pacmanSyu="HTTP_PROXY=xyz sudo -E pacman -Syu"
Is there a reason you can't use these options?