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

Bug#273447: marked as done ("Bad header line" when doing "apt-get update")



Your message dated Sun, 26 Sep 2004 10:58:04 -0700
with message-id <20040926175804.GP4726@alcor.net>
and subject line Bug#273447: "Bad header line" when doing "apt-get update"
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 am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 26 Sep 2004 06:53:29 +0000
>From submit@bugs.debian.org Sat Sep 25 23:53:29 2004
Return-path: <submit@bugs.debian.org>
Received: from plasma-gate.weizmann.ac.il [132.77.150.54] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CBSuW-0005B1-00; Sat, 25 Sep 2004 23:53:28 -0700
Received: from plasma-gate.weizmann.ac.il (localhost [127.0.0.1])
	by plasma-gate.weizmann.ac.il (8.12.11/8.12.11/Debian-5) with ESMTP id i8Q6rKoX011340;
	Sun, 26 Sep 2004 08:53:20 +0200
Received: (from fnevgeny@localhost)
	by plasma-gate.weizmann.ac.il (8.12.11/8.12.11/Debian-5) id i8Q6rKUF011338;
	Sun, 26 Sep 2004 08:53:20 +0200
Message-Id: <[🔎] 200409260653.i8Q6rKUF011338@plasma-gate.weizmann.ac.il>
X-Authentication-Warning: plasma-gate.weizmann.ac.il: fnevgeny set sender to submit@bugs.debian.org using -f
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Evgeny Stambulchik <fnevgeny@weizmann.ac.il>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: "Bad header line" when doing "apt-get update"
X-Mailer: reportbug 2.99.3
Date: Sun, 26 Sep 2004 08:53:20 +0200
X-yoursite-MailScanner: Found to be clean
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: apt
Version: 0.5.27
Severity: important

Hit http://non-us.debian.org testing/non-US/main Packages
Hit http://security.debian.org stable/updates/main Packages                                         
Err http://mirror.hamakor.org.il testing/main Packages                                               
  Bad header line [IP: 132.77.5.129 8080]
Hit http://non-us.debian.org testing/non-US/main Release                                             
Hit http://security.debian.org stable/updates/main Release                                          
Err http://mirror.hamakor.org.il testing/main Release                                                
  Bad header line [IP: 132.77.5.129 8080]

etc.

The IP & port in the header is the proxy's. From the command line I can
download the files with no problem, e.g.

# wget
http://mirror.hamakor.org.il/pub/mirrors/debian/dists/testing/contrib/binary-i386/Packages.gz
--08:49:15--
http://mirror.hamakor.org.il/pub/mirrors/debian/dists/testing/contrib/binary-i386/Packages.gz
           => `Packages.gz'
Resolving wwwproxy.weizmann.ac.il... 132.77.5.43, 132.77.5.129
Connecting to wwwproxy.weizmann.ac.il[132.77.5.43]:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: 56,062 [text/plain]

100%[================================================================================>]
56,062        93.90K/s             

08:49:16 (93.74 KB/s) - `Packages.gz' saved [56062/56062]


So it's not a problem in either the proxy or the mirror themselves.
apt-get from the stable makes no difference (and 0.5.27 worked fine
earlier anyway).

-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "if dpkg -s apt-listbugs | grep -q '^Status: .* ok installed'; then /usr/sbin/apt-listbugs apt || ( test $? -ne 10 || exit 10; echo 'Warning: apt-listbugs exited abnormally, hit enter key to continue.' 1>&2 ; read a < /dev/tty ); fi";
DPkg::Pre-Install-Pkgs:: "/usr/bin/apt-listchanges --apt || test $? -ne 10";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Tools "";
DPkg::Tools::Options "";
DPkg::Tools::Options::/usr/bin/apt-listchanges "";
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "if [ -x /usr/bin/debsums ]; then /usr/bin/debsums --generate=nocheck -sp /var/cache/apt/archives; fi";
DPkg::Post-Invoke:: "if [ -x /usr/sbin/localepurge ] && [ $(ps w -p $PPID | grep -c remove) != 1 ]; then /usr/sbin/localepurge; else exit 0; fi";
Acquire "";
Acquire::http "";
Acquire::http::Proxy "http://wwwproxy.weizmann.ac.il:8080";;
DSelect "";
DSelect::Clean "always";

-- /etc/apt/preferences --


-- /etc/apt/sources.list --

deb http://security.debian.org/ stable/updates main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free

deb http://mirror.hamakor.org.il/pub/mirrors/debian/ testing main non-free contrib
deb http://mirror.hamakor.org.il/pub/mirrors/debian/ unstable main non-free contrib
deb-src http://mirror.hamakor.org.il/pub/mirrors/debian/ testing main non-free contrib
deb-src http://mirror.hamakor.org.il/pub/mirrors/debian/ unstable main non-free contrib

deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=C, LC_CTYPE=C

Versions of packages apt depends on:
ii  libc6                       2.3.2.ds1-16 GNU C Library: Shared libraries an
ii  libgcc1                     1:3.4.2-2    GCC support library
ii  libstdc++5                  1:3.3.4-11   The GNU Standard C++ Library v3

-- no debconf information

---------------------------------------
Received: (at 273447-done) by bugs.debian.org; 26 Sep 2004 17:58:21 +0000
>From mdz@debian.org Sun Sep 26 10:58:21 2004
Return-path: <mdz@debian.org>
Received: from mta11.adelphia.net [68.168.78.205] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CBdHx-0000Bh-00; Sun, 26 Sep 2004 10:58:21 -0700
Received: from mizar.alcor.net ([69.167.148.207]) by mta11.adelphia.net
          (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP
          id <20040926175750.SILD404.mta11.adelphia.net@mizar.alcor.net>;
          Sun, 26 Sep 2004 13:57:50 -0400
Received: by mizar.alcor.net (Postfix, from userid 1000)
	id 5C8E6BA43D; Sun, 26 Sep 2004 10:58:04 -0700 (PDT)
Date: Sun, 26 Sep 2004 10:58:04 -0700
From: Matt Zimmerman <mdz@debian.org>
To: Evgeny Stambulchik <fnevgeny@weizmann.ac.il>,
	273447-done@bugs.debian.org
Subject: Re: Bug#273447: "Bad header line" when doing "apt-get update"
Message-ID: <20040926175804.GP4726@alcor.net>
References: <[🔎] 200409260653.i8Q6rKUF011338@plasma-gate.weizmann.ac.il>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] 200409260653.i8Q6rKUF011338@plasma-gate.weizmann.ac.il>
User-Agent: Mutt/1.5.6+20040523i
Delivered-To: 273447-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

On Sun, Sep 26, 2004 at 08:53:20AM +0200, Evgeny Stambulchik wrote:

> Package: apt
> Version: 0.5.27
> Severity: important
> 
> Hit http://non-us.debian.org testing/non-US/main Packages
> Hit http://security.debian.org stable/updates/main Packages                                         
> Err http://mirror.hamakor.org.il testing/main Packages                                               
>   Bad header line [IP: 132.77.5.129 8080]
> Hit http://non-us.debian.org testing/non-US/main Release                                             
> Hit http://security.debian.org stable/updates/main Release                                          
> Err http://mirror.hamakor.org.il testing/main Release                                                
>   Bad header line [IP: 132.77.5.129 8080]
> 
> etc.
> 
> The IP & port in the header is the proxy's. From the command line I can
> download the files with no problem, e.g.

This indicates a bug in your proxy server.  Note that apt is a much more
demanding HTTP client than wget.  You might try apt-get -o
Acquire::http::Pipeline-Depth=0 update.

-- 
 - mdz



Reply to: