Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAntiEvilMaid install proxy workaround #956
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Apr 12, 2015
Member
The standard way to configure yum should also be enough - add proxy=...
to /etc/yum.conf in dom0.
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
|
The standard way to configure yum should also be enough - add proxy=... Best Regards, |
marmarek
added
the
C: doc
label
May 26, 2015
marmarek
modified the milestones:
Release 3.0,
Release 2.1 (post R2)
May 26, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Oct 3, 2015
Member
Standard way of configuring proxy in package manager is enough (/etc/yum.conf),
nothing Qubes specific needed.
|
Standard way of configuring proxy in package manager is enough (/etc/yum.conf), |
david415 commentedApr 12, 2015
I doubt many people will have this weird problem...
My netvm is connect via ethernet switch to a tor/http proxy... so if I'm going to install new package with yum I have to use my local http proxy.
When I followed the instruction here:
https://www.qubes-os.org/wiki/AntiEvilMaid/
I initially had trouble with this command:
sudo qubes-dom0-update anti-evil-maid
The workaround is easy. Simply add the http_proxy environment variable to /etc/profile.d/proxy.sh like this:
export http_proxy=http://192.168.1.1:8080
export https_proxy=http://192.168.1.1:8080
Perhaps the user docs should be updated with this info?