[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#38863: marked as done (apt ftp failure - not even trying)



Your message dated Wed, 23 Jun 1999 21:41:32 -0600 (MDT)
with message-id <Pine.LNX.3.96.990623214031.30611I-100000@Wakko.deltatee.com>
and subject line FTP proxy problem
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(administrator, Debian bugs database)

Received: (at submit) by bugs.debian.org; 3 Jun 1999 14:48:47 +0000
Received: (qmail 16760 invoked from network); 3 Jun 1999 14:48:46 -0000
Received: from gw.simegen.com (mail@203.2.135.4)
  by master.debian.org with SMTP; 3 Jun 1999 14:48:46 -0000
Received: from anaconda.simegen.com (zeor.simegen.com) [203.28.9.32] 
	by gw.simegen.com with esmtp (Exim 2.11 #1 (Debian))
	id 10pYn9-0005tY-00; Fri, 4 Jun 1999 00:48:24 +1000
Message-ID: <[🔎] 375695A1.8B7184E6@zeor.simegen.com>
Date: Fri, 04 Jun 1999 00:48:01 +1000
From: Dancer <dancer@zeor.simegen.com>
X-Mailer: Mozilla 4.51 [en] (Win98; I)
X-Accept-Language: en
MIME-Version: 1.0
To: submit@bugs.debian.org, deity@lists.debian.org
Subject: apt ftp failure - not even trying
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Package: apt
Version: 0.3.6

Trying to do an 'apt-get update' from the debian ftp mirror at the
office:

bash-2.02# strace -f apt-get update 2>/tmp/x
Hit http://pandora.debian.org slink/non-US Packages
Hit http://pandora.debian.org slink/non-US Release
Hit http://non-us.debian.org potato/non-US/main Packages
Hit http://non-us.debian.org potato/non-US/main Release
Hit http://non-us.debian.org potato/non-US/contrib Packages
Hit http://non-us.debian.org potato/non-US/contrib Release
Hit http://non-us.debian.org potato/non-US/non-free Packages
Hit http://non-us.debian.org potato/non-US/non-free Release
Hit http://http.us.debian.org slink/main Packages
Hit http://http.us.debian.org slink/main Release
Hit http://http.us.debian.org slink/contrib Packages
Hit http://http.us.debian.org slink/contrib Release
Hit http://http.us.debian.org slink/non-free Packages
Hit http://http.us.debian.org slink/non-free Release
Hit http://http.us.debian.org potato/main Packages
Hit http://http.us.debian.org potato/main Release
Hit http://http.us.debian.org potato/contrib Packages 
Hit http://http.us.debian.org potato/contrib Release  
Hit http://http.us.debian.org potato/non-free Packages
Hit http://http.us.debian.org potato/non-free Release
Err ftp://gpo.schools.net.au slink/main Packages
  Protocol corruption
Err ftp://gpo.schools.net.au slink/main Release
  Protocol corruption
51% [Working]


tcpdump shows no packets moving on the ppp device on either ftp or
ftp-data. Apt isn't even _trying_, and I suspect doesn't realise that
fact.

ftp by hand to the box yields normal results (and normal packet traces
on the ppp device). The hostname resolves fine, and the ftp connection
is unremarkable.

>From the point shown above, apt just sits there, forever. As you can
see, I've strace'd the operation, up until the point that I terminated
it with a SIGINT. Trace is available at the following url:

http://uluru.simegen.com/~dancer/apt-strace.txt

Proxy configuration from apt.conf:
  Queue-Mode "host";       // host|access
  
  // HTTP method configuration
  http 
  {
    Proxy "http://127.0.0.1:3128";;
    // Proxy::http.us.debian.org "DIRECT";  // Specific per-host setting
        Proxy::gpo.schools.net.au "DIRECT";
    
    // 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    
  };
  
Commenting out both Proxy lines does not seem to help or hinder the
process in any way.


Reply to: