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

Bug#92907: marked as done ([dbootstrap] net-fetch log message improvements)



Your message dated 13 Apr 2001 19:35:44 -0400
with message-id <oahezs5q5r.fsf@arroz.fake>
and subject line bugs closed as of boot-floppies 2.3.1
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; 4 Apr 2001 19:35:01 +0000
>From kraai@debian.org Wed Apr 04 14:35:01 2001
Return-path: <kraai@debian.org>
Received: from svfulraptor1.beckman.com [134.217.237.30] 
	by master.debian.org with smtp (Exim 3.12 1 (Debian))
	id 14kt3V-0001WC-00; Wed, 04 Apr 2001 14:35:01 -0500
Received: from dhcp46.dse.beckman.com by svfulraptor1.beckman.com
          via smtpd (for master.debian.org [216.234.231.5]) with SMTP; 4 Apr 2001 19:43:04 UT
Received: from kraai by catalonia with local (Exim 3.12 #1 (Debian))
	id 14kWZl-0000Qb-00
	for <submit@bugs.debian.org>; Tue, 03 Apr 2001 12:34:49 -0700
Date: Tue, 3 Apr 2001 12:34:49 -0700
From: Matt Kraai <kraai@debian.org>
To: submit@bugs.debian.org
Subject: [dbootstrap] net-fetch log message improvements
Message-ID: <[🔎] 20010403123449.B238@catalonia>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Sender: Matt Kraai <kraai@catalonia>
X-BadReturnPath: kraai@catalonia rewritten as kraai@debian.org
  using "From" header
Delivered-To: submit@bugs.debian.org

Package: boot-floppies
Version: N/A
Severity: minor

When fetching files from the network, the messages output to the
logfile are confusing.  Before downloading each file, it states:

retrieving %s from %s

After downloading, but before installing, it logs

sucessfully installed %s

It prints no message after installing the file.  The following
patch makes it log

successfully retrieved %s

after downloading,

installing %s

before installing, and

successfully installed %s

after installation.

Matt

--- net-fetch.c.orig	Tue Apr  3 12:29:10 2001
+++ net-fetch.c	Tue Apr  3 12:30:21 2001
@@ -574,7 +574,7 @@
       return 1;
     }
 
-    INFOMSG("sucessfully installed %s", filename);
+    INFOMSG("successfully retrieved %s", filename);
   }
 
   /*
@@ -586,10 +586,14 @@
 
     snprintf(filename, sizeof filename - 1, "/tmp/%s", files_to_fetch[i].local);
 
+    INFOMSG("installing %s", filename);
+
     if (files_to_fetch[i].install_fn(filename) != 0) {
       vaproblemBox(_("Problem"), _("Installation of the file '%s' failed."), filename);
       return 1;
     }
+
+    INFOMSG("successfully installed %s", filename);
   }
 
   return 0;

---------------------------------------
Received: (at 92907-done) by bugs.debian.org; 13 Apr 2001 23:35:27 +0000
>From adam@onshore.com Fri Apr 13 18:35:27 2001
Return-path: <adam@onshore.com>
Received: from arroz.onshored.com [216.220.101.2] (postfix)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 14oD65-0006YA-00; Fri, 13 Apr 2001 18:35:26 -0500
Received: from arroz.fake (localhost [127.0.0.1])
	by arroz.onshored.com (Postfix) with ESMTP
	id 9D3E993802; Fri, 13 Apr 2001 19:35:44 -0400 (EDT)
Sender: apharris@burrito.onshore.com
To: 69161-done@bugs.debian.org, 75106-done@bugs.debian.org,
	80325-done@bugs.debian.org, 80949-done@bugs.debian.org,
	56275-done@bugs.debian.org, 62475-done@bugs.debian.org,
	64500-done@bugs.debian.org, 65903-done@bugs.debian.org,
	67510-done@bugs.debian.org, 68497-done@bugs.debian.org,
	69786-done@bugs.debian.org, 70798-done@bugs.debian.org,
	72672-done@bugs.debian.org, 73638-done@bugs.debian.org,
	75018-done@bugs.debian.org, 78328-done@bugs.debian.org,
	78521-done@bugs.debian.org, 78981-done@bugs.debian.org,
	79004-done@bugs.debian.org, 79005-done@bugs.debian.org,
	79459-done@bugs.debian.org, 79734-done@bugs.debian.org,
	79890-done@bugs.debian.org, 82018-done@bugs.debian.org,
	82024-done@bugs.debian.org, 82482-done@bugs.debian.org,
	82912-done@bugs.debian.org, 84989-done@bugs.debian.org,
	84990-done@bugs.debian.org, 85033-done@bugs.debian.org,
	85397-done@bugs.debian.org, 88226-done@bugs.debian.org,
	90967-done@bugs.debian.org, 93054-done@bugs.debian.org,
	93069-done@bugs.debian.org, 93421-done@bugs.debian.org,
	83131-done@bugs.debian.org, 92907-done@bugs.debian.org,
	64565-done@bugs.debian.org
Subject: bugs closed as of boot-floppies 2.3.1
From: Adam Di Carlo <adam@onshore.com>
Date: 13 Apr 2001 19:35:44 -0400
Message-ID: <oahezs5q5r.fsf@arroz.fake>
Lines: 24
User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: 92907-done@bugs.debian.org


Thank you very much for your bug report.  We believe the issue you
reported is solved as of boot-floppies 2.3.1.  That is the woody
version of boot-floppies, which is available in the archive, or, some
SPARC and i386, at
<URL:http://people.debian.org/~aph/debian/dists/woody/main/>.

If you feel your bug is still outstanding, please let us know or
reopen your bug -- see <http://www.debian.org/Bugs/> for instructions
how to do that.

We are not longer working on Potato boot-floppies, except for critical
issues.  If you feel that your bug hasn't been fixed as of
boot-floppies 2.2.22 (the latest Potato version), then you we need to
reopen your bug and put the 'potato' tag on it.  Please be sparing --
the more we are distracted with Potato issues, the less effort we are
able to put into Woody boot-floppies.

Again, thanks for your report.  Bug reports are a significant
contribution to Debian. We apologize that it probably took so long to
fix the issue you reported.

-- 
.....Adam Di Carlo....adam@onshore.com.....<URL:http://www.onshored.com/>



Reply to: