From owner-freebsd-questions Tue May 20 16:57:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA05410 for questions-outgoing; Tue, 20 May 1997 16:57:21 -0700 (PDT) Received: from cajon.cfg.com (cajon.cfg.com [192.84.10.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA05404 for ; Tue, 20 May 1997 16:57:17 -0700 (PDT) Received: from lugo.cfg.com (lugo.cfg.com [192.84.10.14]) by cajon.cfg.com (8.7.5/8.7.3) with SMTP id QAA11448; Tue, 20 May 1997 16:56:43 -0700 (PDT) Message-Id: <3.0.1.16.19970520165643.0a577292@mail.cfg.com> X-Sender: shc@mail.cfg.com X-Mailer: Windows Eudora Pro Version 3.0.1 (16) Date: Tue, 20 May 1997 16:56:43 -0700 To: Bryce Newall From: Steve Caine Subject: Re: unknown class 'root' Cc: FreeBSD Questions List In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 06:57 97/05/20 -0700, Bryce Newall wrote: >My log files have been filling up with these ever since I upgraded to >2.2.2-RELEASE ... any idea what they are and how to get rid of 'em? >Thanks! > >May 20 01:45:52 voyager inetd[17471]: login_getclass: unknown class 'root' >[...] You need to have an /etc/login.conf file. You can cp -p /usr/src/etc/login.conf /etc or look at the login.conf man page & construct one from scratch. Steve.