From owner-freebsd-current@FreeBSD.ORG Sat Dec 16 11:16:59 2006 Return-Path: X-Original-To: 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 19CF516A4A7; Sat, 16 Dec 2006 11:16:59 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 681FA43C9D; Sat, 16 Dec 2006 11:16:58 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.8/8.13.8) with ESMTP id kBGBGvf3007544; Sat, 16 Dec 2006 14:16:57 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.8/8.13.8/Submit) id kBGBGuqV007543; Sat, 16 Dec 2006 14:16:56 +0300 (MSK) (envelope-from ache) Date: Sat, 16 Dec 2006 14:16:56 +0300 From: Andrey Chernov To: current@freebsd.org, rwatson@freebsd.org Message-ID: <20061216111656.GA7501@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , current@freebsd.org, rwatson@freebsd.org, umq@ueo.co.jp, dinoex@FreeBSD.org References: <20061216055903.GA2712@nagual.pp.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061216055903.GA2712@nagual.pp.ru> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: dinoex@freebsd.org, umq@ueo.co.jp Subject: sysv_ipc.c broken in v1.30 (was Re: sysvshm appearse broken in -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, 16 Dec 2006 11:16:59 -0000 The only place where EACCES may come is ipcperm() which was significally touched last time at: revision 1.30 date: 2006/11/06 13:42:01; author: rwatson; state: Exp; lines: +65 -37 Sweep kernel replacing suser(9) calls with priv(9) calls, assigning specific privilege names to a broad range of privileges. These may require some future tweaking. Sponsored by: nCircle Network Security, Inc. Obtained from: TrustedBSD Project Discussed on: arch@ Reviewed (at least in part) by: mlaier, jmg, pjd, bde, ceri, Alex Lyashkov , Skip Ford , Antoine Brodin On Sat, Dec 16, 2006 at 08:59:03AM +0300, Andrey Chernov wrote: > It seems shm is broken in very recent -current. > Trying to build dkim-milter or dk-milter port (from root, of course) I > got: > > ./t-shm > shmget: Permission denied > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > shminit failed: Permission denied > 1..bad! t-shm.c:260 r == 0 > add -DSM_CONF_SHM=0 to confENVDEF in devtools/Site/site.config.m4 > and start over. > 0 of 1 tests completed successfully > *** 1 error in test! *** > 2..bad! t-shm.c:177 cnt <= MAX_CNT > add -DSM_CONF_SHM=0 to confENVDEF in devtools/Site/site.config.m4 > and start over. > 4 of 5 tests completed successfully > *** 1 error in test! *** -- http://ache.pp.ru/