Sorry for the delay in responding to these posts. I think the problem is in the line saying "No such column customsearch", which is causing the database lazification step to fail. That, in turn, is causing the the lock on server power control to remain held which leads to the problem you see.
It looks one of your database tables is missing the "customsearch" column - is it possible for you to check that? It should be present on the following tables: Album Contributor Genre Track Also, are you running main or embedded branch, and is that with MySQL or SQLite? Thanks, Stuart On Wed, 2010-01-13 at 16:00 -0800, dip wrote: > After installing the new LazySearch2 version on SBS 7.5 I have the > following messages in the server.log file: > > 2010-01-14 00:13:18 squeezeboxserver_safe started. > [10-01-14 00:13:21.1008] main::init (321) Starting Squeezebox Server > (v7.5.0, r29768, Tue Jan 12 02:01:41 PST 2010) perl 5.010000 > [10-01-14 00:14:21.0550] Plugins::LazySearch2::Plugin::scanDoneCallback > (2061) Re-lazifying (plugin version changed from > 'af6478d2d77a21d0d332557db09c4b81167409df' to > '1a1e6a39cbb39ad96808e728ca6def98b7b8b75d') > [10-01-14 00:14:21.1330] Slim::Plugin::MusicMagic::Common::__ANON__ > (75) Failed fetching filters from MusicIP > [10-01-14 00:14:24.6385] Slim::Utils::Scheduler::run_tasks (142) Error: > Scheduled task failed: DBIx::Class::Row::set_column(): No such column > customsearch at > /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/LazySearch2/Plugin.pm > line 2365 > [10-01-14 00:15:46.5643] Slim::Utils::Misc::msg (1165) Warning: > [00:15:46.5627] DBIx::Class::ResultSet::single(): Query returned more > than one row. SQL that returns multiple rows is DEPRECATED for ->find > and ->single at /usr/share/perl5/Slim/Schema/Track.pm line 248 > [10-01-14 00:16:51.0031] > Plugins::SrvrPowerCtrl::Watchdog::OnWakeupWatchdog (518) Wakeup Call!! > [10-01-14 00:18:51.5517] Plugins::LazySearch2::Plugin::__ANON__ (284) > Entering search while scan in progress > [10-01-14 00:32:44.2721] Slim::Utils::Misc::msg (1165) Warning: > [00:32:44.2712] DBIx::Class::ResultSet::single(): Query returned more > than one row. SQL that returns multiple rows is DEPRECATED for ->find > and ->single at /usr/share/perl5/Slim/Schema/Track.pm line 248 > [10-01-14 00:38:42.0008] > Plugins::SrvrPowerCtrl::Watchdog::OnWakeupWatchdog (518) Wakeup Call!! > [10-01-14 00:39:29.5132] Plugins::LazySearch2::Plugin::__ANON__ (284) > Entering search while scan in progress > > I don't have problems using LazySearch but using SrvPowerCtrl since I > switched SBS from 7.4.2 to 7.5. When I not try to restart SBS through > SrvPowerCtrl the following message appears: > "Screstart is unavailable. Lazysearch is requesting that the server > stay running because Performing Lazification." > Since I did not see the lazification is performed when calling > Lazysearch on the squeezebox I click on the "Now create index for > lazysearch" button on the Lazysearch settings page, but nothing happens > and the problems still exist. > > Is this problem caused by Lazysearch? > >
_______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
