Hi all, I'm in the process of replacing my slimserver PC, so I've checked out the latest version from the 7.3 branch and tried to get it running using my existing MySQL server.
I'm seeing the following error in the server.log: [09-07-10 15:07:01.6389] main::init (270) Starting SqueezeCenter (v7.3.4, rTRUNK, UNKNOWN) [09-07-10 15:07:02.1061] Slim::Schema::throw_exception (288) Error: Can't find source for MetaInformation [09-07-10 15:07:02.1072] Slim::Schema::throw_exception (288) Backtrace: frame 0: Slim::Utils::Log::logBacktrace (/usr/lib/slimserver/7.3/server/Slim/Schema.pm line 288) frame 1: Slim::Schema::throw_exception (/usr/lib/slimserver/7.3/server/CPAN/DBIx/Class/Schema.pm line 150) frame 2: DBIx::Class::Schema::source (/usr/lib/slimserver/7.3/server/CPAN/DBIx/Class/Schema.pm line 190) frame 3: DBIx::Class::Schema::resultset (/usr/lib/slimserver/7.3/server/Slim/Schema.pm line 602) frame 4: Slim::Schema::single (/usr/lib/slimserver/7.3/server/Slim/Music/Import.pm line 660) frame 5: Slim::Music::Import::stillScanning (/usr/lib/slimserver/7.3/server/slimserver.pl line 997) frame 6: main::cleanup (/usr/lib/slimserver/7.3/server/Slim/bootstrap.pm line 389) frame 7: Slim::bootstrap::sigint (/usr/lib/slimserver/7.3/server/Slim/bootstrap.pm line 423) frame 8: Slim::bootstrap::theEND (/usr/lib/slimserver/7.3/server/slimserver.pl line 1053) frame 9: main::END (/usr/lib/slimserver/7.3/server/CPAN/DBIx/Migration.pm line 115) frame 10: (eval) (/usr/lib/slimserver/7.3/server/CPAN/DBIx/Migration.pm line 115) It appears to have successfully connected to the database, because there are tables in the empty database I created: atom:/var/cache/slimserver# mysql -p -u slim slimserver Enter password: Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1000 Server version: 5.0.51a-24+lenny1 (Debian) Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> use slimserver; Database changed mysql> show tables; +----------------------+ | Tables_in_slimserver | +----------------------+ | albums | | comments | | contributor_album | | contributor_track | | contributors | | dbix_migration | | genre_track | | genres | | metainformation | | playlist_track | | pluginversion | | rescans | | tracks | | unreadable_tracks | | years | +----------------------+ 15 rows in set (0.00 sec) Any ideas anyone? -- adhawkins ------------------------------------------------------------------------ adhawkins's Profile: http://forums.slimdevices.com/member.php?userid=650 View this thread: http://forums.slimdevices.com/showthread.php?t=65454 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
