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

Bug#149497: marked as done (dpkg: dpkg.cfg: --force-overwrite: not enabled on upgrade)



Your message dated Mon, 10 Jun 2002 12:39:48 +0200
with message-id <20020610103948.GI17885@wiggy.net>
and subject line Bug#149497: dpkg: dpkg.cfg: --force-overwrite: not enabled on upgrade
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; 10 Jun 2002 00:54:15 +0000
>From jeffsh@erols.com Sun Jun 09 19:54:15 2002
Return-path: <jeffsh@erols.com>
Received: from 209-122-225-101.s101.apx1.nyw.ny.dialup.rcn.com (eden-hda7.my.local) [209.122.225.101] (root)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17HDRk-0002uf-00; Sun, 09 Jun 2002 19:54:13 -0500
Received: from eden-hda7.my.local (jeff@localhost [127.0.0.1])
	by eden-hda7.my.local (8.12.3/8.12.3/Debian -4) with ESMTP id g5A0s3T3012913
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL);
	Sun, 9 Jun 2002 20:54:03 -0400
Received: (from jeff@localhost)
	by eden-hda7.my.local (8.12.3/8.12.3/Debian -4) id g5A0s39T012911;
	Sun, 9 Jun 2002 20:54:03 -0400
Date: Sun, 9 Jun 2002 20:54:03 -0400
Message-Id: <[🔎] 200206100054.g5A0s39T012911@eden-hda7.my.local>
From: Jeff Sheinberg <jeffsh@erols.com>
Subject: dpkg: dpkg.cfg: --force-overwrite: not enabled on upgrade
To: submit@bugs.debian.org
X-Mailer: bug 3.3.10.1
X-Debbugs-CC: Jeff Sheinberg <jeffsh@erols.com>
Delivered-To: submit@bugs.debian.org

Package: dpkg
Version: 1.9.21
Severity: normal

Hi,

According to the "changelog.Debian.gz" file,

    * Enable --force-overwrite by default in /etc/dpkg/dpkg.cfg

this was _not_ done during the upgrade.  Also, the dpkg man page
does not mark "force-overwrite" as the default, I find this to be
confusing in light of the above changelog item.

Here are the diffs from my dpkg.cfg file against the last conffile
version of this dpkg.cfg,

    ===================================================================
    RCS file: /etc/dpkg/RCS/dpkg.cfg,v
    retrieving revision 1.1
    diff -b -d -p -t -u -r1.1 /etc/dpkg/dpkg.cfg
    --- /etc/dpkg/dpkg.cfg  2001-11-09 11:14:12-05  1.1
    +++ /etc/dpkg/dpkg.cfg  2000-08-25 09:45:00-04
    @@ -1,3 +1,5 @@
    +# /etc/dpkg/dpkg.cfg - see dpkg(8) for details.
    +#
     # dpkg configuration file
     #
     # This file can contain default options for dpkg. All commandline
    @@ -5,3 +7,10 @@
     # the option, seperated by whitespace and/or an `=' sign.
     #
     no-debsig
    +
    +# Always install the old version of a modified conffile without prompting.
    +#
    +force-confold
    +
    +#
    +# /etc/dpkg/dpkg.cfg - end of file.

Don't be confused by the mtime of the working dpkg.cfg file, I
deliberately do this so that only the RCS file gets saved by my
backup scripts.

Thanks,
-- 
Jeff Sheinberg  <jeffsh@erols.com>


-- System Information
Debian Release: 3.0
Kernel Version: Linux eden-hda7.my.local 2.4.18-3 #1 Mon Apr 29 14:17:47 EDT 2002 i586 unknown


Versions of the packages dpkg depends on:
ii  libc6          2.2.5-6        GNU C Library: Shared libraries and Timezone
ii  libncurses5    5.2.20020112a- Shared libraries for terminal handling
ii  libstdc++2.10- 2.95.4-7       The GNU stdc++ library



---------------------------------------
Received: (at 149497-done) by bugs.debian.org; 10 Jun 2002 10:39:52 +0000
>From wichert@wiggy.net Mon Jun 10 05:39:52 2002
Return-path: <wichert@wiggy.net>
Received: from cabal.xs4all.nl (mx1.wiggy.net) [213.84.101.140] ([Sd33K3W5TvVFZ6hkZ/MYB4XB0XD40xf8])
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17HMaV-0002Hv-00; Mon, 10 Jun 2002 05:39:51 -0500
Received: from wichert by mx1.wiggy.net with local (Exim 3.35 #1 (Debian))
	id 17HMaT-00007F-00; Mon, 10 Jun 2002 12:39:49 +0200
Date: Mon, 10 Jun 2002 12:39:48 +0200
From: Wichert Akkerman <wichert@wiggy.net>
To: Jeff Sheinberg <jeffsh@erols.com>, 149497-done@bugs.debian.org
Subject: Re: Bug#149497: dpkg: dpkg.cfg: --force-overwrite: not enabled on upgrade
Message-ID: <20020610103948.GI17885@wiggy.net>
References: <[🔎] 200206100054.g5A0s39T012911@eden-hda7.my.local>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] 200206100054.g5A0s39T012911@eden-hda7.my.local>
User-Agent: Mutt/1.3.28i
Delivered-To: 149497-done@bugs.debian.org

Previously Jeff Sheinberg wrote:
> According to the "changelog.Debian.gz" file,
> 
>     * Enable --force-overwrite by default in /etc/dpkg/dpkg.cfg
> 
> this was _not_ done during the upgrade.

That was done on purpose. New installs will have force-overwrite enabled
by default. People who were using testing or unstable know what they are
doing and will keep their existing default to have force-overwrite
disabled (ie nothing changes for them).

> Also, the dpkg man page does not mark "force-overwrite" as the
> default, I find this to be confusing in light of the above changelog
> item.

dpkg itself does not have force-overwrite enabled, it is merely the
configuration file that is installed initially that changes that
setting.

Wichert.

-- 
  _________________________________________________________________
 /wichert@wiggy.net         This space intentionally left occupied \
| wichert@deephackmode.org            http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |


-- 
To UNSUBSCRIBE, email to debian-dpkg-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: