I may be speaking to myself here, but since a lot of people use QNAP, I figured I'd update on having found the issue. I was going crazy trying to figure out the issue but I finally tracked it down to having upgraded my NAS firmware. QNAP, in the latest firmware release, apparently switched users over to a home directory scheme of "/share/homes" and the root account was included. This caused issues since I had the location in my root directory. I ended up running the following command and the scheduler is working right again:
Code: Select all
/usr/local/bin/usermod -d /root <root account name>
older post
An update on my cron job issues. I decided to see if there was a way to capture the results of the cron job so I modified my cron job entry to to following:
Code: Select all
0-59/10 * * * * python /root/.mediarover/mediarover.py schedule > /root/temp/mediarover.log
Code: Select all
Configuration directory (/share/homes/<root account name>/.mediarover) does not exist. Do you need to run `python mediarover.py configuration --write`?