From owner-freebsd-questions Tue Jun 3 06:44:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA29217 for questions-outgoing; Tue, 3 Jun 1997 06:44:46 -0700 (PDT) Received: from dorotech.fr (mail.dorotech.fr [193.56.144.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id GAA29207 for ; Tue, 3 Jun 1997 06:44:41 -0700 (PDT) Received: from fritz.UUCP (uucp@localhost) by dorotech.fr (8.6.12/8.6.10) with UUCP id PAA26743; Tue, 3 Jun 1997 15:47:17 +0200 Received: from pchot4 by fritz.dorotech.fr (4.1/SMI-4.1) id AA10079; Tue, 3 Jun 97 15:30:59 +0200 Message-Id: <33941F2C.41C67EA6@dorotech.fr> Date: Tue, 03 Jun 1997 13:42:04 +0000 From: Patrice BLEUZE X-Mailer: Mozilla 2.0 (X11; I; FreeBSD 2.2.1-RELEASE i386) Mime-Version: 1.0 To: Steve Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Odd error message References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Steve wrote: > > My new 2.2.2 shows this error: > > login_getclass: unknown class 'root' > > inetd is gen'ing them, su does too. Things seem to be running anyways, > but I thought I would bring this up. >From the ERRATA.TXT file : jkh@time-> more ERRATA.TXT Last minute errata: ------------------- o login as root produces "login_getclass: unknown class 'root'" on system console. Fix: If you have the source distribution installed, simply cp /usr/src/etc/login.conf /etc otherwise, mount the 2nd CDROM and copy it from the live filesystem (cp /cdrom/usr/src/etc/login.conf /etc) instead.