Cronjob bei server4you

Burningwave

Registered User
Heyho,

ich will auf meinem vserver unter Debian 3.1 nen Cronjob einrichten.

Mittels crontab -e habe ich folgendes eingegeben:

*/1 * * * * /usr/bin/php /var/www/web1/html/mail/fetch.mail.php >/var/www/web1/files/mail.txt 2>&1


Nach meiner Auffassung sollte nun die fetch.mail.php jede Minute abgerufen werden, Fehlermeldungen in der mail.txt gespeichert werden. Jedoch wird der cronjob nicht ausgeführt.

/etc/init.d/cron status gibt mir folgendes aus:

Usage: /etc/init.d/cron start|stop|restart|reload|force-reload


Heißt also, dass es die Funktion status gar nicht gibt. Ich habe nun also einfach mal restart durchgeführt, erfolgreich. Dienst scheint demnach also aktiv zu sein.

Aber wieso wird der cronjob nicht durchgeführt?

Gruß

Burningwave
 
Hast du mal probiert das ganze über die Konsole direkt auszuführen?
Gibts irgendwas dazu in Logfiles?
 
Wie führe ich das denn direkt aus?

Ich bin leider in Sachen Linux nen blutiger Anfänger, bin schon froh, dass ich mir den Rest zusammensuchen/lesen konnte...
 
Die Geschichte mit "warum nimmt man sich nen Server, wenn man keine Ahnung davon hat, spare ich mir mal!!!"

Du führst es aus, indem du das in deine Shell reinhämmerst oder kopierst:
Code:
/usr/bin/php /var/www/web1/html/mail/fetch.mail.php >/var/www/web1/files/mail.txt
 
Keine Meldung, keine Ausgabe in der Shell.

In meiner Textdatei kriege ich Fehlermeldungen aus der .php, aber die tragen ja nicht zum eigentlichen Problem bei.
 
Damit hätten wir zumindest schon mal geklärt, ob der Komandozeileninterpreter läuft.

Woran erkennst du eigentlich, das das Skript beim Cron nicht läuft?

Und wir wissen immer noch nicht welche Distribution du verwendest.

Schau doch mal in den Logfiles nach, ob der Cronjob läuft. Das müsste eigentlich im syslog oder in messages unter var/log stehen.
 
Das mit Debian 3.1 stand gleich im ersten Beitrag.

Ich habe quasi nen Counter geschrieben, der mir ausgibt, wann die .php von welcher ip zuletzt aufgerufen wurde. Externe cronjobs (eben von diesen cronjob Anbietern) funktionieren.

Leider gibt es dort viele Logfiles, ich weiß nun nicht, wo ich da nachschauen soll...
 
Stimmt, sorry, das mit der Distri hatte ich wohl überlsen.

Also, dann müsste das im syslog stehen. Probiers mal mit
Code:
cat /var/log/syslog | grep cron
Dann werden dir alle Logeinträge geliefert, die was mit cron zu tun haben. Da der Job ja jede Minute arbeiten soll, dürfte man es ziemlich einfach finden, ob es funktioniert oder nicht.
 
Code:
Jul  9 04:02:17 vs1142017 cron-apt: Failed to fetch http://non-us.debian.org/deb                                                          ian-non-US/dists/stable/non-US/main/source/Release  Could not create a socket fo                                                          r 194.109.137.218 (f=2 t=1 p=6) - socket (105 No buffer space available)
Jul  9 04:02:17 vs1142017 cron-apt: Failed to fetch http://non-us.debian.org/deb                                                          ian-non-US/dists/stable/non-US/contrib/source/Sources.gz  Could not create a soc                                                          ket for 194.109.137.218 (f=2 t=1 p=6) - socket (105 No buffer space available)
Jul  9 04:02:17 vs1142017 cron-apt: Failed to fetch http://non-us.debian.org/deb                                                          ian-non-US/dists/stable/non-US/contrib/source/Release  Could not create a socket                                                           for 194.109.137.218 (f=2 t=1 p=6) - socket (105 No buffer space available)
Jul  9 04:02:17 vs1142017 cron-apt: Failed to fetch http://non-us.debian.org/deb                                                          ian-non-US/dists/stable/non-US/non-free/source/Sources.gz  Could not create a so                                                          cket for 194.109.137.218 (f=2 t=1 p=6) - socket (105 No buffer space available)
Jul  9 04:02:17 vs1142017 cron-apt: Failed to fetch http://non-us.debian.org/deb                                                          ian-non-US/dists/stable/non-US/non-free/source/Release  Could not create a socke                                                          t for 194.109.137.218 (f=2 t=1 p=6) - socket (105 No buffer space available)
Jul  9 04:02:17 vs1142017 cron-apt: Failed to fetch http://ftp2.de.debian.org/de                                                          bian/dists/etch/non-free/binary-i386/Packages.gz  Could not create a socket for                                                           195.71.9.196 (f=2 t=1 p=6) - socket (105 No buffer space available)
Jul  9 04:02:17 vs1142017 cron-apt: Failed to fetch http://ftp2.de.debian.org/de                                                          bian/dists/etch/non-free/binary-i386/Release  Could not create a socket for 195.                                                          71.9.196 (f=2 t=1 p=6) - socket (105 No buffer space available)
Jul  9 04:02:17 vs1142017 cron-apt: Failed to fetch http://people.debian.org/~hm                                                          h/woody/hmh/cyrus/Packages.gz  Could not create a socket for 192.25.206.10 (f=2                                                           t=1 p=6) - socket (105 No buffer space available)
Jul  9 04:02:17 vs1142017 cron-apt: Failed to fetch http://people.debian.org/~hm                                                          h/woody/hmh/cyrus/Release  Could not create a socket for 192.25.206.10 (f=2 t=1                                                           p=6) - socket (105 No buffer space available)
Jul  9 04:02:17 vs1142017 cron-apt: Failed to fetch http://people.debian.org/~hm                                                          h/woody/hmh/postfix/Packages.gz  Could not create a socket for 192.25.206.10 (f=                                                          2 t=1 p=6) - socket (105 No buffer space available)
Jul  9 04:02:17 vs1142017 cron-apt: Failed to fetch http://people.debian.org/~hm                                                          h/woody/hmh/postfix/Release  Could not create a socket for 192.25.206.10 (f=2 t=                                                          1 p=6) - socket (105 No buffer space available)
Jul  9 04:02:17 vs1142017 cron-apt: Failed to fetch http://people.debian.org/~hm                                                          h/woody/hmh/misc/Packages.gz  Could not create a socket for 192.25.206.10 (f=2 t                                                          =1 p=6) - socket (105 No buffer space available)
Jul  9 04:02:17 vs1142017 cron-apt: Failed to fetch http://people.debian.org/~hm                                                          h/woody/hmh/misc/Release  Could not create a socket for 192.25.206.10 (f=2 t=1 p                                                          =6) - socket (105 No buffer space available)
Jul  9 04:02:17 vs1142017 cron-apt: Failed to fetch http://people.debian.org/~au                                                          rel32/BACKPORTS/dists/stable/main/binary-i386/Packages.gz  Could not create a so                                                          cket for 192.25.206.10 (f=2 t=1 p=6) - socket (105 No buffer space available)
Jul  9 04:02:17 vs1142017 cron-apt: Failed to fetch http://people.debian.org/~au                                                          rel32/BACKPORTS/dists/stable/main/binary-i386/Release  Could not create a socket                                                           for 192.25.206.10 (f=2 t=1 p=6) - socket (105 No buffer space available)
Jul  9 04:02:17 vs1142017 cron-apt: Failed to fetch http://debian.moolfreet.com/                                                          ./Packages.gz  Could not create a socket for 87.98.217.95 (f=2 t=1 p=6) - socket                                                           (105 No buffer space available)
Jul  9 04:02:17 vs1142017 cron-apt: Failed to fetch http://debian.moolfreet.com/                                                          ./Release  Could not create a socket for 87.98.217.95 (f=2 t=1 p=6) - socket (10                                                          5 No buffer space available)
Jul  9 04:02:17 vs1142017 cron-apt: W: Couldn't stat source package list http://                                                          people.debian.org hmh/cyrus/ Packages (/var/lib/apt/lists/people.debian.org_%7eh                                                          mh_woody_hmh_cyrus_Packages) - stat (2 No such file or directory)
Jul  9 04:02:17 vs1142017 cron-apt: W: Couldn't stat source package list http://                                                          people.debian.org hmh/postfix/ Packages (/var/lib/apt/lists/people.debian.org_%7                                                          ehmh_woody_hmh_postfix_Packages) - stat (2 No such file or directory)
Jul  9 04:02:17 vs1142017 cron-apt: W: Couldn't stat source package list http://                                                          people.debian.org hmh/misc/ Packages (/var/lib/apt/lists/people.debian.org_%7ehm                                                          h_woody_hmh_misc_Packages) - stat (2 No such file or directory)
Jul  9 04:02:17 vs1142017 cron-apt: W: Couldn't stat source package list http://                                                          people.debian.org stable/main Packages (/var/lib/apt/lists/people.debian.org_%7e                                                          aurel32_BACKPORTS_dists_stable_main_binary-i386_Packages) - stat (2 No such file                                                           or directory)
Jul  9 04:02:17 vs1142017 cron-apt: W: Couldn't stat source package list http://                                                          debian.moolfreet.com ./ Packages (/var/lib/apt/lists/debian.moolfreet.com_._Pack                                                          ages) - stat (2 No such file or directory)
Jul  9 04:02:17 vs1142017 cron-apt: W: You may want to run apt-get update to cor                                                          rect these problems
Jul  9 04:02:18 vs1142017 cron-apt: E: Some index files failed to download, they                                                           have been ignored, or old ones used instead.
Jul  9 04:15:01 vs1142017 /USR/SBIN/CRON[32469]: (root) CMD (   run-parts --repo                                                          rt /etc/cron.hourly)
Jul  9 05:15:01 vs1142017 /USR/SBIN/CRON[1561]: (root) CMD (   run-parts --repor                                                          t /etc/cron.hourly)
Jul  9 06:15:01 vs1142017 /USR/SBIN/CRON[4067]: (root) CMD (   run-parts --repor                                                          t /etc/cron.hourly)
Jul  9 07:15:01 vs1142017 /USR/SBIN/CRON[28654]: (root) CMD (   run-parts --repo                                                          rt /etc/cron.hourly)
Jul  9 08:15:02 vs1142017 /USR/SBIN/CRON[11480]: (root) CMD (   run-parts --repo                                                          rt /etc/cron.hourly)
Jul  9 09:01:50 vs1142017 /usr/sbin/cron[24298]: (CRON) INFO (pidfile fd = 3)
Jul  9 09:01:50 vs1142017 /usr/sbin/cron[24300]: (CRON) STARTUP (fork ok)
Jul  9 09:01:50 vs1142017 /usr/sbin/cron[24300]: (CRON) INFO (Running @reboot jo                                                          bs)
Jul  9 09:15:01 vs1142017 /USR/SBIN/CRON[5722]: (root) CMD (   run-parts --repor                                                          t /etc/cron.hourly)
Jul  9 10:15:01 vs1142017 /USR/SBIN/CRON[17529]: (root) CMD (   run-parts --repo                                                          rt /etc/cron.hourly)
Jul  9 11:15:01 vs1142017 /USR/SBIN/CRON[14088]: (root) CMD (   run-parts --repo                                                          rt /etc/cron.hourly)
Jul  9 12:15:01 vs1142017 /USR/SBIN/CRON[5744]: (root) CMD (   run-parts --repor                                                          t /etc/cron.hourly)
Jul  9 13:15:01 vs1142017 /USR/SBIN/CRON[24244]: (root) CMD (   run-parts --repo                                                          rt /etc/cron.hourly)
Jul  9 14:15:01 vs1142017 /USR/SBIN/CRON[18349]: (root) CMD (   run-parts --repo                                                          rt /etc/cron.hourly)
Jul  9 15:15:01 vs1142017 /USR/SBIN/CRON[16285]: (root) CMD (   run-parts --repo                                                          rt /etc/cron.hourly)
Jul  9 15:20:11 vs1142017 crontab[30481]: (root) LIST (root)
Jul  9 15:20:16 vs1142017 crontab[30551]: (root) BEGIN EDIT (root)
Jul  9 15:23:38 vs1142017 crontab[7221]: (root) BEGIN EDIT (root)
Jul  9 15:29:01 vs1142017 /usr/sbin/cron[24300]: (*system*) RELOAD (/etc/crontab                                                          )
Jul  9 15:29:01 vs1142017 cron[24300]: Error: bad minute; while reading /etc/cro                                                          ntab
Jul  9 15:31:02 vs1142017 crontab[24442]: (root) LIST (root)
Jul  9 16:05:01 vs1142017 /usr/sbin/cron[24300]: (*system*) RELOAD (/etc/crontab                                                          )
Jul  9 16:05:01 vs1142017 cron[24300]: Error: bad minute; while reading /etc/cro                                                          ntab
Jul  9 16:09:01 vs1142017 /usr/sbin/cron[24300]: (*system*) RELOAD (/etc/crontab                                                          )
Jul  9 16:09:01 vs1142017 cron[24300]: Error: bad minute; while reading /etc/cro                                                          ntab
Jul  9 16:09:01 vs1142017 cron[24300]: Error: bad minute; while reading /etc/cro                                                          ntab
Jul  9 16:09:01 vs1142017 cron[24300]: Error: bad username; while reading /etc/c                                                          rontab
Jul  9 16:09:01 vs1142017 cron[24300]: Error: bad minute; while reading /etc/cro                                                          ntab
Jul  9 16:09:01 vs1142017 cron[24300]: Error: bad minute; while reading /etc/cro                                                          ntab
Jul  9 16:09:26 vs1142017 crontab[6093]: (root) LIST (root)
Jul  9 16:09:29 vs1142017 crontab[7175]: (root) BEGIN EDIT (root)
Jul  9 16:15:01 vs1142017 /usr/sbin/cron[24300]: (*system*) RELOAD (/etc/crontab                                                          )
Jul  9 16:15:01 vs1142017 cron[24300]: Error: bad minute; while reading /etc/cro                                                          ntab
Jul  9 16:15:01 vs1142017 cron[24300]: Error: bad minute; while reading /etc/cro                                                          ntab
Jul  9 16:15:01 vs1142017 cron[24300]: Error: bad username; while reading /etc/c                                                          rontab
Jul  9 16:15:01 vs1142017 cron[24300]: Error: bad minute; while reading /etc/cro                                                          ntab
Jul  9 16:15:01 vs1142017 cron[24300]: Error: bad minute; while reading /etc/cro                                                          ntab
Jul  9 16:15:01 vs1142017 /USR/SBIN/CRON[18063]: (root) CMD (   run-parts --repo                                                          rt /etc/cron.hourly^M)
Jul  9 16:18:01 vs1142017 /usr/sbin/cron[24300]: (*system*) RELOAD (/etc/crontab                                                          )
Jul  9 16:18:01 vs1142017 cron[24300]: Error: bad minute; while reading /etc/cro                                                          ntab
Jul  9 16:21:01 vs1142017 /usr/sbin/cron[24300]: (*system*) RELOAD (/etc/crontab                                                          )
Jul  9 16:21:01 vs1142017 cron[24300]: Error: bad minute; while reading /etc/cro                                                          ntab
Jul  9 16:28:18 vs1142017 crontab[22123]: (root) REPLACE (root)
Jul  9 16:30:40 vs1142017 crontab[28330]: (root) REPLACE (root)
Jul  9 16:31:01 vs1142017 /usr/sbin/cron[24300]: (root) RELOAD (crontabs/root)
Jul  9 16:31:01 vs1142017 crontab[29786]: (root) BEGIN EDIT (root)
Jul  9 16:36:15 vs1142017 crontab[10093]: (root) BEGIN EDIT (root)
Jul  9 16:38:13 vs1142017 crontab[10093]: (root) REPLACE (root)
Jul  9 16:38:13 vs1142017 crontab[10093]: (root) END EDIT (root)
Jul  9 16:39:01 vs1142017 crontab[17861]: (root) BEGIN EDIT (root)
Jul  9 16:39:01 vs1142017 /usr/sbin/cron[24300]: (root) RELOAD (crontabs/root)
Jul  9 16:39:23 vs1142017 crontab[17861]: (root) REPLACE (root)
Jul  9 16:39:23 vs1142017 crontab[17861]: (root) END EDIT (root)
Jul  9 16:40:01 vs1142017 /usr/sbin/cron[24300]: (root) RELOAD (crontabs/root)
Jul  9 16:47:19 vs1142017 crontab[13794]: (root) BEGIN EDIT (root)
Jul  9 16:47:31 vs1142017 crontab[13794]: (root) REPLACE (root)
Jul  9 16:47:31 vs1142017 crontab[13794]: (root) END EDIT (root)
Jul  9 16:48:01 vs1142017 /usr/sbin/cron[24300]: (root) RELOAD (crontabs/root)
Jul  9 16:54:01 vs1142017 crontab[1452]: (root) BEGIN EDIT (root)
Jul  9 16:57:43 vs1142017 crontab[11356]: (root) BEGIN EDIT (root)
Jul  9 16:58:54 vs1142017 crontab[11356]: (root) REPLACE (root)
Jul  9 16:58:54 vs1142017 crontab[11356]: (root) END EDIT (root)
Jul  9 16:59:01 vs1142017 /usr/sbin/cron[24300]: (root) RELOAD (crontabs/root)
Jul  9 16:59:33 vs1142017 crontab[14147]: (root) BEGIN EDIT (root)
Jul  9 16:59:49 vs1142017 crontab[14147]: (root) REPLACE (root)
Jul  9 16:59:49 vs1142017 crontab[14147]: (root) END EDIT (root)
Jul  9 17:00:01 vs1142017 /usr/sbin/cron[24300]: (root) RELOAD (crontabs/root)
Jul  9 17:00:34 vs1142017 crontab[19873]: (root) BEGIN EDIT (root)
Jul  9 17:12:13 vs1142017 crontab[3593]: (root) BEGIN EDIT (root)
Jul  9 17:12:44 vs1142017 crontab[3593]: (root) REPLACE (root)
Jul  9 17:12:44 vs1142017 crontab[3593]: (root) END EDIT (root)
Jul  9 17:12:59 vs1142017 crontab[7266]: (root) BEGIN EDIT (root)
Jul  9 17:13:01 vs1142017 /usr/sbin/cron[24300]: (root) RELOAD (crontabs/root)
Jul  9 17:13:13 vs1142017 crontab[7266]: (root) REPLACE (root)
Jul  9 17:13:13 vs1142017 crontab[7266]: (root) END EDIT (root)
Jul  9 17:14:01 vs1142017 /usr/sbin/cron[24300]: (root) RELOAD (crontabs/root)
Jul  9 17:15:01 vs1142017 /USR/SBIN/CRON[15763]: (root) CMD (   run-parts --repo                                                          rt /etc/cron.hourly^M)
Jul  9 17:19:29 vs1142017 crontab[5650]: (root) BEGIN EDIT (root)
Jul  9 17:19:40 vs1142017 crontab[5650]: (root) REPLACE (root)
Jul  9 17:19:40 vs1142017 crontab[5650]: (root) END EDIT (root)
Jul  9 17:20:01 vs1142017 /usr/sbin/cron[24300]: (root) RELOAD (crontabs/root)
Jul  9 17:21:34 vs1142017 /usr/sbin/cron[19992]: (CRON) INFO (pidfile fd = 3)
Jul  9 17:21:34 vs1142017 /usr/sbin/cron[19993]: (CRON) STARTUP (fork ok)
Jul  9 17:21:34 vs1142017 cron[19993]: Error: bad minute; while reading /etc/cro                                                          ntab
Jul  9 17:21:34 vs1142017 /usr/sbin/cron[19993]: (CRON) INFO (Running @reboot jo                                                          bs)
Jul  9 17:28:44 vs1142017 crontab[22104]: (root) BEGIN EDIT (root)
Jul  9 17:41:15 vs1142017 /usr/sbin/cron[28289]: (CRON) INFO (pidfile fd = 3)
Jul  9 17:41:15 vs1142017 /usr/sbin/cron[28292]: (CRON) STARTUP (fork ok)
Jul  9 17:41:15 vs1142017 cron[28292]: Error: bad minute; while reading /etc/cro                                                          ntab
Jul  9 17:41:15 vs1142017 /usr/sbin/cron[28292]: (CRON) INFO (Skipping @reboot j                                                          obs -- not system startup)
Jul  9 17:46:12 vs1142017 crontab[28529]: (root) BEGIN EDIT (root)
Jul  9 17:49:23 vs1142017 crontab[16045]: (root) BEGIN EDIT (root)
Jul  9 17:49:39 vs1142017 crontab[16045]: (root) REPLACE (root)
Jul  9 17:49:39 vs1142017 crontab[16045]: (root) END EDIT (root)
Jul  9 17:50:01 vs1142017 /usr/sbin/cron[28292]: (root) RELOAD (crontabs/root)
Jul  9 17:51:36 vs1142017 crontab[29777]: (root) BEGIN EDIT (root)
Jul  9 17:52:19 vs1142017 crontab[29777]: (root) REPLACE (root)
Jul  9 17:52:19 vs1142017 crontab[29777]: (root) END EDIT (root)
Jul  9 17:53:01 vs1142017 /usr/sbin/cron[28292]: (root) RELOAD (crontabs/root)
Jul  9 18:15:02 vs1142017 /USR/SBIN/CRON[26456]: (root) CMD (   run-parts --repo                                                          rt /etc/cron.hourly^M)
Jul  9 18:27:25 vs1142017 crontab[30389]: (root) BEGIN EDIT (root)
Jul  9 18:29:21 vs1142017 crontab[30389]: (root) END EDIT (root)
Jul  9 19:15:01 vs1142017 /USR/SBIN/CRON[3185]: (root) CMD (   run-parts --repor                                                          t /etc/cron.hourly^M)
Jul  9 20:15:01 vs1142017 /USR/SBIN/CRON[29887]: (root) CMD (   run-parts --repo                                                          rt /etc/cron.hourly^M)
Jul  9 21:15:01 vs1142017 /USR/SBIN/CRON[5486]: (root) CMD (   run-parts --repor                                                          t /etc/cron.hourly^M)
Jul  9 22:15:01 vs1142017 /USR/SBIN/CRON[24198]: (root) CMD (   run-parts --repo                                                          rt /etc/cron.hourly^M)
Jul  9 23:15:01 vs1142017 /USR/SBIN/CRON[10114]: (root) CMD (   run-parts --repo                                                          rt /etc/cron.hourly^M)

Hab von den Fehlermeldungen nicht viel Ahnung, allerdings seh ich da nichts von dem Cronjob, welchen ich ja haben will...
 
Irgendwie sieht man da keinen ausgeführten Cronjob.

Gibt es eigentlich noch andere Cronjobs, die eingetragen sind?

Als welcher User hast du den Cronjob eingetragen? Und stimmen die Rechte?
 
Nein, ich habe vorher noch rein gar nichts mit cronjobs gemacht. Eingetragen habe ich das Ganze als root, die datei hat volle Rechte...
 
Hallo!
Schicke wstuermer einfach deine Serverkennung oder Kundennummer per PN.

mfG
Thorsten
 
Hallo!
Eventuell weil wstuermer Server4You Mitarbeiter ist und sich das ganze dann direkt ansehen kann?

mfG
Thorsten
 
Hi,

hattest Du schon was geändert?
Ich hatte mich gerade eingeloggt und nur mal ein 'ps afux' ausgeführt, mit folgender, gekürzter Ausgabe.

Code:
root     28615  0.0  0.1  2052  736 ?        S    01:53   0:00  \_ /USR/SBIN/CRON
root     28617  0.0  0.2  2272  996 ?        Ss   01:53   0:00      \_ /bin/sh -c /usr/bin/php /var/www/web1/html/mail/fetch.mail.php >/var/www/web1/files/ma
root     28619 10.0  1.5 20612 6172 ?        R    01:53   0:00          \_ /usr/bin/php /var/www/web1/html/mail/fetch.mail.php

Ich wage als zu behaupten, dass der Cronjob läuft :)

Um auf Deine andere Frage zurückzukommen: VEID = Virtual Environment ID = vServer-Nummer.


Gruss
Wolfgang
 
Die Ausgabe habe ich bei mir leider nicht, Auch das neu installieren es Cronjobs bringt keine Änderung. Fazit: der Cronjob läuft nicht (Überprüfung anhand meinem Counter). Der Cronjob von cronjob.de läuft weiterhin Problemlos, allerdings will ich ja ne eigene Lösung haben.
 
Hi,

überprüf mal Deinen Counter. Der Cronjob läuft, wie du auch der /var/log/messages entnehmen kannst.

Code:
Jul 12 18:40:01 vs1142017 /USR/SBIN/CRON[17777]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php^M)
Jul 12 18:40:01 vs1142017 /USR/SBIN/CRON[17773]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php >/var/www/web1/files/mail.txt 2>&1)
Jul 12 18:41:01 vs1142017 /USR/SBIN/CRON[19974]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php^M)
Jul 12 18:41:01 vs1142017 /USR/SBIN/CRON[19976]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php >/var/www/web1/files/mail.txt 2>&1)
Jul 12 18:42:01 vs1142017 /USR/SBIN/CRON[22016]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php^M)
Jul 12 18:42:01 vs1142017 /USR/SBIN/CRON[22018]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php >/var/www/web1/files/mail.txt 2>&1)
Jul 12 18:43:01 vs1142017 /USR/SBIN/CRON[24204]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php >/var/www/web1/files/mail.txt 2>&1)
Jul 12 18:43:01 vs1142017 /USR/SBIN/CRON[24203]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php^M)
Jul 12 18:44:01 vs1142017 /USR/SBIN/CRON[26181]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php^M)
Jul 12 18:44:01 vs1142017 /USR/SBIN/CRON[26191]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php >/var/www/web1/files/mail.txt 2>&1)
Jul 12 18:45:01 vs1142017 /USR/SBIN/CRON[29734]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php^M)
Jul 12 18:45:01 vs1142017 /USR/SBIN/CRON[29745]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php >/var/www/web1/files/mail.txt 2>&1)
Jul 12 18:46:01 vs1142017 /USR/SBIN/CRON[32593]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php^M)
Jul 12 18:46:01 vs1142017 /USR/SBIN/CRON[32600]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php >/var/www/web1/files/mail.txt 2>&1)
Jul 12 18:47:01 vs1142017 /USR/SBIN/CRON[3470]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php^M)
Jul 12 18:47:01 vs1142017 /USR/SBIN/CRON[3472]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php >/var/www/web1/files/mail.txt 2>&1)
Jul 12 18:48:01 vs1142017 /USR/SBIN/CRON[5670]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php^M)
Jul 12 18:48:01 vs1142017 /USR/SBIN/CRON[5671]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php >/var/www/web1/files/mail.txt 2>&1)
Jul 12 18:49:01 vs1142017 /USR/SBIN/CRON[7751]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php^M)
Jul 12 18:49:01 vs1142017 /USR/SBIN/CRON[7750]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php >/var/www/web1/files/mail.txt 2>&1)
Jul 12 18:50:01 vs1142017 /USR/SBIN/CRON[9923]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php^M)
Jul 12 18:50:01 vs1142017 /USR/SBIN/CRON[9927]: (root) CMD (/usr/bin/php /var/www/web1/html/mail/fetch.mail.php >/var/www/web1/files/mail.txt 2>&1)
 
Back
Top