Logitech Media Server help
Posted: Wed Oct 28, 2015 7:53 pm
I have had the Logitech Media Server configured on my MythTV box now for a long time and never had had an issue with it.
It is running on Ubuntu 14.04 64 bit. MythTV is doing fine.
Just noticed when redoing a scan I lost my music data base and get a wierd error. I can see the NAS shares that are mapped to the computer just fine. (the music shares are configured / mapped via fstab.
I do not see my music anymore and wondering where I messed up. I have kept the box updated and it is currently running newest Logitech Media Server build (October, 2015). The Joggler Squeezeplayer works fine except the stuff related to my shares.
[15-10-28 11:18:01.9595] main::main (202) Starting Logitech Media Server scanner (v7.8.1, 1445336020, Wed Oct 28 03:04:23 UTC 2015) perl 5.018002
[15-10-28 11:18:02.0975] Slim::Schema::forceCommit (2125) Warning: Trying to commit transactions before DB is initialized!
[15-10-28 11:18:02.2668] Slim::Music::Import::runImporter (488) Starting Slim::Media::MediaFolderScan scan
[15-10-28 11:18:02.2671] Slim::Utils::Scanner::Local::rescan (174) Discovering audio files in /media/music
[15-10-28 11:18:02.2702] main::main (329) Error: Failed when running main scan: [/media/music: Permission denied at /usr/share/squeezeboxserver/CPAN/File/Next.pm line 217.]
[15-10-28 11:18:02.2704] main::main (330) Error: Skipping post-process & Not updating lastRescanTime!
Line 217 of the Next.pm shows:
BEGIN {
%files_defaults = (
file_filter => undef,
descend_filter => undef,
error_handler => sub { CORE::die @_ },
sort_files => undef,
follow_symlinks => 1,
);
%skip_dirs = map {($_,1)} (File::Spec->curdir, File::Spec->updir);
}
I manually unmounted the share and remounted it but still get the same error.
The FSTab share is the same as it has been for years now:
//www.xxx.yyy.zzz/Music /media/music cifs username=username,password=userpassword,iocharset=utf8,sec=ntlm 0 0
It is running on Ubuntu 14.04 64 bit. MythTV is doing fine.
Just noticed when redoing a scan I lost my music data base and get a wierd error. I can see the NAS shares that are mapped to the computer just fine. (the music shares are configured / mapped via fstab.
I do not see my music anymore and wondering where I messed up. I have kept the box updated and it is currently running newest Logitech Media Server build (October, 2015). The Joggler Squeezeplayer works fine except the stuff related to my shares.
[15-10-28 11:18:01.9595] main::main (202) Starting Logitech Media Server scanner (v7.8.1, 1445336020, Wed Oct 28 03:04:23 UTC 2015) perl 5.018002
[15-10-28 11:18:02.0975] Slim::Schema::forceCommit (2125) Warning: Trying to commit transactions before DB is initialized!
[15-10-28 11:18:02.2668] Slim::Music::Import::runImporter (488) Starting Slim::Media::MediaFolderScan scan
[15-10-28 11:18:02.2671] Slim::Utils::Scanner::Local::rescan (174) Discovering audio files in /media/music
[15-10-28 11:18:02.2702] main::main (329) Error: Failed when running main scan: [/media/music: Permission denied at /usr/share/squeezeboxserver/CPAN/File/Next.pm line 217.]
[15-10-28 11:18:02.2704] main::main (330) Error: Skipping post-process & Not updating lastRescanTime!
Line 217 of the Next.pm shows:
BEGIN {
%files_defaults = (
file_filter => undef,
descend_filter => undef,
error_handler => sub { CORE::die @_ },
sort_files => undef,
follow_symlinks => 1,
);
%skip_dirs = map {($_,1)} (File::Spec->curdir, File::Spec->updir);
}
I manually unmounted the share and remounted it but still get the same error.
The FSTab share is the same as it has been for years now:
//www.xxx.yyy.zzz/Music /media/music cifs username=username,password=userpassword,iocharset=utf8,sec=ntlm 0 0