Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Proxy Servers
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Kronos
Tux's lil' helper
Tux's lil' helper


Joined: 05 Sep 2002
Posts: 116
Location: St. Louis area (Wood River, IL)

PostPosted: Thu Sep 05, 2002 12:42 am    Post subject: Proxy Servers Reply with quote

I tried rsync during install setup, with adding the correct settings for my proxy server. It wouldn't go through due to some sort of error, saying proxy refused a port needed. Is there a way I can manually do this - download something that will let me get through the rsync step without rsyncing?

Thanks
Back to top
View user's profile Send private message
ebrostig
Bodhisattva
Bodhisattva


Joined: 20 Jul 2002
Posts: 3152
Location: Orlando, Fl

PostPosted: Thu Sep 05, 2002 12:50 am    Post subject: Re: Proxy Servers Reply with quote

Kronos wrote:
I tried rsync during install setup, with adding the correct settings for my proxy server. It wouldn't go through due to some sort of error, saying proxy refused a port needed. Is there a way I can manually do this - download something that will let me get through the rsync step without rsyncing?

Thanks

I use a proxy too.
Have you tried to add the portnumber, i.e export RSYNC_PROXY=proxy.host.com:80?
This works fine for me.

Erik
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Thu Sep 05, 2002 12:56 am    Post subject: Reply with quote

Additionally, you can specify other proxy settings in /etc/make.conf... well, I guess that's a little ways down, but still.
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
Kronos
Tux's lil' helper
Tux's lil' helper


Joined: 05 Sep 2002
Posts: 116
Location: St. Louis area (Wood River, IL)

PostPosted: Thu Sep 05, 2002 2:17 am    Post subject: Reply with quote

I never did not have the port listing in there. I don't know what's going on. I'll get the exact error and post it in a bit.
Back to top
View user's profile Send private message
Kronos
Tux's lil' helper
Tux's lil' helper


Joined: 05 Sep 2002
Posts: 116
Location: St. Louis area (Wood River, IL)

PostPosted: Fri Sep 06, 2002 5:03 am    Post subject: Reply with quote

Exact error:

rsync://rsync.gentoo.org/gentoo-portage

bad response from proxy - HTTP/1.1 502 Proxy Error (SSL port specified is not allowed.)

rsync: failed to connect to 10.0.0.253: Success

rsync error: error in socketIO (code 10) at clientserver.c(97)
Back to top
View user's profile Send private message
eneko
n00b
n00b


Joined: 06 Sep 2002
Posts: 5

PostPosted: Fri Sep 06, 2002 12:15 pm    Post subject: I have problems too Reply with quote

I have problems with the proxy server because my proxy has autentification.

If i establish the /etc/make.conf -> HTTP_PROXY= username:password@server:port

now it says server not supported for ai_socktype
Back to top
View user's profile Send private message
Kronos
Tux's lil' helper
Tux's lil' helper


Joined: 05 Sep 2002
Posts: 116
Location: St. Louis area (Wood River, IL)

PostPosted: Fri Sep 06, 2002 12:28 pm    Post subject: Reply with quote

It's not in the install instructions, but it IS in the portage manual:

Note: If you are firewalled from the outside world and rsync seems unable to use your HTTP proxy, you can update your Portage tree using a snapshot tarball. A snapshot tarball is available from http://www.ibiblio.org/gentoo/snapshots/.
Back to top
View user's profile Send private message
flo-rax
n00b
n00b


Joined: 05 Sep 2002
Posts: 3

PostPosted: Fri Sep 06, 2002 12:30 pm    Post subject: Is there a way to specify authentication? Reply with quote

I'm sittin here at my boarding school at my own machine, connected to an awfully fast intranet, that would be quite cool for installing gentoo.
First I need to specify my username (with a dot between two words, at.de , unchangeable ) for me, and my password. is there a way? I didn't find one in /etc/make.conf, so if, could you please tell me?
Second, I would like to know if rsync needs a special portt, because I know that at least some ports are blocked due to pupils using file sharing services.

Thanks in advance, hopefully soon to be back with my new gentoo linux system,

flo-rax
Back to top
View user's profile Send private message
eneko
n00b
n00b


Joined: 06 Sep 2002
Posts: 5

PostPosted: Fri Sep 06, 2002 12:42 pm    Post subject: Reply with quote

>It's not in the install instructions, but it IS in the portage manual:

<Note: If you are firewalled from the outside world and rsync seems unable >to use your HTTP proxy, you can update your Portage tree using a >>>>>>napshot tarball. A snapshot tarball is available from >>>>>>>>>>>http://www.ibiblio.org/gentoo/snapshots/.


And where i have to extract this file ?
Back to top
View user's profile Send private message
ebrostig
Bodhisattva
Bodhisattva


Joined: 20 Jul 2002
Posts: 3152
Location: Orlando, Fl

PostPosted: Fri Sep 06, 2002 6:34 pm    Post subject: Reply with quote

Kronos wrote:
Exact error:

rsync://rsync.gentoo.org/gentoo-portage

bad response from proxy - HTTP/1.1 502 Proxy Error (SSL port specified is not allowed.)

rsync: failed to connect to 10.0.0.253: Success

rsync error: error in socketIO (code 10) at clientserver.c(97)


Did you try to specify the port number, i.e 80 (You probably have to use the HTTP port)?

Erik
Back to top
View user's profile Send private message
Kronos
Tux's lil' helper
Tux's lil' helper


Joined: 05 Sep 2002
Posts: 116
Location: St. Louis area (Wood River, IL)

PostPosted: Sat Sep 07, 2002 12:45 am    Post subject: Reply with quote

>>And where i have to extract this file ?

the /mnt/gentoo/usr i think. then cd /portage/scripts and ./bootstrap.sh

I think.

Now I'm having problems because ibiblio.org doesn't have the latest version in their mirror of a package during emerge system. my IT dept. is screwing with the proxy, and right now there's next to no ftp access as they mess with proxy authentication. so it checks for the file at ibiblio - doesn't find it because it's looking for version 3.6.3, and they have version 3.6.2 - then it looks at another site, but it is ftp, so the proxy refuses it. gah.
Back to top
View user's profile Send private message
pincode
n00b
n00b


Joined: 20 Sep 2002
Posts: 4
Location: /usr/pin

PostPosted: Fri Sep 20, 2002 4:25 pm    Post subject: emerge behind a proxy Reply with quote

hi, i'm having a bit of a problem

i'm trying to emerge (believe it or not) numerous programs. - all's fine so far

now the problem begins, the sysadmin on my local network is running a proxy which requires users to log in with user, pass and domain in order to surfe the internet - (would look something like this: http://user:pass@domain:port).

i've configured /etc/wget/wgetrc to use this proxy
Code:

http_proxy = http://user:pass@domain:port/
ftp_proxy = http://user:pass@domain:port/

i tried to change the ftp_proxy part to ftp://etc. but received an error
Code:

Error in proxy URL ftp://user:pass@domain:port/: Must be HTTP.

i changed it back to http://etc. but then i just get another error, this time it looked like this
Code:

Proxy request sent, awaiting response... 502 Proxy Error ( The ISA Server denies the specified Uniform Resource Locator (URL).  )


i've tried to export http_proxy but it doesn't work either.

i'm relatively new with gentoo, as with linux in general, so i'm hoping that there is a very simple way to solve this problem waiting for me out there

thanks a bunch,
pincode
_________________
life is what happens while you are
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum