Bugzilla – Bug 12614
SC fails to restart when "Restart Now" clicked on OSX
Last modified: 2009-10-05 14:28:48 UTC
When you click "Restart Now" from the Plugins page, SC dies but never starts back up: [09-06-30 13:04:05.1291] Slim::Utils::Prefs::Namespace::savenow (304) saving prefs for plugin.state to /Users/diranged/Library/Application Support/Squeezebox Server/plugin/state.prefs [09-06-30 13:04:05.1316] Slim::Utils::Prefs::Namespace::savenow (304) saving prefs for plugin.extensions to /Users/diranged/Library/Application Support/Squeezebox Server/plugin/extensions.prefs [09-06-30 13:04:05.1327] Slim::Utils::Prefs::Namespace::savenow (304) saving prefs for server to /Users/diranged/Library/Application Support/Squeezebox Server/server.prefs [09-06-30 13:04:05.1783] Slim::Utils::Misc::msg (1160) Warning: [13:04:05.1779] Can't exec "/usr/bin/perl": Operation not supported at ./slimserver.pl line 989.
AIO code seems to be conflicting with exec: http://www.mail-archive.com/ponie-dev@perl.org/msg00245.html Will have to find some helper script workaround like on Windows :-(.
Setting $HAS_AIO = 0 would enable exec again (just to test it's related, not a solution)
change 27338 - use helper script to control the restarting from outside the main script.
Hmm, interesting. We could probably have all threads stop before restarting, but if that script works, that's probably fine.
This bug has been marked as fixed in the 7.4.0 release version of SqueezeBox Server! * SqueezeCenter: 28672 * Squeezebox 2 and 3: 130 * Transporter: 80 * Receiver: 65 * Boom: 50 * Controller: 7790 * Radio: 7790 Please see the Release Notes for all the details: http://wiki.slimdevices.com/index.php/Release_Notes If you haven't already, please download and install the new version from http://www.logitechsqueezebox.com/support/download-squeezebox-server.html If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.