Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.mel.connect.com.au!news.syd.connect.com.au!news.bri.connect.com.au!corolla.OntheNet.com.au!not-for-mail From: Tony Griffiths <tonyg@OntheNet.com.au> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: unknown class root in 2.2.2-RELEASE Date: Fri, 30 May 1997 15:19:01 +1000 Organization: On the Net (ISP on the Gold Coast, Australia) Lines: 18 Message-ID: <338E6345.54FA@OntheNet.com.au> References: <5mgh3o$j2m$1@soggy.eis.net.au> <338CE3F9.2A57@OntheNet.com.au> Reply-To: tonyg@OntheNet.com.au NNTP-Posting-Host: swanee.nt.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0 (WinNT; I) Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:41858 Tony Griffiths wrote: > > Ernie Elu wrote: > > > > I am getting the following message on the console every time I login or ftp > > to a newly installed 2.2.2-RELEASE machine. > > > > inetd[150]: login_getclass: unknown class 'root' > > > > I used cvsup to upgrade to 2.2-STABLE but I still get the same error message > Acutally the real solution is to get a copy of "login.conf" and put it in the /etc directory. When this is done, you need to run the 'cap_mkdb' program. Eg. # cap_mkdb /etc/login.conf Tony