From owner-freebsd-current@FreeBSD.ORG Fri Nov 30 17:43:32 2012 Return-Path: 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 4BC574FB for ; Fri, 30 Nov 2012 17:43:32 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 102678FC12 for ; Fri, 30 Nov 2012 17:43:31 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id wz12so600312pbc.13 for ; Fri, 30 Nov 2012 09:43:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=9KCZmYSuT/vEpcBViaSJ3hqDeuBjuBtfCS4jlwYhKC8=; b=l2soM1aLym6azNDYU0fA+NcM4iE++e8cUlNuGsM/NivBng2EsHOqDLvuW1ga+5dMTt ooW0oC9s1Y/KSGucn1sHhs+EJIhB8DG0FhI5kdnZbxvIGVbrGpnol0qjbfEoGlYBmShW y1u12vIE8a//XMTjpNjftxNVaVs62MPDCw7CBV7E0glLUEby7myZTP76m0UuQNOg08ww JdK0CLKeM3Uq8syUiYRvJL+gtwAS7d8j3br3AreTbmmP7pNDs0aM6gWZFE+aZdivS80H yyhB+hy2/IHQVnyoyyeHY4IWyHfSXQtky8FF/WL+FbqbSIo6cscGq3nU9BLEnBIT+jtu 7tEQ== Received: by 10.66.80.194 with SMTP id t2mr4997810pax.43.1354297411511; Fri, 30 Nov 2012 09:43:31 -0800 (PST) Received: from bakeneko.local (108-213-216-134.lightspeed.sntcca.sbcglobal.net. [108.213.216.134]) by mx.google.com with ESMTPS id vn2sm3351288pbc.31.2012.11.30.09.43.28 (version=SSLv3 cipher=OTHER); Fri, 30 Nov 2012 09:43:30 -0800 (PST) Message-ID: <50B8F021.50301@gmail.com> Date: Fri, 30 Nov 2012 09:42:57 -0800 From: matt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.10) Gecko/20121106 Thunderbird/10.0.10 MIME-Version: 1.0 To: Ryan Stone Subject: Re: pw keeps setting /etc/group to 0600 References: In-Reply-To: X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 30 Nov 2012 17:43:32 -0000 On 11/17/12 07:24, Ryan Stone wrote: > /etc/group is supposed to be world-reable, right? Tools like groups or pw > groupshow certainly seem to think so: > > [rstone@rstone-server ~]groups > 1001 920 > [rstone@rstone-server ~]ls -l /etc/group > -rw------- 1 root 0 482 Nov 14 21:02 /etc/group > [rstone@rstone-server ~]sudo chmod a+r /etc/group > Password: > [rstone@rstone-server ~]groups > rstone vboxusers > [rstone@rstone-server ~]sudo pw groupadd foo > [rstone@rstone-server ~]ls -l /etc/group > -rw------- 1 root 0 494 Nov 17 10:19 /etc/group > [rstone@rstone-server ~] > > I'm not sure what caused the regression. I've been seeing the problem > since I first installed -CURRENT on the machine a couple of weeks ago. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Interesting, I noticed my pw segfaulted twice on 'pw groupdel' twice out of three groups deleted. Not sure if related. I'm at r243502. Matt