Dear folks,<div><br></div><div>I am having a difficult time getting cron to run a script.  I ran </div><div>$ crontab -e</div><div><br></div><div>Added the commands</div><div># min hr mon dom dow command</div><div>30 16 * * * ~/.dalarm >/dev/null 2>&1</div><div><br></div><div>Where ~/.dalarm has a command to call mplayer and play some music files.</div><div>#!/bin/sh</div><div><br></div><div>/usr/local/bin/mplayer -really-quiet -shuffle -playlist ~/.playlist</div><div><br></div><div>I have setup a crontab for root user and it is working there, but not as regular user.  I have checked and there is no /var/cron/deny for my user. I have read that I need to specify $PATH in crontab file as well in documentation.  Any ideas as to how to fix this?</div><div><br></div><div>Best Regards,</div><div><br></div><div><br></div><div>Antonio</div>