Your message dated Fri, 27 Jan 2006 11:32:54 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#349950: fixed in postfix 2.2.8-8
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; 26 Jan 2006 05:16:10 +0000
>From [EMAIL PROTECTED] Wed Jan 25 21:16:10 2006
Return-path: <[EMAIL PROTECTED]>
Received: from dsl001-169-236.bos1.dsl.speakeasy.net ([72.1.169.236] 
helo=bostoncoop.net)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1F1zUQ-0004zP-Gs
        for [EMAIL PROTECTED]; Wed, 25 Jan 2006 21:16:10 -0800
Received: from lotus (user-12lcdbq.cable.mindspring.com [69.86.53.122])
        (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
        (No client certificate requested)
        by bostoncoop.net (Postfix) with ESMTP id 31089A0ACC;
        Thu, 26 Jan 2006 00:15:39 -0500 (EST)
Received: by lotus (Postfix, from userid 1000)
        id 2045C12BD; Thu, 26 Jan 2006 00:15:37 -0500 (EST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Dylan Thurston <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: postfix: Stopping daemon fails if /usr is a symlink
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.18
Date: Thu, 26 Jan 2006 00:15:37 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: postfix
Version: 2.2.8-7
Severity: normal

On my system, /usr is a symbolic link to another partition:

------------------------------------------------------------
% ls -l /usr
lrwxrwxrwx 1 root root 5 Nov 29  2003 /usr -> a/usr
------------------------------------------------------------

As a result, the init script /etc/init.d/postscript fails to
successfully stop the mail sstem.  The offending test starts on line
69:

------------------------------------------------------------
        if [ -f /var/spool/postfix/pid/master.pid ]; then 
            pid=$(sed 's/ //g' /var/spool/postfix/pid/master.pid)
            exe=$(ls -l /proc/$pid/exe 2>/dev/null | sed 's/.* //')
            if [ "X$exe" = "X/usr/lib/postfix/master" ]; then 
                RUNNING=y
            fi      
------------------------------------------------------------

while the corresponding symbolic link points someplace else:

------------------------------------------------------------
% sudo ls -l /proc/23721/exe
lrwxrwxrwx 1 root root 0 Jan 26 00:03 /proc/23721/exe -> 
/a/usr/lib/postfix/master
------------------------------------------------------------

In general, that test seems quite fragile to me.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14y
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages postfix depends on:
ii  adduser                       3.80       Add and remove users and groups
ii  debconf [debconf-2.0]         1.4.69     Debian configuration management sy
ii  dpkg                          1.13.11.1  package maintenance system for Deb
ii  libc6                         2.3.5-12   GNU C Library: Shared libraries an
ii  libdb4.3                      4.3.29-3   Berkeley v4.3 Database Libraries [
ii  libsasl2                      2.1.19-1.9 Authentication abstraction library
ii  libssl0.9.8                   0.9.8a-6   SSL shared libraries
ii  lsb-base                      3.0-14     Linux Standard Base 3.0 init scrip
ii  netbase                       4.24       Basic TCP/IP networking system

Versions of packages postfix recommends:
ii  emacs21 [mail-re 21.4a-3                 The GNU Emacs editor
ii  evolution [mail- 2.4.2.1-1               The groupware suite
ii  mailx [mail-read 1:8.1.2-0.20050715cvs-1 A simple mail user agent
ii  mozilla-mailnews 2:1.7.12-1              The Mozilla Internet application s
ii  mutt [mail-reade 1.5.11-5                Text-based mailreader supporting M
ii  resolvconf       1.34                    nameserver information handler
ii  xemacs21-gnome-m 21.4.18-3               highly customizable text editor --
ii  xemacs21-mule [m 21.4.18-3               highly customizable text editor --
ii  xemacs21-mule-ca 21.4.18-3               highly customizable text editor --

-- debconf information:
* postfix/mailname: lotus.bostoncoop.net
  postfix/tlsmgr_upgrade_warning:
* postfix/append_dot_mydomain: true
  postfix/relayhost:
* postfix/procmail: true
  postfix/bad_recipient_delimiter:
  postfix/rfc1035_violation: false
* postfix/mynetworks: 127.0.0.0/8
  postfix/protocols: ipv4
* postfix/master_upgrade_warning: true
  postfix/db_upgrade_warning: true
  postfix/dynamicmaps_upgrade_warning:
* postfix/recipient_delim: +
* postfix/main_mailer_type: Internet Site
  postfix/transport_map_warning:
* postfix/chattr: false
* postfix/root_address: dpt
* postfix/destinations: lotus.bostoncoop.net, lotus, localhost.localdomain, 
localhost
  postfix/nqmgr_upgrade_warning:
  postfix/not_configured:
* postfix/mailbox_limit: 0

---------------------------------------
Received: (at 349950-close) by bugs.debian.org; 27 Jan 2006 19:41:28 +0000
>From [EMAIL PROTECTED] Fri Jan 27 11:41:28 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1F2ZL4-0002h5-Si; Fri, 27 Jan 2006 11:32:54 -0800
From: LaMont Jones <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#349950: fixed in postfix 2.2.8-8
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 27 Jan 2006 11:32:54 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: postfix
Source-Version: 2.2.8-8

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

postfix-dev_2.2.8-8_all.deb
  to pool/main/p/postfix/postfix-dev_2.2.8-8_all.deb
postfix-doc_2.2.8-8_all.deb
  to pool/main/p/postfix/postfix-doc_2.2.8-8_all.deb
postfix-ldap_2.2.8-8_i386.deb
  to pool/main/p/postfix/postfix-ldap_2.2.8-8_i386.deb
postfix-mysql_2.2.8-8_i386.deb
  to pool/main/p/postfix/postfix-mysql_2.2.8-8_i386.deb
postfix-pcre_2.2.8-8_i386.deb
  to pool/main/p/postfix/postfix-pcre_2.2.8-8_i386.deb
postfix-pgsql_2.2.8-8_i386.deb
  to pool/main/p/postfix/postfix-pgsql_2.2.8-8_i386.deb
postfix_2.2.8-8.diff.gz
  to pool/main/p/postfix/postfix_2.2.8-8.diff.gz
postfix_2.2.8-8.dsc
  to pool/main/p/postfix/postfix_2.2.8-8.dsc
postfix_2.2.8-8_i386.deb
  to pool/main/p/postfix/postfix_2.2.8-8_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
LaMont Jones <[EMAIL PROTECTED]> (supplier of updated postfix 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Fri, 27 Jan 2006 12:09:43 -0700
Source: postfix
Binary: postfix-doc postfix-pgsql postfix-ldap postfix-dev postfix-pcre postfix 
postfix-mysql
Architecture: all i386 source 
Version: 2.2.8-8
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones <[EMAIL PROTECTED]>
Changed-By: LaMont Jones <[EMAIL PROTECTED]>
Description: 
 postfix    - A high-performance mail transport agent
 postfix-dev - Postfix loadable modules development environment
 postfix-doc - Postfix documentation
 postfix-ldap - LDAP map support for Postfix
 postfix-mysql - MYSQL map support for Postfix
 postfix-pcre - PCRE map support for Postfix
 postfix-pgsql - PGSQL map support for Postfix
Closes: 349950
Changes: 
 postfix (2.2.8-8) unstable; urgency=low
 .
   * init.d stop needs to be more thurough in killing master.  Closes: #349950
   * ifup should be quiet when /usr is not mounted.  Closes launchpad.net/29788
Files: 
 12bd91737648f0d72ec9756dd48ef7ec 660112 doc extra postfix-doc_2.2.8-8_all.deb
 24dd176705c05e78ddc960638e7f4e4d 38878 mail extra postfix-ldap_2.2.8-8_i386.deb
 6a8daf6740da45425b90d8fa5d1c665f 109766 devel extra postfix-dev_2.2.8-8_all.deb
 76019f8fcab0df76c6aa9f826b158e74 33914 mail extra postfix-pcre_2.2.8-8_i386.deb
 7b82d8a34297487277752a29864be993 943402 mail extra postfix_2.2.8-8_i386.deb
 a4c636fc706015ac808a20f66313ad4f 135038 mail extra postfix_2.2.8-8.diff.gz
 b9c9eff242c69da4ca400080d1b15c02 34350 mail extra 
postfix-pgsql_2.2.8-8_i386.deb
 ac2c708debbfeff7745e15adf41c9ba7 868 mail extra postfix_2.2.8-8.dsc
 e61664b2c7bfdbd06908f37e3e4a292c 34546 mail extra 
postfix-mysql_2.2.8-8_i386.deb

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

iD8DBQFD2nJAzN/kmwoKyScRAhxUAJ9mbxiecRj/g5bAfvwTa+CsQNyzFgCfeUQQ
fsojK1yIEqLY3d9IthUCkfs=
=IApF
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to