Hello g.wickes,
please excuse the long delay for my response. We have checked all the steps you have performed - everything looks well. We have had once a problem which was related to insufficient write permissions to the "_config.rsc" file only with a small amount of devices. Although you have already checked this please update the PiCtory package as follows:
Code: Select all
sudo apt update
sudo apt install pictory
If the problem still exists please provide the "/var/log/kern.log" file.
Please check if this symbolic link exists:
Code: Select all
pi@RevPi8165:~ $ ls -al /etc/revpi/config.rsc
lrwxrwxrwx 1 root root 37 Jul 17 15:13 /etc/revpi/config.rsc -> /var/www/pictory/projects/_config.rsc
Check if the file changes when you modify and save your configuration. You may pretty print the JSON format as follows:
Code: Select all
cat /etc/revpi/config.rsc | json_pp -f json | more
The "saveTS" field holds this information:
Code: Select all
{
"App" : {
"saveTS" : "20181018135113",
[...]