Julf;596096 Wrote: > Indeed, installing the plugin moved the port (for the web interface) to > 9001, removing the plugin (and rebooting) did not move it back. > > So, after removing the plugin, and rebooting, everything > (except the plugin) works again. > > lsof -i doesn't show any process using port 9000. > > I haven't been able to set the helper app port number because > trying to configure the plugin gives me 404. > > I only seem to have one set of processes: > > ps ax | grep sq > 1001 ? Ssl 0:00 /usr/sbin/mysqld > 1078 ? S 0:00 /bin/bash /usr/sbin/squeezeboxserver_safe > /usr/sbin/squeezeboxserver --prefsdir /var/lib/squeezeboxserver/prefs > --logdir /var/log/squeezeboxserver/ --cachedir > /var/lib/squeezeboxserver/cache --charset=utf8 > 1094 ? S 0:07 /usr/bin/perl -w /usr/sbin/squeezeboxserver > --prefsdir /var/lib/squeezeboxserver/prefs --logdir > /var/log/squeezeboxserver/ --cachedir /var/lib/squeezeboxserver/cache > --charset=utf8 > 1200 ? Sl 0:00 /usr/sbin/mysqld > --defaults-file=/var/lib/squeezeboxserver/cache/my.cnf
You should be able to move the server port back to 9000 on the settings, advanced, network tab of the web interface. Suggest you then reinstall the plugin, but don't click restart. Instead restart from the command line with "sudo service squeezeboxserver restart" Does the server start? If not then copy the files from /usr/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux to a directory in your home directory and try to run ./spotifyd from there. This should tell you whether you have all the libraries to run the helper app (which is possibly the reason why it is not running) It will give an error message if it runs but can't find a configuration file - in this case its worth trying to restart the server and going to the plugin settings page. -- Triode ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=79706 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
