[EMAIL PROTECTED] wrote: > Mira tengo mi cron por etc/crontab asi > > # /etc/crontab: system-wide crontab > # Unlike any other crontab you don't have to run the `crontab' > # command to install the new version when you edit this file > # and files in /etc/cron.d. These files also have username fields, > # that none of the other crontabs do. > > SHELL=/bin/sh > PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin > > # m h dom mon dow user command > 17 * * * * root cd / && run-parts --report /etc/cron.hourly > 25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts > --report /etc/cron.daily ) > 47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts > --report /etc/cron.weekly ) > 52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts > --report /etc/cron.monthly ) > */5 * * * * root indexmaker /etc/mrtg.cfg > --output=/var/www/mrtg/index.html 2> /dev/null& > */5 * * * * root indexmaker /etc/iptotal.cfg > --output=/var/www/mrtg/iptotal.html 2> /dev/null& > */5 * * * * root /usr/bin/mrtg /etc/mrtg.cfg 2> /dev/null& > #--Para cola de correos--# > */1 * * * * root /var/www/cola/cola.sh > 24 21 * * * root /admin/mio/bajar.sh > # > > esa ultima linea que le puse ayer no la ejecuto > > ahora de esta forma l cron miren > > dmesdserver:~# crontab -l > # m h dom mon dow command > > #-- Actualizaciones--# > 00 11 * * * /admin/nuevo/bajar > 00 09 * * * /admin/descarga > 00 10 * * * /admin/desca > */5 * * * * /usr/bin/isoqlog > /dev/null 2>&1 > > en si el comando es crontab -e para editar el fichero pero crontab -l es > para mostar lo que ahi dentro ah y aca no hace falta ponerle root por que > eso es en la cuenta root. > > eso trabaja ok pero como dije ayer le puse la linea ultima del otro > 24 21 * * * root /admin/mio/bajar.sh > > y tampoco > > sera que no coje .sh ? > pero es que no influye en nada Cual es el path completo al programa, /admin/nuevo/bajar o /admin/nuevo/bajar.sh?
Probaste mandando el stderr a un archivo? Gerardo -- Para desuscribirte tenés que visitar la página https://listas.linux.org.ar/mailman/listinfo/lugar-gral/ /* Publica y encontra trabajo relacionado con softlibre en http://www.usla.org.ar/modules/jobs/ */ Si tenés algún inconveniente o consulta escribí a mailto:[EMAIL PROTECTED]
