Hallo zusammen,
ich versuche gerade dieses Thema umzusetzen:
Das Script funktioniert auch:
Jetzt habe ich einen Cronjob erstellt, doch dieser wird nicht ausgeführt. Es gibt keinen Eintrag im Log. Wenn das Skript von Hand ausgeführt wird, gibt es einen Eintrag.
Cronjob sieht so aus:
Jetzt meine Frage: Woran kann es liegen, dass der Cronjob nicht ausgeführt wird? Bzw. kann ich den Cronjob auch irgendwie von Hand starten (nicht nur das Script alleine) um zu sehen, ob es eine Fehlermeldung gibt?
mfg
Neogeo21
PS: Habe mein Problem nicht beim oben genannten Thread eingehängt, da das Script ja funzt und das Problem ja anscheinend nur wegen dem Crontab besteht!
ich versuche gerade dieses Thema umzusetzen:
Code:
https://www.digital-eliteboard.com/showthread.php?263623-Monatliche-DynDNS-Anmeldung-per-Script
Das Script funktioniert auch:
root@igel0816:/usr/script# ./dyndns.sh
Login successful
root@igel0816:/usr/script#
Login successful
root@igel0816:/usr/script#
Jetzt habe ich einen Cronjob erstellt, doch dieser wird nicht ausgeführt. Es gibt keinen Eintrag im Log. Wenn das Skript von Hand ausgeführt wird, gibt es einen Eintrag.
Cronjob sieht so aus:
root@igel0816:/# crontab -l
55 23 * * 3 root /usr/script/dyndns.sh
# Edit this file to introduce tasks to be run by cron.
#
# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the task
#
# To define the time you can provide concrete values for
# minute (m), hour (h), day of month (dom), month (mon),
# and day of week (dow) or use '*' in these fields (for 'any').#
# Notice that tasks will be started based on the cron's system
# daemon's notion of time and timezones.
#
# Output of the crontab jobs (including errors) is sent through
# email to the user the crontab file belongs to (unless redirected).
#
# For example, you can run a backup of all your user accounts
# at 5 a.m every week with:
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
#
# For more information see the manual pages of crontab(5) and cron(8)
#
# m h dom mon dow command
55 23 * * 3 root /usr/script/dyndns.sh
# Edit this file to introduce tasks to be run by cron.
#
# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the task
#
# To define the time you can provide concrete values for
# minute (m), hour (h), day of month (dom), month (mon),
# and day of week (dow) or use '*' in these fields (for 'any').#
# Notice that tasks will be started based on the cron's system
# daemon's notion of time and timezones.
#
# Output of the crontab jobs (including errors) is sent through
# email to the user the crontab file belongs to (unless redirected).
#
# For example, you can run a backup of all your user accounts
# at 5 a.m every week with:
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
#
# For more information see the manual pages of crontab(5) and cron(8)
#
# m h dom mon dow command
Jetzt meine Frage: Woran kann es liegen, dass der Cronjob nicht ausgeführt wird? Bzw. kann ich den Cronjob auch irgendwie von Hand starten (nicht nur das Script alleine) um zu sehen, ob es eine Fehlermeldung gibt?
mfg
Neogeo21
PS: Habe mein Problem nicht beim oben genannten Thread eingehängt, da das Script ja funzt und das Problem ja anscheinend nur wegen dem Crontab besteht!
Zuletzt bearbeitet: