View previous topic :: View next topic |
Author |
Message |
vad3r Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Star Wars/movie_star_wars_darth_vader.gif)
Joined: 02 May 2004 Posts: 461 Location: Munich, Germany
|
Posted: Mon Oct 25, 2004 3:47 pm Post subject: emerge ignores my .wgetrc |
|
|
Hi there,
i have trouble with emerge and my .wgetrc. Emerge ignores my personal wget configuration. If i copy my .wgetrc to /etc/wget/wgetrc or use wget directly from a shell it works. I "straced" it and emerge only reads /etc/wget/wgetrc but doesn't $HOME/.wgetrc.
I startet wget exactly the same way as defined in /etc/make.conf (like the default) and it works perfectly.
A couple of days ago it worked perfect. Has anything important changed the last time?
I really hope somebody here can help me cause i dont want to share my password with all the other guys in /etc/wget/wgetrc
thanks
vad3r |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
trooper_ryan n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Apr 2004 Posts: 74
|
Posted: Tue Oct 26, 2004 12:47 am Post subject: |
|
|
A temporary workaround is to use environment variables.
export http_proxy="username:password@proxy.your.domain:8080"
OR
export http_proxy="proxy.your.domain:8080" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|