From owner-freebsd-current@FreeBSD.ORG Sat Feb 25 14:55:52 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6252C106577D; Sat, 25 Feb 2012 14:55:52 +0000 (UTC) (envelope-from giovanni.trematerra@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id E41388FC14; Sat, 25 Feb 2012 14:55:51 +0000 (UTC) Received: by qcsg15 with SMTP id g15so112930qcs.13 for ; Sat, 25 Feb 2012 06:55:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=kXgCSIi5Z4iSRnxNxo+EY/wjcK+gzza7N7ORXDiyOT0=; b=WaQK+ZIzm7cC2PgAtzPJ7J9m7q6o/k+4HQ4ptyKD1CLBB+os/W9qxriSjrqs9l8KGZ wei13mTjuEFiEZZfpF6PyAUBWBaqcfTcS2gQTtUJH/1NMZL/4688D4xS4ugsfGFq/ytg xGYAGbNNM/lCrDwg0t18kBkuJ7QQObCVys/JQ= MIME-Version: 1.0 Received: by 10.224.174.72 with SMTP id s8mr2368210qaz.67.1330180447812; Sat, 25 Feb 2012 06:34:07 -0800 (PST) Sender: giovanni.trematerra@gmail.com Received: by 10.229.82.7 with HTTP; Sat, 25 Feb 2012 06:34:07 -0800 (PST) In-Reply-To: <4F488A92.9070104@FreeBSD.org> References: <4F486ADB.9050206@FreeBSD.org> <4F488A92.9070104@FreeBSD.org> Date: Sat, 25 Feb 2012 15:34:07 +0100 X-Google-Sender-Auth: n0li9D6bAeevIeq6NIR2BJjxq0s Message-ID: From: Giovanni Trematerra To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: jilles@freebsd.org, freebsd-current , kmacy@freebsd.org, sahil@freebsd.org Subject: Re: fifo_listen: fchmod public/pickup: Invalid argument with postfix on today's current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2012 14:55:52 -0000 On Sat, Feb 25, 2012 at 8:15 AM, Doug Barton wrote: > On 02/24/2012 21:00, Doug Barton wrote: >> I'm on today's -current (r232126) and I'm getting the error in the >> subject when trying to start postfix. I recompiled 2.9, and then tried >> 2.8 .... both give the same error. > > Backing out r232055 fixed this. > Hi Doug, sorry for the breakage. It should be related to a behavior change in handling fo_chmod/fo_chown for named pipes due to r232055. Could you try the patch at http://www.trematerra.net/patches/fifo_chmod.patch to see if it fixes your issue with postfix? Thank you -- Gianni