Crontab - Datei für vserver von S4Y

holger

Registered User
Hallo zusammen,

ich habe gerade ein Problem mit meinem Vserver Basic von S4Y.
Seit ich die Crontab-Tabelle editiert habe, um einen Cron einzutragen,
habe ich nun das Problem, das ich immer folgende Fehlermeldung als
mail bekomme:

/bin/sh: line 1: /root/confixx/confixx_counterscript.pl : No such file or directory



Hat mir jemand die original Crontab-Datei eines Vserver Basic, damit ich
mal vergleichen kann was bei mir nicht stimme.

Danke
Holger
 
Ist nicht der Basic, aber vielleicht hilft es dir:

Code:
SHELL=/bin/sh
PATH=/usr/bin:/usr/sbin:/sbin:/bin:/usr/lib/news/bin
MAILTO=root
#
# check scripts in cron.hourly, cron.daily, cron.weekly, and cron.monthly
#
-*/15 * * * *   root  test -x /usr/lib/cron/run-crons && /usr/lib/cron/run-crons >/dev/null 2>&1
30 *  * * *     root  rm -f /var/spool/cron/lastrun/cron.hourly
34 2  * * *     root  rm -f /var/spool/cron/lastrun/cron.daily
0 0  * * 6     root  rm -f /var/spool/cron/lastrun/cron.weekly
14 4  1 * *     root  rm -f /var/spool/cron/lastrun/cron.monthly

9,19,29,39,49,59 * * * * root  /usr/local/confixx/confixx_counterscript.pl
 
Back
Top