*BSD News Article 92578


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!msunews!news.mtu.edu!newsxfer.itd.umich.edu!newsxfer3.itd.umich.edu!worldnet.att.net!howland.erols.net!news.mathworks.com!uunet!in1.uu.net!199.86.32.9!skypoint.com!news.minn.net!not-for-mail
From: rdurkee@minn.net (Russell Durkee)
Newsgroups: comp.unix.bsd.misc
Subject: BSD 2.1 unknown class message
Date: Tue, 01 Apr 1997 16:43:04 GMT
Organization: Minn Net
Lines: 45
Message-ID: <5hr6p0$acp$2@cobra.minn.net>
NNTP-Posting-Host: dialup-217.minn.net
X-Newsreader: Forte Free Agent 1.0.82
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.misc:2923

I recently reinstalled BSD 2.1 on a server due to a HD crash.
So far so good, but the /var/log/cron is showing the following
messages.  Can anyone let me know what this means?

Mar 31 11:56:03 roco cron[91]: (CRON) STARTUP (fork ok)
Mar 31 12:00:00 roco cron[202]: (root) CMD (/usr/bin/at)
Mar 31 12:00:00 roco cron[202]: cron: root: unknown class

The crontab file is the default file:

# Crontab file; see cron(8) for more information.
#
#       BSDI    $Id: crontab,v 2.2 1996/01/08 22:37:31 polk Exp $
#       @(#)crontab     8.1 (Berkeley) 6/9/93

SHELL=/bin/sh

0,15,30,45 * * * *      root /usr/bin/at
0 2 * * *       root /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out
| /usr/sbi
n/sendmail root
30 3 * * 6      root /bin/sh /etc/weekly 2>&1 | tee
/var/log/weekly.out | /usr/s
bin/sendmail root
30 5 1 * *      root /bin/sh /etc/monthly 2>&1 | tee
/var/log/monthly.out | /usr
/sbin/sendmail root

# INN (netnews) programs
# (uncomment these to do normal news processing)
#
# daily cleanup and expiration
#0 1 * * *       news /var/news/etc/news.daily
# process articles posted while server not answering
#15 3 * * *      news /usr/contrib/lib/news/rnews -U
# process outgoing feeds every 15 mins...
#3,18,33,48 * * * * news /usr/contrib/lib/news/bin/nntpsend


Thanks in advance.

Russ