On Thu, Nov 21, 2024 at 08:19:19PM +0100, Dan 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
^
missing space?
>
>
> 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.
>
--