ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Rsync через http-proxy  - как?
@ 2003-05-28 11:00 Alexey Starinsky
  2003-05-28 11:06 ` Sergei Dolmatov
  2003-05-28 11:19 ` Andriy Dobrovol's'kii
  0 siblings, 2 replies; 5+ messages in thread
From: Alexey Starinsky @ 2003-05-28 11:00 UTC (permalink / raw)
  To: community

Здравствуйте, community,

Можно ли сделать rsync через http-proxy?

На запрос export често выдаётся

declare -x http_proxy="http://172.16.5.25:3128/"

Но вот что он мне сказал в ответ:

[me@Gyest me]$ rsync carroll.cac.psu.edu::gentoo
rsync: getaddrinfo: carroll.cac.psu.edu 873: Name or service not known
rsync error: error in socket IO (code 10) at clientserver.c(97)


-- 
С наилучшими пожеланиями,
 Alexey                          mailto:staa -at- tavrida -dot- com



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Rsync через http-proxy  - как?
  2003-05-28 11:00 [Comm] Rsync через http-proxy - как? Alexey Starinsky
@ 2003-05-28 11:06 ` Sergei Dolmatov
  2003-05-28 11:18   ` Re[2]: " KoLyA
  2003-05-28 11:19 ` Andriy Dobrovol's'kii
  1 sibling, 1 reply; 5+ messages in thread
From: Sergei Dolmatov @ 2003-05-28 11:06 UTC (permalink / raw)
  To: community

On Wed, May 28, 2003 at 02:00:32PM +0300, Alexey Starinsky wrote:
> Здравствуйте, community,
> 
> Можно ли сделать rsync через http-proxy?
> 
> На запрос export често выдаётся
> 
> declare -x http_proxy="http://172.16.5.25:3128/"
> 
> Но вот что он мне сказал в ответ:
> 
> [me@Gyest me]$ rsync carroll.cac.psu.edu::gentoo
> rsync: getaddrinfo: carroll.cac.psu.edu 873: Name or service not known
> rsync error: error in socket IO (code 10) at clientserver.c(97)

From man rsync:

You may establish the connection via a web proxy by setting  the
environment  variable  RSYNC_PROXY to a hostname:port pair pointing to
your web proxy.  Note that your web proxy╢s configuration must allow
proxying to port 873.

--
Regards,
Sergei Dolmatov.
---
There are three kinds of people: men, women, and unix.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re[2]: [Comm] Rsync через http-proxy  - как?
  2003-05-28 11:06 ` Sergei Dolmatov
@ 2003-05-28 11:18   ` KoLyA
  2003-05-28 12:19     ` [Comm] Re[3]: " Alexey Starinsky
  0 siblings, 1 reply; 5+ messages in thread
From: KoLyA @ 2003-05-28 11:18 UTC (permalink / raw)
  To: community

> 
> On Wed, May 28, 2003 at 02:00:32PM +0300, Alexey Starinsky wrote:
> > Здравствуйте, community,
> > 
> > Можно ли сделать rsync через http-proxy?
> > 
> > На запрос export често выдаётся
> > 
> > declare -x http_proxy="http://172.16.5.25:3128/"
> > 
> > Но вот что он мне сказал в ответ:
> > 
> > [me@Gyest me]$ rsync carroll.cac.psu.edu::gentoo
> > rsync: getaddrinfo: carroll.cac.psu.edu 873: Name or service not known
> > rsync error: error in socket IO (code 10) at clientserver.c(97)
> 
> From man rsync:
> 
> You may establish the connection via a web proxy by setting  the
> environment  variable  RSYNC_PROXY to a hostname:port pair pointing to
> your web proxy.  Note that your web proxy s configuration must allow
> proxying to port 873.
> 
> --
> Regards,
> Sergei Dolmatov.


вы английский учили? 
$ export RSYNC_PROXY=172.16.5.25:3128

и 837 порт на прокси должен быть открыт


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Rsync через http-proxy  - как?
  2003-05-28 11:00 [Comm] Rsync через http-proxy - как? Alexey Starinsky
  2003-05-28 11:06 ` Sergei Dolmatov
@ 2003-05-28 11:19 ` Andriy Dobrovol's'kii
  1 sibling, 0 replies; 5+ messages in thread
From: Andriy Dobrovol's'kii @ 2003-05-28 11:19 UTC (permalink / raw)
  To: community

Alexey Starinsky wrote:
> Здравствуйте, community,
> 
> Можно ли сделать rsync через http-proxy?
> 
> На запрос export често выдаётся
> 
> declare -x http_proxy="http://172.16.5.25:3128/"
> 
> Но вот что он мне сказал в ответ:
> 
> [me@Gyest me]$ rsync carroll.cac.psu.edu::gentoo
> rsync: getaddrinfo: carroll.cac.psu.edu 873: Name or service not known
> rsync error: error in socket IO (code 10) at clientserver.c(97)
> 
> 
А в сквиде разрешен порт рсинка? Если нет, то, для начала, разрешить 
соотв. порт.

-- 
Rgrds,
Andriy
*********************************************************************
email: dobr at iop dot kiev dot ua            Kyiv, Ukraine
Phone: (380-44)   265-7824            Department of Gas Electronics
Fax:   (380-44)   265-2329             Institute of Physics of NASU
*********************************************************************



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Comm] Re[3]: [Comm] Rsync через http-proxy  - как?
  2003-05-28 11:18   ` Re[2]: " KoLyA
@ 2003-05-28 12:19     ` Alexey Starinsky
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Starinsky @ 2003-05-28 12:19 UTC (permalink / raw)
  To: KoLyA

Здравствуй, KoLyA,

>> From man rsync:
>> 
>> You may establish the connection via a web proxy by setting  the
>> environment  variable  RSYNC_PROXY to a hostname:port pair pointing to
>> your web proxy.  Note that your web proxy s configuration must allow
>> proxying to port 873.
>> 
>> --
>> Regards,
>> Sergei Dolmatov.
K> вы английский учили?
K> $ export RSYNC_PROXY=172.16.5.25:3128
K> и 837 порт на прокси должен быть открыт

Простите великодушно, как всегда, слона-то и не заметил :)
Спасибо огромное всем откликнувшимся!

-- 
С наилучшими пожеланиями,
 Alexey                            mailto:staa -at- tavrida -dot- com



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-05-28 12:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-28 11:00 [Comm] Rsync через http-proxy - как? Alexey Starinsky
2003-05-28 11:06 ` Sergei Dolmatov
2003-05-28 11:18   ` Re[2]: " KoLyA
2003-05-28 12:19     ` [Comm] Re[3]: " Alexey Starinsky
2003-05-28 11:19 ` Andriy Dobrovol's'kii

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git