Daniel Dvořák wrote:
Hi Frank,
I have some strange messages from cron daemon about ipfw2dshild.
And what is more interesting it appears only on WRAP platform (PC ENGINE), not
on other hardwares.
This mail for root from Cron Daemon:
Message 1:
From [EMAIL PROTECTED] Sat Jan 1 00:03:07 2000
Date: Sat, 1 Jan 2000 00:03:01 +0100 (CET)
From: [EMAIL PROTECTED] (Cron Daemon)
To: [EMAIL PROTECTED]
Subject: Cron <[EMAIL PROTECTED]> /usr/local/sbin/ipfw2dshield
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin>
X-Cron-Env: <HOME=/var/log>
X-Cron-Env: <LOGNAME=root>
X-Cron-Env: <USER=root>
ipfw2dshield: Can't find 'strpdate' on this system.
Do not look at the time, wrap doesn´t have a RTC.
ls -al /usr/local/bin/strpdate
-rwxr-xr-x 1 root wheel 3884 Jan 1 03:43 /usr/local/bin/strpdate
X# /usr/local/bin/strpdate
Usage: /usr/local/bin/strpdate -f fmt date
So the file exists right there where it should be and it is fully executable.
My /usr/local/etc/ipfw2dshild.rc configuration file is the generic one.
Could you advise me, what it´s going on, please ?
Thanks.
Bye
Dan
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
strpdate is not in the PATH. Since it is at /usr/local/bin, you'll need
to add that to the PATH.
jmc
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"