scanner.pl scans successfully but produces Disk-IO error.
Scanning directories each by hand is successful without Disk-IO error.
Scanning directories with umlauts is successful.
Scanning /musicfolder/A* failed with Disk-IO.
Scanning /musicfolder/Z* was successful.
Scanning /musicfolder/Zazie was successful.

What can I do to eliminate the Disk-IO error?

### error
[11-06-19 02:50:43.7618] main::main (346) Error: Failed when running
scan post-process: [Carp::Clan::__ANON__(): DBI Exception:
DBD::SQLite::db selectrow_array failed: disk I/O error [for Statement
"
                SELECT COUNT(*) FROM ( 
                SELECT
                        tracks.url,
                        tracks.cover,
                        tracks.coverid,
                        albums.id AS albumid,
                        albums.title AS album_title,
                        albums.artwork AS album_artwork
                FROM   tracks
                JOIN   albums ON (tracks.album = albums.id)
                WHERE  tracks.cover != '0'
                AND    tracks.coverid IS NOT NULL
                AND    tracks.cover_cached IS NULL
                GROUP BY tracks.cover
         ) AS t1
        "] at
/mnt/HD_a2/ffp/lib/squeezeboxserver-7.6.0-32523-noCPAN/Slim/Schema/Storage.pm
line 123
]
[11-06-19 02:50:43.7695] main::main (347) Error: Not updating
lastRescanTime!


### console log (some lines deleted)
nobody@Server:/ffp/lib/squeezeboxserver-7.6$ ./scanner.pl --rescan
--progress /mnt/HD_a2/Fileserver/music/A*
Your locale was detected as C, you may have problems with non-Latin
filenames.  Consider changing your LANG variable to the correct locale,
i.e. en_US.utf8
[11-06-19 01:34:50.4653] main::main (196) Starting Squeezebox Server
scanner (v7.6.0, r32523, Wed Jun 15 03:05:00 MDT 2011) perl 5.010000
[11-06-19 01:35:00.7052] Slim::Utils::SQLiteHelper::checkDataSource
(296) Warning: Scanner database found, checking for a newer scan...
[11-06-19 01:35:00.7808] Slim::Utils::SQLiteHelper::checkDataSource
(322) Warning: Scanner database is older, removing it
[11-06-19 01:35:19.4039] Slim::Utils::Scanner::scanDirectory (318)
Found 59 files in /mnt/HD_a2/Fileserver/music/A Guy Called Gerald
100%
[===================================================================================================================================================================================================================================================================================================================================]
3.79 items/sec 00:00:15 DONE
[11-06-19 01:35:35.4276] Slim::Utils::Scanner::scanDirectory (318)
Found 36 files in /mnt/HD_a2/Fileserver/music/A Man Called Adam
100%
[===================================================================================================================================================================================================================================================================================================================================]
5.36 items/sec 00:00:06 DONE
[11-06-19 01:35:42.3550] Slim::Utils::Scanner::scanDirectory (318)
Found 16 files in /mnt/HD_a2/Fileserver/music/A Reminiscent Drive
100%
[===================================================================================================================================================================================================================================================================================================================================]
4.77 items/sec 00:00:03 DONE
[11-06-19 02:36:56.0986] Slim::Utils::Scanner::scanDirectory (318)
Found 72 files in /mnt/HD_a2/Fileserver/music/Audio's Audiophile
100%
[===================================================================================================================================================================================================================================================================================================================================]
3.79 items/sec 00:00:19 DONE
[11-06-19 02:48:16.8902] Slim::Utils::Scanner::scanDirectory (318)
Found 119 files in /mnt/HD_a2/Fileserver/music/Aziza Mustafa Zadeh
100%
[===================================================================================================================================================================================================================================================================================================================================]
2.50 items/sec 00:00:47 DONE
[11-06-19 02:50:33.1416] Slim::Schema::Storage::throw_exception (119)
Error: DBI Exception: DBD::SQLite::db selectrow_array failed: disk I/O
error [for Statement "
                SELECT COUNT(*) FROM ( 
                SELECT
                        tracks.url,
                        tracks.cover,
                        tracks.coverid,
                        albums.id AS albumid,
                        albums.title AS album_title,
                        albums.artwork AS album_artwork
                FROM   tracks
                JOIN   albums ON (tracks.album = albums.id)
                WHERE  tracks.cover != '0'
                AND    tracks.coverid IS NOT NULL
                AND    tracks.cover_cached IS NULL
                GROUP BY tracks.cover
         ) AS t1
        "]
[11-06-19 02:50:38.5138] Slim::Schema::Storage::throw_exception (119)
Backtrace:

frame 0: Slim::Utils::Log::logBacktrace
(/mnt/HD_a2/ffp/lib/squeezeboxserver-7.6.0-32523-noCPAN/Slim/Schema/Storage.pm
line 119)
frame 1: Slim::Schema::Storage::throw_exception
(/mnt/HD_a2/ffp/lib/squeezeboxserver-7.6.0-32523-noCPAN/CPAN/DBIx/Class/Storage/DBI.pm
line 1006)
frame 2: DBIx::Class::Storage::DBI::__ANON__
(/mnt/HD_a2/ffp/lib/squeezeboxserver-7.6.0-32523-noCPAN/Slim/Music/Artwork.pm
line 431)
frame 3: Slim::Music::Artwork::precacheAllArtwork
(/mnt/HD_a2/ffp/lib/squeezeboxserver-7.6.0-32523-noCPAN/Slim/Music/Import.pm
line 372)
frame 4: Slim::Music::Import::runScanPostProcessing (./scanner.pl
line 342)
frame 5: (eval) (./scanner.pl line 342)
frame 6: main::main (./scanner.pl line 498)

[11-06-19 02:50:43.7618] main::main (346) Error: Failed when running
scan post-process: [Carp::Clan::__ANON__(): DBI Exception:
DBD::SQLite::db selectrow_array failed: disk I/O error [for Statement
"
                SELECT COUNT(*) FROM ( 
                SELECT
                        tracks.url,
                        tracks.cover,
                        tracks.coverid,
                        albums.id AS albumid,
                        albums.title AS album_title,
                        albums.artwork AS album_artwork
                FROM   tracks
                JOIN   albums ON (tracks.album = albums.id)
                WHERE  tracks.cover != '0'
                AND    tracks.coverid IS NOT NULL
                AND    tracks.cover_cached IS NULL
                GROUP BY tracks.cover
         ) AS t1
        "] at
/mnt/HD_a2/ffp/lib/squeezeboxserver-7.6.0-32523-noCPAN/Slim/Schema/Storage.pm
line 123
]
[11-06-19 02:50:43.7695] main::main (347) Error: Not updating
lastRescanTime!



nobody@Server:/ffp/lib/squeezeboxserver-7.6$ ./scanner.pl --rescan
--progress /mnt/HD_a2/Fileserver/music/Zazie 

Your locale was detected as C, you may have problems with non-Latin
filenames.  Consider changing your LANG variable to the correct locale,
i.e. en_US.utf8
[11-06-19 01:13:57.8525] main::main (196) Starting Squeezebox Server
scanner (v7.6.0, r32523, Wed Jun 15 03:05:00 MDT 2011) perl 5.010000
[11-06-19 01:15:21.2903] Slim::Utils::SQLiteHelper::checkDataSource
(296) Warning: Scanner database found, checking for a newer scan...
[11-06-19 01:15:21.3846] Slim::Utils::SQLiteHelper::checkDataSource
(317) Warning: Scanner database contains a newer scan, using it

0% Completed   0.00 items/sec in 00m07s
[11-06-19 01:15:39.7815] Slim::Music::Artwork::precacheAllArtwork (435)
Starting precacheArtwork for 1 albums
100%
[===================================================================================================================================================================================================================================================================================================================================]
0.09 items/sec 00:00:10 DONE
[11-06-19 01:15:50.3912] Slim::Music::Artwork::__ANON__ (528)
precacheArtwork finished in 7.20721197128296
[11-06-19 01:15:50.4623] Slim::Music::Import::endImporter (592)
Completed precacheArtwork Scan in 10 seconds.
[11-06-19 01:15:50.4816] Slim::Music::Import::runScanPostProcessing
(375) Starting Database optimization.
[11-06-19 01:15:50.8866] Slim::Music::Import::endImporter (592)
Completed dbOptimize Scan in 0 seconds.


-- 
m.hataj
------------------------------------------------------------------------
m.hataj's Profile: http://forums.slimdevices.com/member.php?userid=47601
View this thread: http://forums.slimdevices.com/showthread.php?t=88385

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

Reply via email to