Your message dated Mon, 12 Aug 2002 12:56:07 -0600 (MDT)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#156388: apt shouldn't fail when only one of a list of
sources fails to be reachable
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; 12 Aug 2002 10:30:02 +0000
>From [EMAIL PROTECTED] Mon Aug 12 05:30:01 2002
Return-path: <[EMAIL PROTECTED]>
Received: from locutus.isu.edu [134.50.5.126]
([huytzN044+cCM03lWS1xMPOYg1YR/d4T])
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17eCSX-0001KH-00; Mon, 12 Aug 2002 05:30:01 -0500
Received: by locutus.isu.edu (Postfix, from userid 1000)
id DC0871DEEB; Mon, 12 Aug 2002 04:29:56 -0600 (MDT)
Subject: apt shouldn't fail when only one of a list of sources fails to be
reachable
From: "John Galt" <[EMAIL PROTECTED]>
To: "Debian Bug Tracking System" <[EMAIL PROTECTED]>
X-Mailer: reportbug 1.99.50
Date: Mon, 12 Aug 2002 04:29:54 -0600
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Package: apt
Version: 0.5.4
Severity: wishlist
When using apt with a [relatively] large sources.list and a command like
apt-get update && apt-get upgrade, a single source failure fails the whole
cascade. There should be a "non-fatal" flag for sources.list signifying
that the particular source isn't necessary to the continued health of the
job. This problem gets exacerbated by automated jobs such as cron-apt and
flaky sources.
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux locutus 2.4.18 #3 Mon Apr 22 05:34:49 MDT 2002 i586
Locale: LANG=C, LC_CTYPE=C
Versions of packages apt depends on:
ii libc6 2.2.5-13 GNU C Library: Shared libraries an
ii libstdc++2.10-glibc2.2 1:2.95.4-11 The GNU stdc++ library
-- no debconf information
---------------------------------------
Received: (at 156388-done) by bugs.debian.org; 12 Aug 2002 18:56:39 +0000
>From [EMAIL PROTECTED] Mon Aug 12 13:56:39 2002
Return-path: <[EMAIL PROTECTED]>
Received: from h24-71-223-10.cg.shawcable.net (pd3mo2so.prod.shaw.ca)
[24.71.223.10]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17eKMp-0002KO-00; Mon, 12 Aug 2002 13:56:39 -0500
Received: from pd3mr1so.prod.shaw.ca (pd3mr1so-ser.prod.shaw.ca [10.0.141.177])
by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002))
with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Mon,
12 Aug 2002 12:56:08 -0600 (MDT)
Received: from pn2ml2so.prod.shaw.ca
(pn2ml2so-qfe0.prod.shaw.ca [10.0.121.146]) by l-daemon
(iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002))
with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Mon,
12 Aug 2002 12:56:08 -0600 (MDT)
Received: from wakko.debian.net ([24.86.210.128])
by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002))
with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Mon,
12 Aug 2002 12:56:08 -0600 (MDT)
Received: from localhost ([127.0.0.1] helo=wakko.debian.net ident=jgg)
by wakko.debian.net with smtp (Exim 3.35 #1 (Debian))
id 17eKMK-0007ab-00; Mon, 12 Aug 2002 12:56:08 -0600
Date: Mon, 12 Aug 2002 12:56:07 -0600 (MDT)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
Subject: Re: Bug#156388: apt shouldn't fail when only one of a list of sources
fails to be reachable
In-reply-to: <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: John Galt <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Cc: APT Development Team <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Message-id: <[EMAIL PROTECTED]>
MIME-version: 1.0
Content-type: TEXT/PLAIN; charset=US-ASCII
Content-transfer-encoding: 7BIT
Delivered-To: [EMAIL PROTECTED]
On Mon, 12 Aug 2002, John Galt wrote:
> When using apt with a [relatively] large sources.list and a command like
> apt-get update && apt-get upgrade, a single source failure fails the whole
> cascade. There should be a "non-fatal" flag for sources.list signifying
> that the particular source isn't necessary to the continued health of the
> job. This problem gets exacerbated by automated jobs such as cron-apt and
> flaky sources.
If you look closely you should see it only fails to download the sources
that are actually failing, all others are still downloaded and processed
as normal.
Jason