Andy Grundman;257622 Wrote: > On Jan 12, 2008, at 11:24 AM, Xhorder wrote: > > > What happens when you manually run "squeezecenter-scanner --debug > scan.scanner" while SC is already running?
After getting around the 'command not found' problem by going to the /usr/libexec folder, it complained about Compress::Zlib: The following CPAN modules were found but cannot work with SqueezeCenter: Compress::Zlib (loaded 1.41 but missing object file, need 1.41) To fix this problem you have several options: 1. Install the latest version of the module(s) using CPAN: sudo cpan Some::Module 2. Update the module's package using apt-get, yum, etc. 3. Run the .tar.gz version of SqueezeCenter which includes all required CPAN modules. So I then ran the build perl modules script for Compress::Zlib, and that solved that error. Now this is the output I get: [EMAIL PROTECTED] libexec]$ ./squeezecenter-scanner --debug scan.scanner Usage: ./squeezecenter-scanner [debug options] [--rescan] [--wipe] [--itunes] [--musicmagic] <path or URL> Command line options: --force Force a scan, even if we think a scan is already taking place. --cleanup Run a database cleanup job at the end of the scan --rescan Look for new files since the last scan. --wipe Wipe the DB and start from scratch --playlists Only scan files in your playlistdir. --itunes Run the iTunes Importer. --musicmagic Run the MusicMagic/MusicIP Importer. --progress Show a progress bar of the scan. --prefsdir Specify alternative preferences directory. --priority set process priority from -20 (high) to 20 (low) --logfile Send all debugging messages to the specified logfile. --logdir Specify folder location for log file --logconfig Specify pre-defined logging configuration file --debug various debug options --quiet keep silent Examples: ./squeezecenter-scanner --rescan /Users/dsully/Music ./squeezecenter-scanner http://www.somafm.com/groovesalad.pls Log4perl: Seems like no initialization happened. Forgot to call init()? Can't call method "dbh" on an undefined value at /usr/lib/perl5/vendor_perl/Slim/Music/Import.pm line 247. END failed--call queue aborted. (in cleanup) Can't open /var/lib/squeezecenter/cache/cookies.dat: Permission denied at /usr/share/squeezecenter/CPAN/HTTP/Cookies.pm line 409 during global destruction. -- Xhorder ------------------------------------------------------------------------ Xhorder's Profile: http://forums.slimdevices.com/member.php?userid=1774 View this thread: http://forums.slimdevices.com/showthread.php?t=42121 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
