eg1l;595171 Wrote: > When squeezeboxserver is started after spotify is uninstalled it just > hangs at init. Here is the log when spotify is installed: > > [10-12-17 09:29:50.1419] main::init (323) Starting Squeezebox Server > (v7.5.1, r30836, Tue Jun 1 05:57:28 PDT 2010) perl 5.010001 > [10-12-17 09:29:50.7867] Slim::Utils::PluginManager::load (330) > Warning: Couldn't call Plugins::Spotify::Plugin->initPlugin: > /usr/sbin/squeezeboxserver: exec failed: No such file or directory > at > /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Spotifyd.pm > line 39 > [10-12-17 09:29:50.7970] Slim::Plugin::CLI::Plugin::cli_socket_open > (166) Can't setup the listening port 9090: Address already in use > [10-12-17 09:29:50.7974] Slim::Utils::PluginManager::load (330) > Warning: Couldn't call Slim::Plugin::CLI::Plugin->initPlugin: Can't > setup the listening port 9090: Address already in use at > /usr/share/squeezeboxserver/lib/Log/Log4perl/Logger.pm line 900 > [10-12-17 09:29:56.4622] Slim::Web::HTTP::openport (187) Can't setup > the listening port 9001 for the HTTP server: Address already in use > [10-12-17 09:29:56.4633] Slim::Web::HTTP::openport (204) Previously > configured port 9001 was busy - we're now using port 9000 instead > > How do you run ./spotify, you can't run it from bash..? > > EDIT: I've installed the plugin on a virtualbox machine with Ubuntu > 10.04. The same thing happens there, so I guess it's not machine > specific.
Those debugs suggest you are running slimserver.pl twice? The errors say the second version can't bind to ports as the first version is already using them. I suggest using ps to check there is only one process and killing all others. As for running ./spotifyd from bash - you will need to be in the same directory as spotifyd to do this - so you need to change directory to it and change user/group to the slimserver user before you do this.... -- 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
