Hi Thierry,
I've discovered that my script used to perform "cards sync" in the update-notifier isn't actually working, so I thought I would use a cron job for the cards sync.
I installed fcron...which I've never used before...so I did some reading to learn more about it. I created a crontab for cards sync, but it didn't run. I have no logs in /var/log/cron.log of it running. It appears that the fcron service didn't start? So, I looked in /etc/init.d/ and fcron was there.
I checked to see if it was running with...
sudo /etc/init.d/fcron status
...which gave me an output of...
/usr/sbin/fcron is not running.
So I started the service with...
sudo /etc/init.d/fcron start
I checked the status again, and it said it was running.
I was just wondering if it's a possible bug that fcron doesn't start automatically after installing it or after rebooting after installing it?
Now I'm waiting to see if my cron jobs actually work.
Thank you!