From owner-freebsd-questions Sat Jan 10 12:12:43 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA08814 for questions-outgoing; Sat, 10 Jan 1998 12:12:43 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA08719 for ; Sat, 10 Jan 1998 12:11:48 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id PAA10794; Sat, 10 Jan 1998 15:11:12 -0500 (EST) Message-ID: <19980110151112.64659@emu.sourcee.com> Date: Sat, 10 Jan 1998 15:11:12 -0500 From: Norman C Rice To: Charlie ROOT Cc: questions@freebsd.org Subject: Re: strange error References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: ; from Charlie ROOT on Sat, Jan 10, 1998 at 02:16:21PM -0500 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, Jan 10, 1998 at 02:16:21PM -0500, Charlie ROOT wrote: > > Hello and Thank You. > > My computer (BSD 2.2.2) has been giving thi serror message: > > Jan 10 14:14:19 name inetd[24644]: login_getclass: unknown class 'root' > > Does anyone know what it means? > > Adios, > Brian > > If you installed the source, as root, try the following cp /usr/src/etc/login.conf /etc/login.conf /usr/bin/cap_mkdb /etc/login.conf I believe that the login class capability database, `/etc/login.conf', was inadvertently omitted from the 2.2.2 release. You may want to take a look at the manual page for login.conf(5). -- Regards, Norman C. Rice, Jr.