I installed LMS 7.7.3 successful under OS12.3, but after reset the daemon is not started for some reason.
After installing, I configured everything, searched for music and tried radio and duet successful. But then, I did the reset...
I think the systemd is controlling the services. Then I start the service manually, but somehow it will be stopped immediately:
Does anybody know why the service is stopped? I am sure that it is not because of the warning with the non-Latin fonts.
Also I found this errors in the server.log:
But the funny thing is, after I have installed the server it was working fine...
After installing, I configured everything, searched for music and tried radio and duet successful. But then, I did the reset...
I think the systemd is controlling the services. Then I start the service manually, but somehow it will be stopped immediately:
Code:
# systemctl status logitechmediaserver.service
squeezeboxserver.service - LSB: Startup script for the Logitech Media Server
Loaded: loaded (/etc/init.d/squeezeboxserver)
Active: inactive (dead) since Sun, 2013-09-22 21:31:30 CEST; 5s ago
Process: 1408 ExecStop=/etc/init.d/squeezeboxserver stop (code=exited, status=0/SUCCESS)
Process: 1397 ExecStart=/etc/init.d/squeezeboxserver start (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/squeezeboxserver.service
Sep 22 21:31:21 music.site squeezeboxserver[1397]: Starting Squeezebox Server: ..done
Sep 22 21:31:21 music.site systemd[1]: Started LSB: Startup script for the Logitech Media Server.
Sep 22 21:31:23 music.site squeezeboxserver[1397]: Your locale was detected as C, you may have problems with non-Latin fi....utf8
Sep 22 21:31:28 music.site squeezeboxserver[1397]: [13-09-22 21:31:28.4468] main::init (354) Starting Logitech Media Serv...16002
Sep 22 21:31:30 music.site squeezeboxserver[1408]: Stopping Squeezebox Server: ..done
Also I found this errors in the server.log:
Code:
13-09-22 21:31:28.4479] main::init (354) Starting Logitech Media Server (v7.7.3, 1375965195, Mon Aug 19 11:38:30 PDT 2013) perl 5.016002
[13-09-22 21:31:30.2218] Slim::Schema::Storage::throw_exception (122) Error: DBI Exception: DBD::SQLite::db do failed: unable to open database file [for Statement "ATTACH '/var/lib/squeezeboxserver/cache/persist.db' AS persistentdb"]
[13-09-22 21:31:30.2256] Slim::Schema::Storage::throw_exception (122) Backtrace:
frame 0: Slim::Utils::Log::logBacktrace (/usr/libexec/Slim/Schema/Storage.pm line 122)
frame 1: Slim::Schema::Storage::throw_exception (/usr/share/squeezeboxserver/CPAN/DBIx/Class/Storage/DBI.pm line 1006)
frame 2: DBIx::Class::Storage::DBI::__ANON__ (/usr/share/squeezeboxserver/CPAN/DBIx/Class/Storage/DBI.pm line 974)
frame 3: DBIx::Class::Storage::DBI::_do_query (/usr/share/squeezeboxserver/CPAN/DBIx/Class/Storage/DBI.pm line 945)
frame 4: DBIx::Class::Storage::DBI::connect_call_do_sql (/usr/share/squeezeboxserver/CPAN/DBIx/Class/Storage/DBI.pm line 927)
frame 5: DBIx::Class::Storage::DBI::_do_connection_actions (/usr/share/squeezeboxserver/CPAN/DBIx/Class/Storage/DBI.pm line 934)
frame 6: DBIx::Class::Storage::DBI::_do_connection_actions (/usr/share/squeezeboxserver/CPAN/DBIx/Class/Storage/DBI.pm line 874)
frame 7: DBIx::Class::Storage::DBI::_run_connection_actions (/usr/share/squeezeboxserver/CPAN/DBIx/Class/Storage/DBI.pm line 864)
frame 8: DBIx::Class::Storage::DBI::_populate_dbh (/usr/share/squeezeboxserver/CPAN/DBIx/Class/Storage/DBI.pm line 789)
frame 9: DBIx::Class::Storage::DBI::ensure_connected (/usr/libexec/Slim/Schema/Storage.pm line 43)
frame 10: (eval) (/usr/libexec/Slim/Schema/Storage.pm line 43)
frame 11: Slim::Schema::Storage::dbh (/usr/libexec/Slim/Schema.pm line 314)
frame 12: Slim::Schema::_connect (/usr/libexec/Slim/Schema.pm line 129)
frame 13: Slim::Schema::init (/usr/libexec/Slim/Music/Import.pm line 667)
frame 14: Slim::Music::Import::_checkLibraryStatus (/usr/libexec/Slim/Music/Import.pm line 594)
frame 15: Slim::Music::Import::useImporter (/usr/libexec/Slim/Media/MediaFolderScan.pm line 46)
frame 16: Slim::Media::MediaFolderScan::init (/usr/libexec/squeezeboxserver line 522)
frame 17: main::init (/usr/libexec/squeezeboxserver line 643)
frame 18: main::main (/usr/libexec/squeezeboxserver line 1158)
[13-09-22 21:31:30.2283] Slim::Schema::Storage::throw_exception (122) Error: Carp::Clan::__ANON__(): DBI Exception: DBD::SQLite::db do failed: unable to open database file [for Statement "ATTACH '/var/lib/squeezeboxserver/cache/persist.db' AS persistentdb"] at /usr/libexec/Slim/Schema/Storage.pm line 126
[13-09-22 21:31:30.2310] Slim::Schema::Storage::throw_exception (122) Backtrace:
frame 0: Slim::Utils::Log::logBacktrace (/usr/libexec/Slim/Schema/Storage.pm line 122)
frame 1: Slim::Schema::Storage::throw_exception (/usr/libexec/Slim/Schema/Storage.pm line 47)
frame 2: Slim::Schema::Storage::dbh (/usr/libexec/Slim/Schema.pm line 314)
frame 3: Slim::Schema::_connect (/usr/libexec/Slim/Schema.pm line 129)
frame 4: Slim::Schema::init (/usr/libexec/Slim/Music/Import.pm line 667)
frame 5: Slim::Music::Import::_checkLibraryStatus (/usr/libexec/Slim/Music/Import.pm line 594)
frame 6: Slim::Music::Import::useImporter (/usr/libexec/Slim/Media/MediaFolderScan.pm line 46)
frame 7: Slim::Media::MediaFolderScan::init (/usr/libexec/squeezeboxserver line 522)
frame 8: main::init (/usr/libexec/squeezeboxserver line 643)
frame 9: main::main (/usr/libexec/squeezeboxserver line 1158)
[13-09-22 21:31:30.2332] Carp::Clan::__ANON__ (214) Warning: Carp::Clan::__ANON__(): Carp::Clan::__ANON__(): DBI Exception: DBD::SQLite::db do failed: unable to open database file [for Statement "ATTACH '/var/lib/squeezeboxserver/cache/persist.db' AS persistentdb"] at /usr/libexec/Slim/Schema/Storage.pm line 126