Your message dated Mon, 14 Feb 2000 12:18:02 -0700 (MST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#58092: feature request for apt-get
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 14 Feb 2000 01:03:49 +0000
Received: (qmail 11159 invoked from network); 14 Feb 2000 01:03:47 -0000
Received: from rye-b-10.carnegie.nb.net (HELO PenguinMints.penguinpowered.com) 
([EMAIL PROTECTED])
  by master.debian.org with SMTP; 14 Feb 2000 01:03:47 -0000
Received: by PenguinMints.penguinpowered.com (Postfix, from userid 1000)
        id 1F4D547802; Sun, 13 Feb 2000 20:03:36 -0500 (EST)
Date: Sun, 13 Feb 2000 20:03:36 -0500
From: Chris Armstrong <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: feature request for apt-get
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
User-Agent: Mutt/1.1.2i
X-Linux-Header: Upgrade from windows to linux, and feel the real power.
X-Operating-System: Linux fookidla.PenguinMints.org 2.2.14
Sender: [EMAIL PROTECTED]

Package: apt
Version: 0.3.17
Severity: wishlist

A feature that I like in wget is being able to set the time-out value, and
when it times out, it automatically re-connects and resumes the download.
Having a net connection that stalls a *lot*, this comes in handy quite a bit.
I hate having to C-c C-p <return> every time my download stalls. :)

---------------------------------------
Received: (at 58092-done) by bugs.debian.org; 14 Feb 2000 19:17:20 +0000
Received: (qmail 19834 invoked from network); 14 Feb 2000 19:17:20 -0000
Received: from wakko.powersurfr.com (HELO wakko.deltatee.com) ([EMAIL 
PROTECTED])
  by master.debian.org with SMTP; 14 Feb 2000 19:17:20 -0000
Received: from localhost (wakko.deltatee.com) [127.0.0.1] (jgg)
        by wakko.deltatee.com with smtp (Exim 2.11 #1)
        id 12KR0U-0004qy-00 (Debian); Mon, 14 Feb 2000 12:18:02 -0700
Date: Mon, 14 Feb 2000 12:18:02 -0700 (MST)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: Chris Armstrong <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#58092: feature request for apt-get
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


On Sun, 13 Feb 2000, Chris Armstrong wrote:

> A feature that I like in wget is being able to set the time-out value, and
> when it times out, it automatically re-connects and resumes the download.
> Having a net connection that stalls a *lot*, this comes in handy quite a bit.
> I hate having to C-c C-p <return> every time my download stalls. :)

Read the apt.conf man page.

Something like (from memory),

Acquire
{
  Retries "10";
  http::timeout 10;
  ftp::timeout 10;
}

Jason

Reply via email to