From owner-freebsd-questions Fri Jun 20 01:06:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA19461 for questions-outgoing; Fri, 20 Jun 1997 01:06:41 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA19456 for ; Fri, 20 Jun 1997 01:06:34 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id KAA22408; Fri, 20 Jun 1997 10:06:25 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199706200806.KAA22408@helbig.informatik.ba-stuttgart.de> Subject: Re: Problem with logging in as "root"... In-Reply-To: from Brad Hendrickse at "Jun 20, 97 04:35:05 am" To: bradh@iafrica.com (Brad Hendrickse) Date: Fri, 20 Jun 1997 10:06:24 +0200 (MET DST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I've just finished a "make world", and now when I login as root, I get > the following message: > > login: root > Jun 20 04:30:42 spiral login: login_getclass: unknown class 'root' > Password: > Lastt login .... etc... > > Any idea what could be causing that? After `make world' you are supposed to merge new files in /usr/src/etc with your files in /etc -- manually. Among others you'll find a sample login.conf and have to copy it to /etc. Wolfgang