Was using LMS 8.2 on a Mac mini running Mojave.
Upgraded to Monterey.
Now my media folder location has disappeared, and I can't type anything or hit the "+" in LMS Preferences to re-add the media folder.
Almost all of the options in the preferences tabs are greyed out.
Start the server; it quickly stops. Can't view the logs.
If I look at the server.pref file it has the correct location of the media folder, which is on an external drive and which did not change during the OS upgrade.
Tried to install 8.3; same result.
Probably need to nuke preferences, but not sure how to do that. if I delete server.pref, the library name goes away in system preferences, but I still can't enter anything new.
Ideas?
Thanks!
Results 1 to 10 of 12
Hybrid View
-
2021-11-28, 21:47 #1
- Join Date
- Nov 2021
- Posts
- 11
Can't Type in LMS Preferences after Mac OS Monterey Upgrade
-
2021-11-28, 23:25 #2
Can't Type in LMS Preferencesafter Mac OS Monterey Upgrade
> Now my media folder location has disappeared, and I can't type anything
> or hit the "+" in LMS Preferences to re-add the media folder.
> Almost all of the options in the preferences tabs are greyed out.
That would be the case if LMS wasn't running.
> Start the server; it quickly stops. Can't view the logs.
What if you run
/Library/PreferencePanes/Squeezebox.prefPane/Contents/server/slimserver.pl
in a terminal window?
> Probably need to nuke preferences, but not sure how to do that. if I
Don't go there. This hardly ever is necessary.
Make sure you grant perl and perl5.18 full disk access in the
preferences pane.
-
2021-11-29, 05:29 #3
- Join Date
- Nov 2021
- Posts
- 11
Here's the error message from the terminal:
Can't open /Users/USERNAMEHERE/Library/Logs/Squeezebox/server.log (Permission denied) at /Library/PreferencePanes/Squeezebox.prefPane/Contents/server/CPAN/Log/Log4perl/Appender/File.pm line 103.
So this seems to be some kind of permissions issue.
-
2021-11-29, 06:02 #4
Can't Type in LMS Preferencesafter Mac OS Monterey Upgrade
> Can't open /Users/USERNAMEHERE/Library/Logs/Squeezebox/server.log
> (Permission denied) at
> /Library/PreferencePanes/Squeezebox.prefPane/Contents/server/CPAN/Log/Log4perl/Appender/File.pm
> line 103.
>
> So this seems to be some kind of permissions issue.
You can download https://www.herger.net/slim/FixLMSPermissions.zip,
extract and run the script. That should fix the permissions issue.
-
2021-11-29, 06:12 #5
- Join Date
- Nov 2021
- Posts
- 11
-
2021-11-29, 07:06 #6
- Join Date
- Nov 2021
- Posts
- 11