statefile.yml - 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: statefile.yml (/showthread.php?tid=7329) |
statefile.yml - JazzVinyl - 01-20-2025 Hello MoOde peeps... I see in my DSP log that I often get this: 2025-01-20 14:54:36.624669 [ERROR[ [src/statefile.rs:89] Unable to open statefile /var/lib/cdsp/statefile.yml, error: Permission denied (os error 13) The Permissions to statefile.yml are: -rw-r--r-- 1 root www-data 138 Jan 17 23:52 statefile.yml When I ssh in and go to "/var/lib/cdsp/" and look at the contents of statefile.yml - I see it points to a config file that (I don't think) is the current config file. I see: "config_path: /usr/share/camilladsp/configs/Aeolus.yml" (which is one I have worked on to perfect sound my ZMF Aeolus cans). But the DSP gui agrees that my currently loaded config is: "config_path: /usr/share/camilladsp/configs/V2 Crossfeed Natural.yml" Can someone shed some light on this file, please? RE: statefile.yml - Tim Curtis - 01-20-2025 What version of moode? RE: statefile.yml - bitlab - 01-20-2025 Did you perhaps use the camillagui to activate the config? RE: statefile.yml - Tim Curtis - 01-20-2025 That could be it. In any case here are the correct ownership and permissions for the dir and file. Code: pi@moode:~ $ stat /var/lib/cdsp | grep "Access: (" RE: statefile.yml - JazzVinyl - 01-20-2025 (01-20-2025, 08:57 PM)bitlab Wrote: Did you perhaps use the camillagui to activate the config? The release is: 9.2.2 2025-01-08 and yes, I probably did use the camillagui to activate the config. The current config appears to be tangled up with the previously loaded config. RE: statefile.yml - JazzVinyl - 01-20-2025 I edited the yml that became polluted with one of the crossfeed.yml and am back to happy listening :-) Had read to stay away from the camillagui for dsp config changes - but did it anyway. Are we saying the main screen's dsp config dropdown is the safe one to use? RE: statefile.yml - Tim Curtis - 01-20-2025 (01-20-2025, 10:02 PM)JazzVinyl Wrote: I edited the yml that became polluted with one of the crossfeed.yml and am back to happy listening :-) Yes. Use the drop-downs on the moode screens to switch configs. Use CamillaDSP Config to do config file management [attachment=4364] Use CamillaGUI Pipeline editor to edit/test configs RE: statefile.yml - JazzVinyl - 01-20-2025 (01-20-2025, 10:08 PM)Tim Curtis Wrote: Yes. Use the drop-downs on the moode screens to switch configs. Thanks Tim... I set the permissions for the statefile.yml to be writable, no more permission errors and and it now has: config_path: /usr/share/camilladsp/working_config.yml RE: statefile.yml - Tim Curtis - 01-20-2025 Also the ownership Code: sudo chown mpd /var/lib/cdsp RE: statefile.yml - JazzVinyl - 01-20-2025 (01-20-2025, 10:30 PM)Tim Curtis Wrote: Also the ownership 10-4 thanks!! |