![]() |
[SOLVED] Permission problems with 8.xx - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [SOLVED] Permission problems with 8.xx (/showthread.php?tid=5104) |
[SOLVED] RE: Permission problems with 8.xx - Phosphoric - 11-14-2022 Hmmm, not quite right this morning. Took several reboots of all components to get permissions back again. RPI NAS worked straight away though. See how it goes over the next few days. RE: [SOLVED] Permission problems with 8.xx - JazzVinyl - 10-05-2023 Wow! This same problem has plagued me as well..!! I read the whole thread to see if an answer finally was found. @Phosphoric and his identification that it was the avahi-daemon was my answer too. It appears to be a specific bug with Firefox as browser (comes with Linux Ubuntu/Mint etc) and the avahi-daemon. I tried this, and immediately all shares worked (first time I had ever seem them work): Code: sudo systemctl stop avahi-daemon This page explains how to get rid of avahi altogether (if your a Firefox/Linux user) so that this problem won't come back to haunt you at a later date: https://askubuntu.com/questions/205937/how-can-i-disable-avahi-daemon :-) |