[glux] TELNET+crontab
frompa@tin.it
frompa@tin.it
Gio 11 Set 2003 15:52:31 CEST
ciao
ho fatto uno script che utilizza una connessione telnet:
[root@motoko bin]# cat sincro.sh
#/bin/sh
telnet 129.6.15.28 13
se lo lancio "a mano" funziona e l'output è questo:
[root@motoko etc]# sincro.sh
Trying 129.6.15.28...
Connected to 129.6.15.28.
Escape character is '^]'.
52893 03-09-11 14:43:12 50 0 0 754.2 UTC(NIST) *
Connection closed by foreign host.
se invece lo lancio tramite cron :
(questo è il mio crontab:)
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 3 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
#controllo posta
0-59/5 * * * * root /root/bin/miofetchmail
#sincronizzazione ora con il time server internet
0-59/1 * * * * root /root/bin/sincro.sh
ha un comportamento diverso e l'output inviatomi per email da cron è questo:
Trying 129.6.15.28... Connected to 129.6.15.28. Escape character is '^]'.
Connection closed by foreign host.
praticamente si connette ma sembra che non riceve le informazioni.
qualcuno può aiutarmi a risolvere quello che a me pare un "mistrero"??
graxie fabrizio
Maggiori informazioni sulla lista
glux