error msg:
From patrick@patrick-desktop Fri Aug 10 19:16:01 2007
Return-Path: <patrick@patrick-desktop>
Received: from patrick-desktop (patrick@patrick-desktop [127.0.0.1] (may be forged))
by patrick-desktop (8.14.1/8.14.1/Debian-8ubuntu1) with ESMTP id l7ANG1pN021590
for <patrick@patrick-desktop>; Fri, 10 Aug 2007 19:16:01 -0400
Received: (from patrick@localhost)
by patrick-desktop (8.14.1/8.14.1/Submit) id l7ANG1G1021517
for patrick; Fri, 10 Aug 2007 19:16:01 -0400
Date: Fri, 10 Aug 2007 19:16:01 -0400
Message-Id: <200708102316.l7ANG1G1021517@patrick-desktop>
From: root@patrick-desktop (Cron Daemon)
To: patrick@patrick-desktop
Subject: Cron <patrick@patrick-desktop> ftpstats
Content-Type: text/plain; charset=ANSI_X3.4-1968
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/home/patrick>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=patrick>
/bin/sh: ftpstats: command not found
root@patrick-desktop:/etc# cat crontab
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
#
the 'ftpstats' binary lives in /usr/sbin which supposedly is in the path for anacron.
how do i fix this?
thanks!
Scorpaen
From patrick@patrick-desktop Fri Aug 10 19:16:01 2007
Return-Path: <patrick@patrick-desktop>
Received: from patrick-desktop (patrick@patrick-desktop [127.0.0.1] (may be forged))
by patrick-desktop (8.14.1/8.14.1/Debian-8ubuntu1) with ESMTP id l7ANG1pN021590
for <patrick@patrick-desktop>; Fri, 10 Aug 2007 19:16:01 -0400
Received: (from patrick@localhost)
by patrick-desktop (8.14.1/8.14.1/Submit) id l7ANG1G1021517
for patrick; Fri, 10 Aug 2007 19:16:01 -0400
Date: Fri, 10 Aug 2007 19:16:01 -0400
Message-Id: <200708102316.l7ANG1G1021517@patrick-desktop>
From: root@patrick-desktop (Cron Daemon)
To: patrick@patrick-desktop
Subject: Cron <patrick@patrick-desktop> ftpstats
Content-Type: text/plain; charset=ANSI_X3.4-1968
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/home/patrick>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=patrick>
/bin/sh: ftpstats: command not found
root@patrick-desktop:/etc# cat crontab
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
#
the 'ftpstats' binary lives in /usr/sbin which supposedly is in the path for anacron.
how do i fix this?
thanks!
Scorpaen
Comment