From owner-freebsd-questions@FreeBSD.ORG Tue Apr 20 11:16:12 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC24E1065670 for ; Tue, 20 Apr 2010 11:16:12 +0000 (UTC) (envelope-from robert@ml.erje.net) Received: from smtp-vbr6.xs4all.nl (smtp-vbr6.xs4all.nl [194.109.24.26]) by mx1.freebsd.org (Postfix) with ESMTP id 759B68FC13 for ; Tue, 20 Apr 2010 11:16:12 +0000 (UTC) Received: from vromage.erje.net (erje.net [80.126.62.176]) by smtp-vbr6.xs4all.nl (8.13.8/8.13.8) with ESMTP id o3KBGAHx078358 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Tue, 20 Apr 2010 13:16:11 +0200 (CEST) (envelope-from robert@ml.erje.net) Received: from ismet.erje.net (ismet.erje.net [IPv6:2001:888:1f33::8e45:5e]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vromage.erje.net (PostFix 2.7.0) with ESMTPS id DABEFE97FC7 for ; Tue, 20 Apr 2010 13:16:08 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.3 vromage.erje.net DABEFE97FC7 Date: Tue, 20 Apr 2010 13:16:07 +0200 From: Robert Joosten To: freebsd-questions@freebsd.org Message-ID: <20100420111606.GH1324@ismet.erje.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner Subject: new sys/nlm since 6.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2010 11:16:12 -0000 Hi List, some of the highlights of 6.4 (and I cite the announcement): "New and much-improved NFS Lock Manager (NLM) client". Sounds great. My old nfs-box serving pxe clients is still at 6.3. Clients run 7.x and 8. On the clients run postfix, but having installed 8.0 on the nfs-server, postfix complains: Apr 18 19:49:45 mostrd postfix/cleanup[805]: fatal: select lock: Permission denied Further testing revealed: as of 6.4 something has changed. Trying to stuff in the old nfs, rpc.statd, etc etc into the 8.0 src proves to be not that simple (hah). Now, what has been changed precisely ? All other things on the client run okay (yeah, well dovecot is in companion of postfix iirc. tested a few months ago). Am I missing some magic knob ? Or are both postfix and dovecot handles to their locking plain wrong (now) and do I need to patch them. Looking for some clue where to go now ;-) Regards, Robert