From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RuTMi-0003Vb-OD for garchives@archives.gentoo.org; Mon, 06 Feb 2012 18:32:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22257E0794; Mon, 6 Feb 2012 18:32:23 +0000 (UTC) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 49650E0630 for ; Mon, 6 Feb 2012 18:31:15 +0000 (UTC) Received: by eaad1 with SMTP id d1so643628eaa.40 for ; Mon, 06 Feb 2012 10:31:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:in-reply-to:references :mime-version:content-transfer-encoding:content-type; bh=k06hFc4F8yngqy0AkJ/ZsOfp/UONn9cDhCQgHIxl1JY=; b=gxXsN1927AovuYGYdRFgt8aFq0SYiPZrSCeFs7znWPnkzu2Ng/LDm7S39UrRa2xQZs HaKxYzbrwrMGyJv72gJ8yorlcVuFio7ofKwqXDUbz6Zw1/YtOthMkQxu0ODaJNxADYIf +Myww7FZeIfhI8jd+ltJNzDd5zDi/LN848UJs= Received: by 10.213.8.139 with SMTP id h11mr3066233ebh.128.1328553074510; Mon, 06 Feb 2012 10:31:14 -0800 (PST) Received: from localhost.localnet (p4FC61F7C.dip0.t-ipconnect.de. [79.198.31.124]) by mx.google.com with ESMTPS id o49sm63708869eei.0.2012.02.06.10.31.12 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 06 Feb 2012 10:31:13 -0800 (PST) From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] HEADS UP - postfix-2.9.0 is broken Date: Mon, 06 Feb 2012 19:31:10 +0100 Message-ID: <1476072.biFjgcO7Hi@localhost> User-Agent: KMail/4.8.0 (Linux/3.0.7; KDE/4.8.0; x86_64; ; ) In-Reply-To: References: <1328526401.3021.0@numa-i> <1436381.LRbWW7PalW@localhost> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Archives-Salt: 5294f162-f9c2-4150-9ec6-afb4ed93ad72 X-Archives-Hash: 4d6927f41d8ae8ea1fb9abd663c06248 Am Montag, 6. Februar 2012, 12:05:38 schrieb Paul Hartman: > On Mon, Feb 6, 2012 at 12:00 PM, Volker Armin Hemmann > > wrote: > > Am Montag, 6. Februar 2012, 12:47:45 schrieb Michael Mol: > >> On Mon, Feb 6, 2012 at 12:29 PM, Stefan G. Weichinger > > > > wrote: > >> > Am 06.02.2012 18:08, schrieb Volker Armin Hemmann: > >> >> Am Montag, 6. Februar 2012, 12:06:41 schrieb Helmut Jarausch: > >> >>> Hi, > >> >>> > >> >>> beware of installing postfix-2.9.0 > >> >>> When started it tries to access /usr/lib/postfix but files have been > >> >>> installed into /usr/libexec/postfix > >> >> > >> >> postfix 2.9.0 works fine for me. > >> >> > >> >> But I also run cfg-update after the update and made sure to merge the > >> >> ._ > >> >> file correctly. > >> > > >> > Yep, same here for postfix 2.9.0-r1 now. > >> > > >> > Had to kill the master-process manually ... this sorted things out in > >> > the end ... > >> > >> So, to avoid this, when upgrading from < 2.9.0-r1 to 2.9.0-r1, one > >> should stop postfix, do the upgrade, and then start postfix again? > >> that's how I read it. > >> > >> Alternately, copy the old init script prior to upgrade, use that > >> script to bring postfix down, and use the new script to bring postfix > >> up? > > > > I just upgraded and did /etc/init.d/postfix restart and it worked. > > The installation path was changed without an ebuild version number > bump, so if you installed before that change, it would have had the > same path as the old version. there was something about libexec when I ran cfg-update: /etc/postfix/main.cf:daemon_directory = /usr/libexec/postfix -- #163933