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

Bug#188030: marked as done (dpkg _does_ attempt to unwind after errors during removal)



Your message dated Tue, 19 Aug 2003 11:47:06 -0400
with message-id <E19p8hO-00011v-00@auric.debian.org>
and subject line Bug#188030: fixed in debian-policy 3.6.1.0
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; 7 Apr 2003 15:57:34 +0000
>From joy@srce.hr Mon Apr 07 10:57:33 2003
Return-path: <joy@srce.hr>
Received: from prvidomaci.srce.hr [161.53.1.72] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 192Z01-0001eC-00; Mon, 07 Apr 2003 10:57:33 -0500
Received: from joy by prvidomaci.srce.hr with local (Exim 3.36 #1 (Debian))
	id 192Z00-0000kq-00
	for <submit@bugs.debian.org>; Mon, 07 Apr 2003 17:57:32 +0200
Date: Mon, 7 Apr 2003 17:57:32 +0200
To: submit@bugs.debian.org
Subject: dpkg _does_ attempt to unwind after errors during removal
Message-ID: <20030407155732.GA2831@prvidomaci.srce.hr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
From: Josip Rodin <joy@srce.hr>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-2.2 required=4.0
	tests=HAS_PACKAGE,SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,
	      USER_AGENT,USER_AGENT_MUTT
	version=2.44
X-Spam-Level: 

Package: debian-policy

Hi,

Section 6.7 "Details of removal and/or configuration purging" says:

   No attempt is made to unwind after errors during removal.

This is incorrect, because...

% sudo dpkg -P slapd
(Reading database ... 88269 files and directories currently installed.)
Removing slapd ...
Stopping OpenLDAP: slapd - failed:

invoke-rc.d: initscript slapd, action "stop" failed.
dpkg: error processing slapd (--purge):
 subprocess pre-removal script returned error exit status 1
/var/lib/dpkg/info/slapd.postinst abort-remove
Starting OpenLDAP: slapd - failed:
Unrecognized database type (ldbm)
invoke-rc.d: initscript slapd, action "start" failed.
dpkg: error while cleaning up:
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 slapd
% 

The line saying .../postinst abort-remove is echo "$0 $@" that I into the
script to make sure.

-- 
     2. That which causes joy or happiness.

---------------------------------------
Received: (at 188030-close) by bugs.debian.org; 19 Aug 2003 15:58:25 +0000
>From katie@auric.debian.org Tue Aug 19 10:58:25 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19p8sL-00042H-00; Tue, 19 Aug 2003 10:58:25 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 19p8hO-00011v-00; Tue, 19 Aug 2003 11:47:06 -0400
From: Manoj Srivastava <srivasta@debian.org>
To: 188030-close@bugs.debian.org
X-Katie: $Revision: 1.35 $
Subject: Bug#188030: fixed in debian-policy 3.6.1.0
Message-Id: <E19p8hO-00011v-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Tue, 19 Aug 2003 11:47:06 -0400
Delivered-To: 188030-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
debian-policy, which is due to be installed in the Debian FTP archive:

debian-policy_3.6.1.0.dsc
  to pool/main/d/debian-policy/debian-policy_3.6.1.0.dsc
debian-policy_3.6.1.0.tar.gz
  to pool/main/d/debian-policy/debian-policy_3.6.1.0.tar.gz
debian-policy_3.6.1.0_all.deb
  to pool/main/d/debian-policy/debian-policy_3.6.1.0_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 188030@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Manoj Srivastava <srivasta@debian.org> (supplier of updated debian-policy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 19 Aug 2003 07:28:10 -0500
Source: debian-policy
Binary: debian-policy
Architecture: source all
Version: 3.6.1.0
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <srivasta@debian.org>
Changed-By: Manoj Srivastava <srivasta@debian.org>
Description: 
 debian-policy - Debian Policy Manual and related documents
Closes: 176506 187250 187297 188030 193748 200440 203728
Changes: 
 debian-policy (3.6.1.0) unstable; urgency=low
 .
   Josip:
   * Removed obsolete section on obsolete constructs and libraries,
     closes: #193748.
   Manoj:
   * Change reference to the debconf introduction from kitenet to a debian
     hosted server.                                         closes: Bug#187297
   * Added myspell-dictionary to the virtual packages list  closes: Bug#203728
   * Fix the restart action in the init.d/bind example; it now uses
     --oknodo so that the action does not fail when the service is not
     running.                                               closes: Bug#187250
   * invoke-rc.d and update-rc.d are now in the sysv-rc package instead of
     the sysvinit package. Fixed a reference in policy.     closes: Bug#200440
   * Note that postinst abort-remove is called if there is an error while
     removing the package.                                  closes: Bug#188030
   * [AMENDMENT 2003/08/03] Make Debconf the standard for prompting the
     user                                                   closes: Bug#176506
Files: 
 1a03f67a3afd331c290c41f5c0008441 798 doc optional debian-policy_3.6.1.0.dsc
 7dbe3ca1df000212517bf29b0453aad2 569342 doc optional debian-policy_3.6.1.0.tar.gz
 3759654780361dbc9f52c426e1e13c4f 1209866 doc optional debian-policy_3.6.1.0_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/QjmHIbrau78kQkwRAtvCAJ99asWbl2v9zHG2jsmkuLVSZPellwCg7YNN
YFv3iDq+wOgmgFf8suEQ274=
=wEzD
-----END PGP SIGNATURE-----



Reply to: