On Thu, Nov 22, 2012 at 10:17:54PM -0500, Michael W. Lucas wrote: > ... > 13 * * * * /usr/local/etc/rc.d/apache22 restart > > When this job runs, I get the following email: > > Performing sanity check on apache22 configuration: > ... > eval: setfib: not found > /usr/local/etc/rc.d/apache22: WARNING: failed to start apache22 > > If I run /usr/local/etc/rc.d/apache22 restart from the command line, I > can restart httpd without trouble. > > Any thoughts?
PATH used by cron -- per crontab(5):
Several environment variables are set up automatically by the cron(8)
daemon. SHELL is set to /bin/sh, PATH is set to /usr/bin:/bin, and
LOGNAME and HOME are set from the /etc/passwd line of the crontab's
owner. HOME, PATH and SHELL may be overridden by settings in the
crontab; LOGNAME may not.
and setfib is:
g1-227(9.1-P)[1] which setfib
/usr/sbin/setfib
g1-227(9.1-P)[2]
Looks as if overriding PATH (in crontab) is least disruptive change
that will work.
Peace,
david
--
David H. Wolfskill [email protected]
Taliban: Evil men with guns afraid of truth from a 14-year old girl.
See http://www.catwhisker.org/~david/publickey.gpg for my public key.
pgpH9ZXUDoVFm.pgp
Description: PGP signature
