Hallo Forum,
ich bin nun langsam am verzweifeln, ich versteh einfach nicht warum das confixx confixx_counterscript jede minute ausgeführt wird.
In der crontab habe ich schon den Eintrag in:
0 23 * * * /root/confixx/confixx_counterscript.pl
geändert damit er nur noch eimal jeden Tag ausgeführt werden soll.
Das hat aber keinerlei Auswirkung auf das Script, es wird weiterhin jede Minute ausgeführt, selbst wenn ich die Zeile in der crontab mit # auskommentiere.
Kann mir jemand sagen wie und wo dieses confixx_counterscript.pl aufgerufen wird?
Danke schon mal.
confixx confixx_counterscript.pl und cron job
Re: confixx confixx_counterscript.pl und cron job
steht denn was in
Weil dort steht bei meinem alten Suse noch das counterscript drin.
Code: Select all
# ls -alh /etc/cron.d/
insgesamt 8,0K
drwxr-xr-x 2 root root 4,0K 3. Sep 18:57 .
drwxr-xr-x 43 root root 4,0K 20. Sep 15:10 ..
-rw-r--r-- 1 root root 0 3. Sep 18:57 confixxCode: Select all
# cat /etc/cron.d/confixx
-*/1 * * * * root /root/confixx/confixx_counterscript.plWar es nur teilweise mit dem cron Tip
Der Tip mit dem Verzeichnis cron.d war nur der Anfang. Nachdem ich den Eintrag entfernt habe wurde das conffix_counterscript nicht mehr minütlich ausgeführt sondern nur noch so wie ich es in meiner crontab eingestellt habe.
Jedoch hatte ich dann folgenden Eintrag in meinen Logs in messages:
Sep 22 21:21:29 p15139766 -- MARK --
Woher kommt nun diese Meldung?
Jedoch hatte ich dann folgenden Eintrag in meinen Logs in messages:
Sep 22 21:21:29 p15139766 -- MARK --
Woher kommt nun diese Meldung?
Re: War es nur teilweise mit dem cron Tip
Damit sagt dir syslog alle 20 Minuten, dass es noch arbeitet. Das war ja vorher nicht notwendig, weil das counterskript ja minütlich einen log-Eintrag gemacht hat.frank1774 wrote: Jedoch hatte ich dann folgenden Eintrag in meinen Logs in messages:
Sep 22 21:21:29 p15139766 -- MARK --
Woher kommt nun diese Meldung?
tix.64