01-07-2021, 07:06 AM
Yes. I checked those. I can't see any problem with any of it:
I think it's more of a problem with the PHP session cookie: I'm using Firefox and if I go to the URL bar and click on the padlock, then go to "Clear cookies and site data", then refresh the tab, nothing happens - meaning running a library update doesn't work. But doing this in a different browser (Falkon on Linux/KDE Plasma), it works. So I went and installed a Firefox add-on to clear the cookies and that seems to do the job.
I'll keep looking. But what bothers me is that it happens with only one RPi - the same one that had this issue before, with moode 6.x.
Code:
pi@sufra:~ $ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 15G 2.7G 12G 20% /
devtmpfs 430M 0 430M 0% /dev
tmpfs 463M 0 463M 0% /dev/shm
tmpfs 463M 7.2M 456M 2% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 463M 0 463M 0% /sys/fs/cgroup
/dev/mmcblk0p1 253M 55M 198M 22% /boot
//TESLA/Muzica 1.8T 480G 1.3T 28% /mnt/NAS/Muzica
tmpfs 93M 0 93M 0% /run/user/1000
pi@sufra:~ $ moodeutl -m
CPU: 1.4 GHz | LOAD: 1% | TEMP: 53C | RAM_USED: 20% | DISK_USED: 20% | DISK_FREE: 12G | FPM_POOL: 10 workers
pi@sufra:~ $ free -h
total used free shared buff/cache available
Mem: 924Mi 98Mi 346Mi 12Mi 479Mi 749Mi
Swap: 0B 0B 0B
pi@sufra:~ $ pgrep -l worker.php
503 worker.php
I think it's more of a problem with the PHP session cookie: I'm using Firefox and if I go to the URL bar and click on the padlock, then go to "Clear cookies and site data", then refresh the tab, nothing happens - meaning running a library update doesn't work. But doing this in a different browser (Falkon on Linux/KDE Plasma), it works. So I went and installed a Firefox add-on to clear the cookies and that seems to do the job.
I'll keep looking. But what bothers me is that it happens with only one RPi - the same one that had this issue before, with moode 6.x.