07-03-2019, 02:19 PM
(This post was last modified: 07-03-2019, 02:26 PM by Tim Curtis.
Edit Reason: eta
)
I can repro the issue with a freshly burned image after first boot.
After first boot the PHP session file is created but the permissions are not applied to the session dir :-0
I think this is an "execution order" bug in worker.php. I'll investigate later today. It would also explain why moodecfg.txt had issues because it's invoked during the initial startup.
In the meantime it looks like a reboot right after initial power up is the workaround. Thereafter the permissions are correct and no issues.
-Tim
After first boot the PHP session file is created but the permissions are not applied to the session dir :-0
Code:
pi@moode:~ $ ls -l /dev/shm
total 4
-rw------- 1 root root 18 Jul 3 10:11 sess_ho7vk67sqrjua8sme0pqhsjgdq
I think this is an "execution order" bug in worker.php. I'll investigate later today. It would also explain why moodecfg.txt had issues because it's invoked during the initial startup.
In the meantime it looks like a reboot right after initial power up is the workaround. Thereafter the permissions are correct and no issues.
-Tim