Still no headway...my effort now is to excise every last bit of SS6.5.
/etc/slimserver, /var/log/slimserver, /var/cache/slimserver, removed
mysql database. Anything else I'm missing?

I did an svn checkout of SS7 on a laptop running a pretty similarly
updated Ubuntu, and it worked on the first effort. One theory now is
that there's something from SS6.5 making SS7 not work.

this is the current set of console output I get (run as a regular user,
not root, which is what I want to be doing)

[EMAIL PROTECTED]:~/slimserver$ ./slimserver.pl 
[23:24:10.2164] SlimServer OSDetect init...
[23:24:10.2823] SlimServer settings init...
[23:24:10.2875] main::init (265) SlimServer OS Specific init...
[23:24:10.2881] main::init (294) SlimServer settings effective user and
group if requested...
[23:24:10.2885] main::init (304) SlimServer strings init...
[23:24:10.2912] Slim::Utils::Strings::loadStrings (108) Retrieving
string data from string cache: /home/bklaas/Cache/stringcache
[23:24:10.2955] Slim::Utils::Strings::string (355) Error: missing
string LOCALE
[23:24:10.2960] Slim::Utils::Strings::string (355) Backtrace:

frame 0: Slim::Utils::Log::logBacktrace
(/home/bklaas/slimserver/Slim/Utils/Strings.pm line 355)
frame 1: Slim::Utils::Strings::string
(/home/bklaas/slimserver/Slim/Utils/Strings.pm line 487)
frame 2: Slim::Utils::Strings::setLocale
(/home/bklaas/slimserver/Slim/Utils/Strings.pm line 71)
frame 3: Slim::Utils::Strings::init (./slimserver.pl line 305)
frame 4: main::init (./slimserver.pl line 412)
frame 5: main::main (./slimserver.pl line 909)

[23:24:10.2965] main::init (307) SlimServer MySQL init...
[23:24:11.3782] main::init (310) Firmware init...
[23:24:11.3794] main::init (313) SlimServer Info init...
[23:24:11.6500] main::init (316) SlimServer IR init...
[23:24:11.6657] main::init (319) SlimServer Request init...
[23:24:11.6703] main::init (322) SlimServer Buttons init...
[23:24:11.6725] main::init (325) SlimServer Graphic Fonts init...
[23:24:11.8107] main::init (333) UDP init...
[23:24:11.8120] main::init (336) Slimproto Init...
[23:24:11.8133] main::init (339) mDNS init...
[23:24:11.8139] main::init (342) Async Networking init...
[23:24:11.8551] main::init (345) Cache init...
[23:24:11.8573] main::init (354) UPnP init...
[23:24:11.8621] main::init (358) SlimServer HTTP init...
[23:24:11.8663] main::init (361) Source conversion init..
[23:24:11.8674] main::init (366) SlimServer Web Settings init...
[23:24:11.9093] main::init (370) SlimServer Plugins init...
[23:24:12.1284] Slim::Formats::RemoteStream::open (96) Can't open
socket to [localhost:10002]: 111: Connection refused
[23:24:12.1289] Slim::Plugin::MusicMagic::Plugin::initPlugin (139)
Can't connect to port 10002 - MusicMagic disabled.
[23:24:12.1535] Slim::Utils::PluginManager::enablePlugins (317)
Couldn't load Slim::Plugin::PreventStandby::Plugin. Error: [-5]
[23:24:12.1540] Slim::Utils::PluginManager::enablePlugins (324)
Skipping plugin: Slim::Plugin::RPC::Plugin - disabled
[23:24:12.1543] Slim::Utils::PluginManager::enablePlugins (324)
Skipping plugin: Slim::Plugin::RS232::Plugin - disabled
[23:24:12.2454] Slim::Utils::PluginManager::enablePlugins (324)
Skipping plugin: Slim::Plugin::Snow::Plugin - disabled
[23:24:12.2625] Slim::Utils::PluginManager::enablePlugins (324)
Skipping plugin: Slim::Plugin::xPL::Plugin - disabled
[23:24:12.3253] main::init (379) SlimServer checkDataSource...
[23:24:12.3322] main::checkDataSource (778) Warning: Schema updated or
tracks in the database, initiating scan.
[23:24:12.3547] Slim::Schema::Storage::throw_exception (67) Error:
Error executing 'SELECT me.id, me.type, me.name, me.active, me.total,
me.done, me.start, me.finish, me.info FROM progress me WHERE ( type = ?
)': DBD::mysql::st execute failed: Table 'slimserver.progress' doesn't
exist at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 773.
[23:24:12.3557] Slim::Schema::Storage::throw_exception (67) Backtrace:

frame 0: Slim::Utils::Log::logBacktrace
(/home/bklaas/slimserver/Slim/Schema/Storage.pm line 67)
frame 1: Slim::Schema::Storage::throw_exception
(/usr/share/perl5/DBIx/Class/Storage/DBI.pm line 775)
frame 2: DBIx::Class::Storage::DBI::_execute
(/usr/share/perl5/DBIx/Class/Storage/DBI.pm line 828)
frame 3: DBIx::Class::Storage::DBI::_select
(/usr/share/perl5/DBIx/Class/Storage/DBI/Cursor.pm line 118)
frame 4: DBIx::Class::Storage::DBI::Cursor::all
(/usr/share/perl5/DBIx/Class/ResultSet.pm line 977)
frame 5: DBIx::Class::ResultSet::all
(/home/bklaas/slimserver/Slim/Music/Import.pm line 267)
frame 6: Slim::Music::Import::clearProgressInfo
(/home/bklaas/slimserver/Slim/Music/Import.pm line 150)
frame 7: Slim::Music::Import::launchScan
(/home/bklaas/slimserver/Slim/Control/Commands.pm line 2234)
frame 8: Slim::Control::Commands::wipecacheCommand
(/home/bklaas/slimserver/Slim/Control/Request.pm line 1664)
frame 9: (eval) (/home/bklaas/slimserver/Slim/Control/Request.pm
line 1664)
frame 10: Slim::Control::Request::execute
(/home/bklaas/slimserver/Slim/Control/Request.pm line 780)
frame 11: Slim::Control::Request::executeRequest (./slimserver.pl
line 780)
frame 12: main::checkDataSource (./slimserver.pl line 380)
frame 13: main::init (./slimserver.pl line 412)
frame 14: main::main (./slimserver.pl line 909)

[23:24:12.3568] Slim::Control::Request::execute (1668) Error: While
trying to run function coderef
[Slim::Control::Commands::wipecacheCommand]: [Carp::Clan::__ANON__():
Error executing 'SELECT me.id, me.type, me.name, me.active, me.total,
me.done, me.start, me.finish, me.info FROM progress me WHERE ( type = ?
)': DBD::mysql::st execute failed: Table 'slimserver.progress' doesn't
exist at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 773.
]
[23:24:12.3581] Slim::Utils::Misc::msg (1184) Warning: [23:24:12.3576]
Request: Command [wipecache] (Bad dispatch!)
[23:24:12.3603] main::init (383) SlimServer persist playlists...
[23:24:12.3615] main::init (394) SlimServer HTTP enable...
[23:24:12.3637] main::init (398) mDNS startAdvertising...
Unknown option: logconfig
Unknown option: prefsdir
2007-08-26 23:24:13.4377 About to look for files in /data/tunevault
2007-08-26 23:24:13.4380 For files with extensions in:
[(?i-xsm:\.(?:cue)$)]
2007-08-26 23:24:14.1009 About to look for files in
/data/tunevault/playlists
2007-08-26 23:24:14.1013 For files with extensions in:
[(?i-xsm:\.(?:)$)]
[23:24:17.3467] main::init (404) SlimServer done init...
[23:24:21.0059] Slim::Utils::Cache::cleanup (204) Cache purge:
FileCache - skipping, purged recently
[23:24:21.1092] Slim::Utils::Cache::cleanup (204) Cache purge: Artwork
- skipping, purged recently


-- 
bklaas

"the Nokia770 skin guy"
http://www.last.fm/user/bklaas/
------------------------------------------------------------------------
bklaas's Profile: http://forums.slimdevices.com/member.php?userid=58
View this thread: http://forums.slimdevices.com/showthread.php?t=37905

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to