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

AntiEvilMaid install proxy workaround #956

Closed
david415 opened this Issue Apr 12, 2015 · 2 comments

Comments

Projects
None yet
2 participants
@david415

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?

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

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?

Member

marmarek commented Apr 12, 2015

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?

@marmarek marmarek added the C: doc label May 26, 2015

@marmarek marmarek modified the milestones: Release 3.0, Release 2.1 (post R2) May 26, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Oct 3, 2015

Member

Standard way of configuring proxy in package manager is enough (/etc/yum.conf),
nothing Qubes specific needed.

Member

marmarek commented Oct 3, 2015

Standard way of configuring proxy in package manager is enough (/etc/yum.conf),
nothing Qubes specific needed.

@marmarek marmarek closed this Oct 3, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment