Your message dated Sun, 19 Aug 2001 12:01:54 -0600 (MDT)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#108983: Post-Invoke should be after postinst handling
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; 17 Aug 2001 06:56:09 +0000
>From [EMAIL PROTECTED] Fri Aug 17 01:56:09 2001
Return-path: <[EMAIL PROTECTED]>
Received: from relay11.austria.eu.net [193.154.160.115] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 15XdY8-0000XT-00; Fri, 17 Aug 2001 01:56:08 -0500
Received: from localhost (asgard.pte.at [193.83.146.41])
        by relay11.austria.eu.net (8.12.0.Beta10/8.12.0.Beta10) with ESMTP id 
f7H6u1wN027666
        for <[EMAIL PROTECTED]>; Fri, 17 Aug 2001 08:56:01 +0200
Received: from alfie by localhost with local (Exim 3.32 #1 (Debian))
        id 15XdXz-0001GZ-00
        for <[EMAIL PROTECTED]>; Fri, 17 Aug 2001 08:55:59 +0200
From: Gerfried Fuchs <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Post-Invoke should be after postinst handling
X-Reportbug-Version: 1.23
X-Mailer: reportbug 1.23
Date: Fri, 17 Aug 2001 08:55:48 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: Gerfried Fuchs <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: apt
Version: 0.5.3
Severity: normal

        Hi!

 I took a look at the /usr/share/doc/apt/examples/configure-index.gz
file and found something quite interesting and useful in it, which I
tried:
DPkg::Pre-Invoke {"mount -o remount,rw /usr";};
DPkg::Post-Invoke {"mount -o remount,ro /usr";};

 Unfortunately it seems not to work, because the /usr/doc symlink seems
to be proceeded in the postinst, and that seems to be after the
DPkg::Post-Invoke is called.  So, is it possible to put the
DPkg::Post-Invoke _after_ the postinst calls so that this really useful
and interesting feature might work as documented?

 Thanks alot in advance,
Alfie


---------------------------------------
Received: (at 108983-done) by bugs.debian.org; 19 Aug 2001 18:02:00 +0000
>From [EMAIL PROTECTED] Sun Aug 19 13:02:00 2001
Return-path: <[EMAIL PROTECTED]>
Received: from cast-ext.ab.videon.ca [206.75.216.34] 
        by master.debian.org with smtp (Exim 3.12 1 (Debian))
        id 15YWtb-0004Na-00; Sun, 19 Aug 2001 13:02:00 -0500
Received: (qmail 1049 invoked from network); 19 Aug 2001 18:01:57 -0000
Received: from unknown (HELO wakko.deltatee.com) ([24.108.173.63]) 
(envelope-sender <[EMAIL PROTECTED]>)
          by cast-ext.ab.videon.ca (qmail-ldap-1.03) with SMTP
          for <[EMAIL PROTECTED]>; 19 Aug 2001 18:01:57 -0000
Received: from localhost
        ([127.0.0.1] helo=wakko.deltatee.com ident=jgg)
        by wakko.deltatee.com with smtp (Exim 3.16 #1 (Debian))
        id 15YWtX-0002Iv-00; Sun, 19 Aug 2001 12:01:55 -0600
Date: Sun, 19 Aug 2001 12:01:54 -0600 (MDT)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: Gerfried Fuchs <[EMAIL PROTECTED]>
cc: [EMAIL PROTECTED], APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#108983: Post-Invoke should be after postinst handling
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]


On Sun, 19 Aug 2001, Gerfried Fuchs wrote:

>  Then I am wondering why the symbolic links from /usr/doc/<package> to
> /usr/share/doc/<package> are failing because /usr is remounted readonly
> already?  Isn't that a thing that is done in the postinst, or is that

Beats me, but APT runs the post-invoke stuff just before it exits, never
any sooner.

Jason


Reply via email to