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

Bug#156388: marked as done (apt shouldn't fail when only one of a list of sources fails to be reachable)



Your message dated Mon, 12 Aug 2002 12:56:07 -0600 (MDT)
with message-id <[🔎] Pine.LNX.3.96.1020812125532.29176A-100000@wakko.debian.net>
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 galt@locutus.isu.edu Mon Aug 12 05:30:01 2002
Return-path: <galt@locutus.isu.edu>
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" <galt@locutus.isu.edu>
To: "Debian Bug Tracking System" <submit@bugs.debian.org>
X-Mailer: reportbug 1.99.50
Date: Mon, 12 Aug 2002 04:29:54 -0600
Message-Id: <[🔎] 20020812102956.DC0871DEEB@locutus.isu.edu>
Delivered-To: submit@bugs.debian.org

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 jgg@debian.org Mon Aug 12 13:56:39 2002
Return-path: <jgg@debian.org>
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 <0H0Q00IRIV9KCW@l-daemon> for 156388-done@bugs.debian.org; 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 <0H0Q00H6WV9K8V@l-daemon> for 156388-done@bugs.debian.org; 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 <0H0Q005ESV9K7B@l-daemon> for 156388-done@bugs.debian.org; 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 <jgg@debian.org>
Subject: Re: Bug#156388: apt shouldn't fail when only one of a list of sources
 fails to be reachable
In-reply-to: <[🔎] 20020812102956.DC0871DEEB@locutus.isu.edu>
X-Sender: jgg@wakko.debian.net
To: John Galt <galt@locutus.isu.edu>, 156388-done@bugs.debian.org
Cc: APT Development Team <deity@lists.debian.org>, apt@packages.qa.debian.org
Message-id: <[🔎] Pine.LNX.3.96.1020812125532.29176A-100000@wakko.debian.net>
MIME-version: 1.0
Content-type: TEXT/PLAIN; charset=US-ASCII
Content-transfer-encoding: 7BIT
Delivered-To: 156388-done@bugs.debian.org


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



Reply to: