Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jan 1998 11:46:55 -0500
From:      Norman C Rice <nrice@emu.sourcee.com>
To:        David Langford <langfod@dihelix.com>
Cc:        questions@freebsd.org
Subject:   Re: Unknown class? (login getclass)
Message-ID:  <19980102114655.59739@emu.sourcee.com>
In-Reply-To: <199801021547.FAA07616@dihelix.com>; from David Langford on Fri, Jan 02, 1998 at 05:47:02AM -1000
References:  <199801021547.FAA07616@dihelix.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 02, 1998 at 05:47:02AM -1000, David Langford wrote:
> 
> Just curious what this means in syslog:
> 
> Jan  2 00:14:35 foobar su: login_getclass: unknown class 'C70609A' 
> 
> This is from an older 2.2-STABLE (early July build)
> 
> 
> Thanks,
> 
> -David Langford
>  langfod@dihelix.com

I believe it indicates that the login class, `C70609A' isn't in the
login capability database. If the ASCII source, `/etc/login.conf'
doesn't exist and you installed the sources, as root try

   cp /usr/src/etc/login.conf /etc/login.conf
   /usr/bin/cap_mk_db /etc/login.conf

If `/etc/login.cong' exists, as root try rebuilding the indexes with

   /usr/bin/cap_mk_db /etc/login.conf

which should create `/etc/login.conf.db'. See login.conf(5).
-- 
Regards,
Norman C. Rice, Jr.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980102114655.59739>