From owner-freebsd-current@FreeBSD.ORG Thu Nov 30 16:52:15 2006 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2755016A412; Thu, 30 Nov 2006 16:52:15 +0000 (UTC) (envelope-from jarda@grisoft.cz) Received: from ms.grisoft.cz (ms.grisoft.cz [193.85.188.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 905AF4421E; Thu, 30 Nov 2006 16:42:33 +0000 (GMT) (envelope-from jarda@grisoft.cz) Received: from localhost (gate2 [127.0.0.1]) by ms.grisoft.cz (Postfix) with ESMTP id 006FA68021; Thu, 30 Nov 2006 17:42:35 +0100 (CET) Received: from ms.grisoft.cz ([127.0.0.1]) by localhost (gate2 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29409-04; Thu, 30 Nov 2006 17:42:35 +0100 (CET) Received: from jardas.grisoft.cz (unknown [192.168.104.87]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ms.grisoft.cz (Postfix) with ESMTP id 2CD3F6801A; Thu, 30 Nov 2006 17:42:35 +0100 (CET) Received: from jardas.grisoft.cz (localhost [127.0.0.1]) by jardas.grisoft.cz (8.13.8/8.12.9) with ESMTP id kAUGgL6o001641; Thu, 30 Nov 2006 17:42:21 +0100 (CET) (envelope-from jarda@jardas.grisoft.cz) Received: (from jarda@localhost) by jardas.grisoft.cz (8.13.8/8.13.8/Submit) id kAUGgKmR001640; Thu, 30 Nov 2006 17:42:20 +0100 (CET) (envelope-from jarda) Date: Thu, 30 Nov 2006 17:42:20 +0100 From: JAroslav Suchanek To: Robert Watson Message-ID: <20061130164220.GA1603@jardas.grisoft.cz> References: <20061130131143.GA31809@jardas.grisoft.cz> <20061130134403.P41812@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061130134403.P41812@fledge.watson.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: by AVG Anti-Virus at grisoft.cz Cc: freebsd-current@FreeBSD.org Subject: Re: shmget regression? 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: Thu, 30 Nov 2006 16:52:15 -0000 On Thu, Nov 30, 2006 at 01:45:21PM +0000, Robert Watson wrote: > > On Thu, 30 Nov 2006, JAroslav Suchanek wrote: > > > I've tried to post PR, but it seems it got lost somewhere. > > > > I just wonder whether there was some change in shmget behavior in > > current. > > > > Look at this patch to src/sys-cur/tools/regression/sysvshm/shmtest.c > > Can you send the output of 'ipcs' after the below code runs so that I can > see the mode it ended up being created with? You might try reverting the > priv(9) change to sysv_ipc.c and see if that fixes thanks? Yop, the revert helped, I've used CVS revision 1.27.4.1 of the sysv_ipc.c. Best regards, -- JArda Suchanek