From owner-freebsd-questions@FreeBSD.ORG Wed Jan 13 16:47:33 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 12330106566B for ; Wed, 13 Jan 2010 16:47:33 +0000 (UTC) (envelope-from keneasson@zoho.com) Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.95]) by mx1.freebsd.org (Postfix) with ESMTP id E98C18FC0C for ; Wed, 13 Jan 2010 16:47:32 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=date:from:to:cc:message-id:in-reply-to:references:subject:mime-version:content-type:user-agent; b=K661E1tovTMKN+Q0t0hZPE8s/UzfHXQo+vs12QLzED0xEiAz7l0qASSMwV3d5UL4QP4wvJ8qI/M0 BkPBTSXmV6ll4UCcZd5iYVWolA2POZEvgDFTuyKNYt90H8/Z3Q+2 Received: from 172.29.247.244 (172.29.247.244 [172.29.247.244]) by mx.zohomail.com with SMTP id 1263401250544606.8676237021965; Wed, 13 Jan 2010 08:47:30 -0800 (PST) Date: Wed, 13 Jan 2010 22:47:30 +0600 From: keneasson To: Message-ID: <12628952e06.4012679646855633769.-2531736078269227770@zoho.com> In-Reply-To: <20100113154428.GC1588@darklight.org.ru> References: <1262850af43.-7280701470377446179.-7911888706470357210@zoho.com> <20100113154428.GC1588@darklight.org.ru> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_1263_292625477.1263401250310" X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Status: RO X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 'freebsd-questions' Subject: Re: mtree unable to find group wheel, possible corrupt /etc/group file 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: Wed, 13 Jan 2010 16:47:33 -0000 ------=_Part_1263_292625477.1263401250310 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable ---- On Wed, 13 Jan 2010 21:44:28 +0600 Yuri Pankov <yuri.pankov@gmail.c= om> wrote ----=20 On Wed, Jan 13, 2010 at 09:32:41PM +0600, keneasson wrote:=20 > Hi all,=20 >=20 > I've got a number of ports that will build but not install.=20 >=20 > The error is:=20 >=20 > =3D=3D=3D&gt; Generating temporary packing list=20 > =3D=3D=3D&gt; Checking if deskutils/gucharmap already installed=20 > mtree: line 1: unknown group wheel---=20 =20 wheel---? Check your /etc/mtree/ files also for mergemaster's cruft.=20 =20 > *** Error code 1=20 >=20 >=20 > I discovered that i had patch code left over from mergemaster in my /e= tc/group file, i have deleted and rebooted.=20 > unfortunately, i still get the same error when i try to install ports.= =20 >=20 > the group file seems to have been readable to something, as i could su= do and su from my login user.=20 >=20 > any help greatly appreciated.=20 >=20 > # $FreeBSD: src/etc/group,v 1.35.10.1 2009/08/03 08:13:06 kensmith Exp= $=20 > #=20 > wheel:*:0:root,justken,www=20 > daemon:*:1:=20 > kmem:*:2:=20 > sys:*:3:=20 > tty:*:4:=20 > operator:*:5:root=20 > ...=20 > authpf:*:63:=20 > _pflogd:*:64:=20 > _dhcp:*:65:=20 >=20 > -ken=20 =20 =20 Yuri=20 Thank you, not sure where the fluff came from but the culprit was: /usr/local/etc/mtree/BSD.gnome.dist: which had group=3Dwheel--- /etc/group 1 mode=3D0755 seems i might have other cruft too: tar: +*: Not found in archive Thanks. ken. ------=_Part_1263_292625477.1263401250310--