confixx confixx_counterscript.pl und cron job

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
frank1774
Posts: 11
Joined: 2003-12-21 19:33
 

confixx confixx_counterscript.pl und cron job

Post by frank1774 »

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.
BlackEye
Posts: 81
Joined: 2003-09-04 11:02
Location: Eschwege
Contact:
 

Re: confixx confixx_counterscript.pl und cron job

Post by BlackEye »

steht denn was in

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 confixx
Weil dort steht bei meinem alten Suse noch das counterscript drin.

Code: Select all

# cat /etc/cron.d/confixx
-*/1 * * * *    root    /root/confixx/confixx_counterscript.pl
frank1774
Posts: 11
Joined: 2003-12-21 19:33
 

Das wars... :-)))

Post by frank1774 »

Hee super danke das wars......
frank1774
Posts: 11
Joined: 2003-12-21 19:33
 

War es nur teilweise mit dem cron Tip

Post by frank1774 »

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?
tix.64
Posts: 17
Joined: 2004-03-03 13:40
 

Re: War es nur teilweise mit dem cron Tip

Post by tix.64 »

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?
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.

tix.64
Post Reply