7.5 stable


Dan <d...@nnnne-o-o-o.com> wrote:

> 
> Hello,
> 
> I'm trying to test in my dev environment the first implementation
> of a web app that should run based on the result of some shell scripts
> started by crontab.
> 
> Problem arising immediately is that I'm not able to get crontab
> running properly for my local user and the system seems not getting
> any change to the cron tables defined below.
> 
> cat /var/cron/tabs/myuser:
> 
> # /var/cron/tabs/myuser - myuser's crontab
> #
> SHELL=/bin/sh
> PATH=/bin:/sbin:/usr/bin:/usr/sbin
> HOME=/var/log
> #
> #minute hour    mday    month   wday    [flags] command
> #
> 
> 6       *       *       *       *
> /bin/sh/home/MyNewProject/Public/pdfwriter
> 
> 
> ls -lsa :
> 
> 4 -rw-------  1 myuser  crontab  735 Nov 21 20:04 myuser
> 
> 
> my /etc/crontab is empty
> 
> 
> cat /etc/rc.conf | grep cron
> cron_flags=
> 
> 
> I already checked permissions and tested my shell script locally, all
> appears correct.
> 
> Any help is appreciated, Thnx!
> 


Dan

------
nuggetsman.com - Repo: https://code.5mode.com

Please reply to the mailing-list, leveraging technical stuff.

Reply via email to