Closed seberm closed 3 years ago
/usr/bin/env ALL_PROXY=http://127.0.0.1:8082 /usr/bin/curl ...
might help
@marmarek thank you. Is anything more needed from my side? I have created a pull request:
This no longer seems to be an issue (pacman 5.2.2).
Closing this as resolved. If you believe the issue is not yet resolved, or if anyone is still affected by this issue, please leave a comment, and we'll be happy to reopen this. Thank you.
Qubes OS version R4.0
Affected component(s) or functionality qubes-core-agent-linux (https://github.com/QubesOS/qubes-core-agent-linux/blob/master/network/update-proxy-configs#L126)
Brief summary It seems that starting from the pacman v5.2.0 started problems with package installation/update from the templateVM.
To Reproduce
Additional context I think the problem is caused due to run XferCommand via exec change in pacman:
This means that we can no longer use environment variables and output redirection in
XferCommand
in/etc/pacman.d/01-qubes-proxy.conf
:Solutions you've tried My current workaround is to change the
XferCommand
option value to:After that I just set the
ALL_PROXY
variable explicitly when using the pacman: