-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment variable http_proxy no longer honored (since switch to daemon mode) #208
Comments
This is because the I suppose the client command should pass that over to the daemon, since many users will expect their In the meantime you can set a |
PackageKit does the daemon passing now, might look at that. That said I think the config file solution is what we should push people towards. |
I explored this a bit today. The Recommend closing unless someone has another suggestion. |
Yeah...it's a bit unfortunate in that it used to work. But on the other hand, with the switch to systemd, administrators have got to get used to their shell's environment not propagating into daemons. So...closing, but without prejudice. If someone came along and wanted to make this work, I'd say we should take a patch. |
Here's a way to configure this:
(Or on newer systemd versions, you can use Then do |
Yep, thank you for documenting that approach! I hope you don't mind but I edited your comment to use Markdown and to be an easily copy-pastable set of commands. |
Hi,
i'm using rpm-ostree version 2015.11 (used in fc23 atomic project) and when i try to upgrade the host i have:
bash-4.3# rpm-ostree upgrade Updating from: fedora-atomic:fedora-atomic/f23/x86_64/docker-host error: Error resolving 'dl.fedoraproject.org': Name or service not known
so the rpm-ostree didn't use the http_proxy environment variable i have exported just before calling the script.
The text was updated successfully, but these errors were encountered: