[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Cron Error -- Can someone help me understand this?



I am pretty green when it comes to linux.  I have been receiving a cron
error each time a script, called poprelayd.custodiat, runs (from
/etc/cron.quarter-daily) with the error message:

Warning: /boot/System.map has an incorrect kernel version.

All of the official cobalt patches have been applied.  The kernal version
is -rw-r--r--   1 root     root       215115 Jun 14 20:35
System-2.2.16C27_III.map

The script reads:

#!/usr/bin/perl
# Will DeHaan <will@xxxxxxxxxx>
#
# Custodial poprelayd script
# Tests if poprelayd is running, starts it if not

my $poprelayd = 0; # Assume poprelayd is not running

open(PROCS, '/bin/ps auxwww |') || exit 0;
while(<PROCS>) { $poprelayd= 1 if (/poprelayd/ && !/poprelayd\.cust/); }
close(PROCS);

system('/etc/rc.d/init.d/poprelayd restart > /dev/null 2>&1') unless
($poprelayd);

I have searched the archive and find nothing.



Joe Brennskag
Hardy Telecommunications, Inc.
304-897-9911
joe@xxxxxxxxxxxx