From owner-freebsd-questions Thu Sep 11 09:17:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA00984 for questions-outgoing; Thu, 11 Sep 1997 09:17:18 -0700 (PDT) Received: from mail13.digital.com (mail13.digital.com [192.208.46.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA00979 for ; Thu, 11 Sep 1997 09:17:15 -0700 (PDT) Received: from cssmuc.frt.dec.com (cssmuc.frt.dec.com [16.186.96.161]) by mail13.digital.com (8.7.5/UNX 1.5/1.0/WV) with SMTP id LAA19380; Thu, 11 Sep 1997 11:49:15 -0400 (EDT) Received: from mofo.frt.dec.com by cssmuc.frt.dec.com; (5.65v3.2/1.1.8.2/14Nov95-0232PM) id AA32346; Thu, 11 Sep 1997 17:49:14 +0200 Received: from mofo.frt.dec.com (localhost [127.0.0.1]) by mofo.frt.dec.com (8.8.6/8.8.5) with ESMTP id RAA00885; Thu, 11 Sep 1997 17:47:17 GMT Message-Id: <199709111747.RAA00885@mofo.frt.dec.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Dave Hummel Cc: questions@freebsd.org In-Reply-To: Message from Dave Hummel of Thu, 11 Sep 1997 11:04:16 -0400. Reply-To: gjennejohn@frt.dec.com Subject: Re: help!: make world fail on stable Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 11 Sep 1997 17:47:16 +0000 From: Gary Jennejohn Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dave Hummel writes: > > After many successful 'make worlds', I finally had a blow up. Source was > cvsup'd last night 9-11-97. It happened just before I left the house so I > apologize if my information is incomplete. It seems to me that the ppp > code changed in between Sunday 9-7-97, but I could be wrong. > > Basically, it looks like this: > > install -c -s -o root -g network -m 4550 ppp /usr/sbin > install: unknown group network > **** Error code 67 > Stop > **** Error code 1 > **** Errot code 1 > > Please advise how to rectify this. > look in /usr/src/etc/group for the network line and add it to /etc/group. Or, even easier, add _this_ line to /etc/group ! network:*:69: --- Gary Jennejohn (work) gjennejohn@frt.dec.com (home) garyj@muc.de (play) gj@freebsd.org