From owner-freebsd-questions@freebsd.org Sat Jan 9 22:37:38 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66D65A6A33D for ; Sat, 9 Jan 2016 22:37:38 +0000 (UTC) (envelope-from FreeBSD@chroot.pl) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 55DAF1BB9 for ; Sat, 9 Jan 2016 22:37:38 +0000 (UTC) (envelope-from FreeBSD@chroot.pl) Received: by mailman.ysv.freebsd.org (Postfix) id 535ABA6A33C; Sat, 9 Jan 2016 22:37:38 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51F92A6A33B for ; Sat, 9 Jan 2016 22:37:38 +0000 (UTC) (envelope-from FreeBSD@chroot.pl) Received: from mail.apsz.com.pl (mail.apsz.com.pl [91.217.18.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16B1E1BB8 for ; Sat, 9 Jan 2016 22:37:37 +0000 (UTC) (envelope-from FreeBSD@chroot.pl) Received: from chroot.pl (89-78-33-126.dynamic.chello.pl [89.78.33.126]) by mail.apsz.com.pl (Postfix) with ESMTPS id 164E145777 for ; Sat, 9 Jan 2016 23:37:28 +0100 (CET) From: Lukasz Subject: samba and file locks - solved To: questions@freebsd.org Message-ID: <56918B68.2090000@chroot.pl> Date: Sat, 9 Jan 2016 23:36:24 +0100 User-Agent: WebMail MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=2.0 required=4.0 tests=BAYES_50,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.apsz.com.pl X-Virus-Scanned: clamav-milter 0.99 at mail.apsz.com.pl X-Virus-Status: Clean X-Spam-Level: ** X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2016 22:37:38 -0000 Hello again, Sysctl security.bsd.see_other_gids variable caused problems with file locks. If it's set to 0 the problem appears. If it is set to 1 (default) everything works as expected. Regards Lukasz