Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23936 - authenticated proxy for emerging - RESOLUTION
Summary: authenticated proxy for emerging - RESOLUTION
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-03 22:30 UTC by Robert Orton
Modified: 2003-08-09 08:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Orton 2003-07-03 22:30:15 UTC
emerge-webrsync can be used to perform emerge sync in first instance. This is 
good because it can be used with a http proxy using the wget program.  A nice 
feature of the wget program is that it fully supports http and http 
authenticated proxy.

To make use of this use the following command:
export http_proxy="http://[username]:[password]@proxy.host.name:[port]/"
export ftp_proxy="http://[username]:[password]@proxy.host.name:[port]/"

These commands are mentioned in the installation guide, however the 
information about using the [username]:[password]@ combination is not present 
and will make things easier for everyone if it is discussed in the install 
guide.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2003-07-04 00:18:53 UTC
I'll take this
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2003-07-04 00:45:11 UTC
I've added this to the Installation guide:

"""
If your proxy requires authentification, add username:password@ to the above variables, like in the following example for an HTTP proxy:

   Code listing 4.9: Example: Setting up HTTP Proxy with authentification

   # export http_proxy:"http://jhondo:DeJzzsG9e@proxy.company.com:8080

"""

You can view the result at http://dev.gentoo.org/~swift/gentoo-x86-install.html

Unless there are objections, I'll add this to the CVS tomorrow.
Comment 3 Sven Vermeulen (RETIRED) gentoo-dev 2003-07-07 02:50:05 UTC
I've got word this one doesn't work, I'll keep this one on hold. Please keep me posted.
Comment 4 Sven Vermeulen (RETIRED) gentoo-dev 2003-08-09 08:57:22 UTC
Been here for too long. Invalidating