I have two problems with my pi right now.
1) The device won't boot unless I have a HDMI cable plugged in.. I am using it headless, and I'm trying to reduce cable clutter, so needing a HDMI cable to boot the machine is not ideal. It works if I let the pi boot and then plug out the cable.
2) I have problem getting cron to work. I typed crontab -e and added these lines:
*/10 * * * * /ks/monitor.sh
@reboot /ks/monitor.sh
However monitor.sh doesn't seem to run, either at boot or every 10 minutes. I also tried adding it to sudo crontab -e, and edited permissions of monitor.sh to 777. Nothing seems to work.
/boot/config.txt? 2) Are you very sure that monitor.sh produces output? IE: If you run the script normally, is it fine? – Vincent P Jan 16 at 12:06