ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] (no subject)
@ 2001-09-07 17:50 Любимов А.В.
  2001-09-07 18:28 ` Sergey Bolshakov
  0 siblings, 1 reply; 3+ messages in thread
From: Любимов А.В. @ 2001-09-07 17:50 UTC (permalink / raw)
  To: мандрака-русака
  Cc: =?KOI8-R?B?89TB0tnKINfP0NLP0yDQ0s8g0NLPy9PJIMk=?=, ftp.altlinux.ru

что то никак не выходит у меня заставить работать ftp.altlinux.ru через прокси
веренее наполовину.

что получилось:

links нормально работает с этим сайтом при указании в настройках http и ftp моего прокси.
не хочет правда выдавать листинги директорий, но это, имхо, альтлинукс удалил с сервера ls и другие проги.

что не получается:

добавил в apt.conf

Acquire
{
  Queue-Mode "host";       // host|access
  Retries "0";
  Source-Symlinks "true";
  
  // HTTP method configuration
  http 
  {
    Proxy "http://proxy.ptt.ru:3128";
    Timeout "120";
    Pipeline-Depth "5";
    
    // Cache Control. Note these do not work with Squid 2.0.2
    No-Cache "false";
    Max-Age "86400";     // 1 Day age on index files
    No-Store "false";    // Prevent the cache from storing archives    
  };

  ftp
  {
    Proxy "ftp://proxy.ptt.ru:3128";
    
    Timeout "120";
    
    /* Passive mode control, proxy, non-proxy and per-host. Pasv mode
       is prefered if possible */
    Passive "true";
//    Proxy::Passive "true";
  };

после чего
[root@server apt]# apt-get update
0% [Logging in]

после чего долгие тормоза и сообщение о неизвестной ошибке.
как продиагностировать проблему?






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

* Re: [mdk-re] (no subject)
  2001-09-07 17:50 [mdk-re] (no subject) Любимов А.В.
@ 2001-09-07 18:28 ` Sergey Bolshakov
  2001-09-07 19:57   ` Любимов А.В.
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey Bolshakov @ 2001-09-07 18:28 UTC (permalink / raw)
  To: mandrake-russian

>>>>> "info" == info  writes:

 info> что то никак не выходит у меня заставить работать ftp.altlinux.ru через
 info> прокси веренее наполовину.
[skipped]
apt-get работает с ftp через http-proxy только в том случае,
если определена переменная окружения ftp_proxy.
В Вашем случае, следует выполнить
# export ftp_proxy="http://proxy.ptt.ru:3128"
# apt-get update

Прописывать их в конфиге apt'a не нужно.

PS Это пора в FAQ

-- 
	Трули ерз, Сергей.

"[Open Source] programming is like sex, one mistake and you have to support it
for the rest of your life."  ---  M. Sinz, CBM Inc.



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

* Re: [mdk-re] (no subject)
  2001-09-07 18:28 ` Sergey Bolshakov
@ 2001-09-07 19:57   ` Любимов А.В.
  0 siblings, 0 replies; 3+ messages in thread
From: Любимов А.В. @ 2001-09-07 19:57 UTC (permalink / raw)
  To: mandrake-russian

> В Вашем случае, следует выполнить

да, все заработало.

> # export ftp_proxy="http://proxy.ptt.ru:3128"

а откудова ты узнал, что это именно http прокси? я подозревал это и даже ставил в конфиге http://proxy.ptt.ru:3128
 в секции фтп прокси. но так оно не работало.

> 
> PS Это пора в FAQ

в мане описана эта переменная как вариант, но основное внимание уделено конфигу.
имхо, надо править документацию... 



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

end of thread, other threads:[~2001-09-07 19:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-07 17:50 [mdk-re] (no subject) Любимов А.В.
2001-09-07 18:28 ` Sergey Bolshakov
2001-09-07 19:57   ` Любимов А.В.

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