Re: [SlimDevices: Unix] LMS Crashing on PiCorePlayer 8.1 / Pi 2 Zero W

2022-03-18 Thread lozcspi


bpa wrote: 
> 
> A log of failure would be help - it may say something (e.g. Out of
> memory, timeout) also dmesg in case there are h/w issues.

LMS log


Code:

[22-03-17 13:59:29.1574] main::init (390) Starting Logitech Media Server 
(v8.2.0, 1627922070, Tue Aug  3 11:43:18 CEST 2021) perl 5.032001 - 
aarch64-linux-thread-multi
  [22-03-17 13:59:32.0799] Slim::Utils::Misc::msg (1341) Warning: 
[13:59:32.0785] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /usr/local/slimserver/Slim/Schema.pm line 1905
  [22-03-17 14:00:34.2445] Slim::Utils::Misc::msg (1341) Warning: 
[14:00:34.2434] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /usr/local/slimserver/Slim/Schema.pm line 1905
  [22-03-17 14:06:04.9934] 
Slim::Plugin::FullTextSearch::Plugin::_initPopularTerms (561) Fulltext index 
missing or outdated - re-building
  [22-03-17 14:06:04.9981] Slim::Schema::Storage::throw_exception (121) Error: 
DBI Exception: DBD::SQLite::db selectcol_arrayref failed: no such table: 
fulltext_terms [for Statement "
SELECT term, d FROM (
SELECT term, SUM(documents) d
FROM fulltext_terms
WHERE NOT col IN ('*', 1, 0) AND LENGTH(term) > 1
GROUP BY term
ORDER BY d DESC
)
WHERE d > 500
"]
  [22-03-17 14:06:05.] Slim::Schema::Storage::throw_exception (121) 
Backtrace:
  
  frame 0: Slim::Utils::Log::logBacktrace 
(/usr/local/slimserver/Slim/Schema/Storage.pm line 121)
  frame 1: Slim::Schema::Storage::throw_exception 
(/usr/local/slimserver/CPAN/DBIx/Class/Storage/DBI.pm line 1007)
  frame 2: DBIx::Class::Storage::DBI::__ANON__ 
(/usr/local/slimserver/Slim/Plugin/FullTextSearch/Plugin.pm line 568)
  frame 3: Slim::Plugin::FullTextSearch::Plugin::_initPopularTerms 
(/usr/local/slimserver/Slim/Plugin/FullTextSearch/Plugin.pm line 137)
  frame 4: Slim::Plugin::FullTextSearch::Plugin::__ANON__ 
(/usr/local/slimserver/Slim/Control/Request.pm line 2058)
  frame 5: (eval) (/usr/local/slimserver/Slim/Control/Request.pm line 2058)
  frame 6: Slim::Control::Request::notify 
(/usr/local/slimserver/Slim/Control/Request.pm line 859)
  frame 7: Slim::Control::Request::checkNotifications 
(/usr/local/slimserver/slimserver.pl line 711)
  frame 8: main::idle (/usr/local/slimserver/slimserver.pl line 680)
  frame 9: main::main (/usr/local/slimserver/slimserver.pl line 1224)
  
  [22-03-17 14:06:05.0020] Slim::Control::Request::notify (2060) Error: Failed 
notify: Carp::Clan::__ANON__(): DBI Exception: DBD::SQLite::db 
selectcol_arrayref failed: no such table: fulltext_terms [for Statement "
SELECT term, d FROM (
SELECT term, SUM(documents) d
FROM fulltext_terms
WHERE NOT col IN ('*', 1, 0) AND LENGTH(term) > 1
GROUP BY term
ORDER BY d DESC
)
WHERE d > 500
"] at /usr/local/slimserver/Slim/Schema/Storage.pm line 125
  [22-03-17 14:06:06.0950] 
Slim::Plugin::FullTextSearch::Plugin::_initPopularTerms (561) Fulltext index 
missing or outdated - re-building
  [22-03-17 14:06:06.0963] Slim::Schema::Storage::throw_exception (121) Error: 
DBI Exception: DBD::SQLite::db selectcol_arrayref failed: no such table: 
fulltext_terms [for Statement "
SELECT term, d FROM (
SELECT term, SUM(documents) d
FROM fulltext_terms
WHERE NOT col IN ('*', 1, 0) AND LENGTH(term) > 1
GROUP BY term
ORDER BY d DESC
)
WHERE d > 500
"]
  [22-03-17 14:06:06.0971] Slim::Schema::Storage::throw_exception (121) 
Backtrace:
  
  frame 0: Slim::Utils::Log::logBacktrace 
(/usr/local/slimserver/Slim/Schema/Storage.pm line 121)
  frame 1: Slim::Schema::Storage::throw_exception 
(/usr/local/slimserver/CPAN/DBIx/Class/Storage/DBI.pm line 1007)
  frame 2: DBIx::Class::Storage::DBI::__ANON__ 
(/usr/local/slimserver/Slim/Plugin/FullTextSearch/Plugin.pm line 568)
  frame 3: Slim::Plugin::FullTextSearch::Plugin::_initPopularTerms 
(/usr/local/slimserver/Slim/Plugin/FullTextSearch/Plugin.pm line 137)
  frame 4: Slim::Plugin::FullTextSearch::Plugin::__ANON__ 
(/usr/local/slimserver/Slim/Control/Request.pm line 2058)
  frame 5: (eval) (/usr/local/slimserver/Slim/Control/Request.pm line 2058)
  frame 6: Slim::Control::Request::notify 
(/usr/local/slimserver/Slim/Control/Request.pm line 859)
  frame 7: Slim::Control::Request::checkNotifications 
(/usr/local/slimserver/slimserver.pl line 711)
  frame 8: main::idle (/usr/local/slimserver/slimserver.pl 

Re: [SlimDevices: Unix] LMS Crashing on PiCorePlayer 8.1 / Pi 2 Zero W

2022-03-18 Thread lozcspi


ran a scan with a reduced library - LMS crashed and scan not completed.

Guess the Pi2ZeroW isn't up to the task.

No issues at all with the 4

37516


+---+
|Filename: Capture.PNG  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=37516|
+---+


lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=116099

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS Crashing on PiCorePlayer 8.1 / Pi 2 Zero W

2022-03-17 Thread lozcspi


37506

left yesterday - this morning LMS stopped and scan not completed

Cleared databse and scanning a section of the library only - see how
that gets on...


+---+
|Filename: Picture1.png |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=37506|
+---+


lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=116099

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS Crashing on PiCorePlayer 8.1 / Pi 2 Zero W

2022-03-16 Thread lozcspi

bpa wrote: 
> As an experiment - have you tried reducing your library size (e.g. move
> some albums folder into a non scanned folder) to see if the scanning
> process ever completes.

I left it at work with version 8.0 running a scan. 

I’ll do some tests tomorrow afternoon when I’m back.



lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=116099

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS Crashing on PiCorePlayer 8.1 / Pi 2 Zero W

2022-03-16 Thread lozcspi


yep...

an update - I've built RPi4 and completed a scan first time with same
USB drive (albeit without the convertor cable) so presume library not
the issue.

37502


+---+
|Filename: scan.PNG |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=37502|
+---+


lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=116099

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS Crashing on PiCorePlayer 8.1 / Pi 2 Zero W

2022-03-16 Thread lozcspi


Man in a van wrote: 
> what are you using for the "on-the-go" usb connection ?
> 
> I use the one of these for direct connection to the usb ( hub / drive or
> whatever)
> 
> https://thepihut.com/products/usb-to-microusb-otg-converter-shim
> 
> I only use mine as a player / streamer at the moment, though.
> 
> If you have a rpi3b you could try running the setup on that, if it
> succeeds, then swap  the card into the Zero :)
> 
> I have also run the pizero2w using the rpi4b official power supply using
> a' UGREEN usb C to mini usb connector
> '
> (https://www.amazon.co.uk/UGREEN-Adapter-Converter-Support-Compatible/dp/B07MYWT4GK/ref=sr_1_3?crid=3AN9Q9W3K3FA2&keywords=Ugreen+USB+C+to+Micro+USB+Adapter&qid=1647429802&s=computers&sprefix=ugreen+usb+c+to+micro+usb+adapter%2Ccomputers%2C75&sr=1-3)
> ronnie
> 
> 37498

Using the cable that came with the Zero

I don't have a Pi3, but just about to try an install on a 4

37499


+---+
|Filename: cable.jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=37499|
+---+


lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=116099

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS Crashing on PiCorePlayer 8.1 / Pi 2 Zero W

2022-03-16 Thread lozcspi


bpa wrote: 
> Have you tried the nuclear option - stop LMS and delete all *.db files
> in the Cache directory. 
> Then start LMS and do a scan.
> It would means there should be nothing left over from previous problems
> (e.g. image issue)

yes, also completely rebuilt a few times from scratch



lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=116099

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS Crashing on PiCorePlayer 8.1 / Pi 2 Zero W

2022-03-16 Thread lozcspi


bpa wrote: 
> What is your Database memory Config setting ?  (WebUI
> Setting/Advanced/Performance ) - for a Zero with less than 1Gb - I think
> it should be "normal"

Database Memory Config - Normal

I do have 105,000 tracks

Swap file was previously enabled



lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=116099

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS Crashing on PiCorePlayer 8.1 / Pi 2 Zero W

2022-03-16 Thread lozcspi


Grumpy Bob wrote: 
> My current 'travel LMS server' is a Raspberry Pi Zero 2. It is running
> on PCP 8.1.0 and the LMS version is 8.2.0 - 1627922070 @ Tue Aug 3
> 11:43:18 CEST 2021
> Music files are on a 2Tb SSD USB connected drive. Other than being a bit
> slow on a clear and re-scan, this device has been pretty solid for a few
> months now.
> I have a relatively minimal plugin set installed.
> 
> Robert

Same - other than not SSD - 2TB Seagate (STGX2000400)
Mini Boss DAC Hat

Maybe not enough power to run the HDD & hat?

Same HDD and library was running fine on a Pi4 and also on the Zero with
version 8.0

Disappointed I can't get this running on the Zero OK - like the look of
it.

37497


+---+
|Filename: pizero.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=37497|
+---+


lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=116099

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS Crashing on PiCorePlayer 8.1 / Pi 2 Zero W

2022-03-15 Thread lozcspi


Still no joy..

Think I'm going to give up on the Zero and revert back to a 4.

Shame as I built a nice little enclosure that looked great.

DAC hat and tall case ordered


Code:

[22-03-14 16:12:02.2729] main::init (390) Starting Logitech Media Server 
(v8.2.0, 1627922070, Tue Aug  3 11:43:18 CEST 2021) perl 5.032001 - 
aarch64-linux-thread-multi
  [22-03-14 16:12:03.7838] Slim::Utils::Misc::msg (1341) Warning: 
[16:12:03.7822] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /usr/local/slimserver/Slim/Schema.pm line 1905
  [22-03-14 16:13:39.3059] Slim::Utils::Misc::msg (1341) Warning: 
[16:13:39.2785] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /usr/local/slimserver/Slim/Schema.pm line 1905
  [22-03-14 17:28:17.1112] main::init (390) Starting Logitech Media Server 
(v8.2.0, 1627922070, Tue Aug  3 11:43:18 CEST 2021) perl 5.032001 - 
aarch64-linux-thread-multi
  [22-03-14 17:28:19.0563] Slim::Utils::Misc::msg (1341) Warning: 
[17:28:19.0549] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /usr/local/slimserver/Slim/Schema.pm line 1905
  [22-03-14 17:49:11.9030] Slim::Utils::Misc::msg (1341) Warning: 
[17:49:11.9018] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /usr/local/slimserver/Slim/Schema.pm line 1905
  [22-03-14 17:55:22.0106] 
Slim::Plugin::FullTextSearch::Plugin::_initPopularTerms (561) Fulltext index 
missing or outdated - re-building
  [22-03-14 17:55:22.0239] Slim::Schema::Storage::throw_exception (121) Error: 
DBI Exception: DBD::SQLite::db selectcol_arrayref failed: no such table: 
fulltext_terms [for Statement "
SELECT term, d FROM (
SELECT term, SUM(documents) d
FROM fulltext_terms
WHERE NOT col IN ('*', 1, 0) AND LENGTH(term) > 1
GROUP BY term
ORDER BY d DESC
)
WHERE d > 500
"]
  [22-03-14 17:55:22.0261] Slim::Schema::Storage::throw_exception (121) 
Backtrace:
  
  frame 0: Slim::Utils::Log::logBacktrace 
(/usr/local/slimserver/Slim/Schema/Storage.pm line 121)
  frame 1: Slim::Schema::Storage::throw_exception 
(/usr/local/slimserver/CPAN/DBIx/Class/Storage/DBI.pm line 1007)
  frame 2: DBIx::Class::Storage::DBI::__ANON__ 
(/usr/local/slimserver/Slim/Plugin/FullTextSearch/Plugin.pm line 568)
  frame 3: Slim::Plugin::FullTextSearch::Plugin::_initPopularTerms 
(/usr/local/slimserver/Slim/Plugin/FullTextSearch/Plugin.pm line 137)
  frame 4: Slim::Plugin::FullTextSearch::Plugin::__ANON__ 
(/usr/local/slimserver/Slim/Control/Request.pm line 2058)
  frame 5: (eval) (/usr/local/slimserver/Slim/Control/Request.pm line 2058)
  frame 6: Slim::Control::Request::notify 
(/usr/local/slimserver/Slim/Control/Request.pm line 859)
  frame 7: Slim::Control::Request::checkNotifications 
(/usr/local/slimserver/slimserver.pl line 711)
  frame 8: main::idle (/usr/local/slimserver/slimserver.pl line 680)
  frame 9: main::main (/usr/local/slimserver/slimserver.pl line 1224)
  
  [22-03-14 17:55:22.0279] Slim::Control::Request::notify (2060) Error: Failed 
notify: Carp::Clan::__ANON__(): DBI Exception: DBD::SQLite::db 
selectcol_arrayref failed: no such table: fulltext_terms [for Statement "
SELECT term, d FROM (
SELECT term, SUM(documents) d
FROM fulltext_terms
WHERE NOT col IN ('*', 1, 0) AND LENGTH(term) > 1
GROUP BY term
ORDER BY d DESC
)
WHERE d > 500
"] at /usr/local/slimserver/Slim/Schema/Storage.pm line 125
  [22-03-14 17:55:23.0371] 
Slim::Plugin::FullTextSearch::Plugin::_initPopularTerms (561) Fulltext index 
missing or outdated - re-building
  [22-03-14 17:55:23.0386] Slim::Schema::Storage::throw_exception (121) Error: 
DBI Exception: DBD::SQLite::db selectcol_arrayref failed: no such table: 
fulltext_terms [for Statement "
SELECT term, d FROM (
SELECT term, SUM(documents) d
FROM fulltext_terms
WHERE NOT col IN ('*', 1, 0) AND LENGTH(term) > 1
GROUP BY term
ORDER BY d DESC
)
WHERE d > 500
"]
  [22-03-14 17:55:23.0394] Slim::Schema::Storage::throw_exception (121) 
Backtrace:
  
  frame 0: Slim::Utils::Log::logBacktrace 
(/usr/local/slimserver/Slim/Schema/Storage.pm line 121)
  frame 1: Slim::Schema::Storage::throw_exception 
(/usr/local/sli

Re: [SlimDevices: Unix] LMS Crashing on PiCorePlayer 8.1 / Pi 2 Zero W

2022-03-14 Thread lozcspi


Hung again... 

LMS log

Code:

[22-03-14 16:12:02.2729] main::init (390) Starting Logitech Media Server 
(v8.2.0, 1627922070, Tue Aug  3 11:43:18 CEST 2021) perl 5.032001 - 
aarch64-linux-thread-multi
  [22-03-14 16:12:03.7838] Slim::Utils::Misc::msg (1341) Warning: 
[16:12:03.7822] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /usr/local/slimserver/Slim/Schema.pm line 1905
  [22-03-14 16:13:39.3059] Slim::Utils::Misc::msg (1341) Warning: 
[16:13:39.2785] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /usr/local/slimserver/Slim/Schema.pm line 1905
  [22-03-14 17:28:17.1112] main::init (390) Starting Logitech Media Server 
(v8.2.0, 1627922070, Tue Aug  3 11:43:18 CEST 2021) perl 5.032001 - 
aarch64-linux-thread-multi
  [22-03-14 17:28:19.0563] Slim::Utils::Misc::msg (1341) Warning: 
[17:28:19.0549] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /usr/local/slimserver/Slim/Schema.pm line 1905



scan log

Code:

[22-03-14 16:12:41.6204] main::main (206) Starting Logitech Media Server 
scanner (v8.2.0, 1627922070, Tue Aug  3 11:43:18 CEST 2021) perl 5.032001
  [22-03-14 16:12:42.4297] Carp::Clan::__ANON__ (216) Warning: 
DBIx::Class::ResultSet::update_or_create(): Query returned more than one row.  
SQL that returns multiple rows is DEPRECATED for ->find and ->single at 
/usr/local/slimserver/Slim/Schema.pm line 1905
  [22-03-14 16:12:42.4313] Slim::Schema::forceCommit (2177) Warning: Trying to 
commit transactions before DB is initialized!
  [22-03-14 16:12:43.7802] Slim::Music::Import::runImporter (578) Starting 
Slim::Media::MediaFolderScan scan
  [22-03-14 16:12:43.7814] Slim::Utils::Scanner::Local::rescan (179) 
Discovering audio files in /mnt/media/Music
  [22-03-14 16:24:00.2444] Slim::Utils::Scanner::Local::__ANON__ (191) Start 
processing found tracks
  [22-03-14 16:24:00.2466] Slim::Utils::Scanner::Local::__ANON__ (199) Connect 
do DB
  [22-03-14 16:24:00.2473] Slim::Utils::Scanner::Local::__ANON__ (202) Get 
latest ID
  [22-03-14 16:24:00.2564] Slim::Utils::Scanner::Local::__ANON__ (224) Delete 
temporary table if exists
  [22-03-14 16:24:00.2708] Slim::Utils::Scanner::Local::__ANON__ (227) Re-build 
temporary table
  [22-03-14 16:24:16.2690] Slim::Utils::Scanner::Local::__ANON__ (276) Get 
deleted tracks count
  [22-03-14 16:24:27.2407] Slim::Utils::Scanner::Local::__ANON__ (283) Get new 
tracks count
  [22-03-14 16:24:27.2424] Slim::Utils::Scanner::Local::__ANON__ (288) Get 
changed tracks count
  [22-03-14 16:24:41.2704] Slim::Utils::Scanner::Local::deleteTracks (519) 
Removing deleted audio files (0)
  [22-03-14 16:24:41.2713] Slim::Utils::Scanner::Local::__ANON__ (301) Scanning 
new audio files (0)
  [22-03-14 16:24:41.2718] Slim::Utils::Scanner::Local::__ANON__ (381) 
Rescanning changed audio files (0)
  [22-03-14 16:24:41.3078] Slim::Music::Import::endImporter (711) Completed 
Slim::Media::MediaFolderScan Scan in 717.493 seconds.
  [22-03-14 16:24:41.3577] Slim::Music::Import::runImporter (578) Starting 
Slim::Plugin::WiMP::Importer scan
  [22-03-14 16:24:41.5847] Slim::Music::Import::endImporter (711) Completed 
Slim::Plugin::WiMP::Importer Scan in 0.227 seconds.
  [22-03-14 16:24:41.5920] Slim::Music::Import::runImporter (578) Starting 
Slim::Plugin::FullTextSearch::Plugin scan
  [22-03-14 16:24:41.5989] Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex 
(458) Starting fulltext index build
  [22-03-14 16:24:41.5998] Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex 
(462) Initialize fulltext table
  [22-03-14 16:25:03.0863] Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex 
(475) Create fulltext index for tracks
  [22-03-14 16:27:09.3580] Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex 
(485) Create fulltext index for albums
  [22-03-14 16:28:31.1179] Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex 
(494) Create fulltext index for contributors
  [22-03-14 16:28:33.7207] Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex 
(504) Create fulltext index for playlists
  [22-03-14 16:28:39.1575] Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex 
(519) Optimize fulltext index
  [22-03-14 16:29:12.9232] Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex 
(534) Fulltext index build done!
  [22-03-14 16:29:12.9284] Slim::Music::Import::endImporter (711) Completed 
Slim::Plugin::FullTextSearch::Plugin Scan in 271.332 seconds.
  [22-03-14 16:29:12.9300] Slim::Music::Import::runImporter (578) Starting 
Slim::Plugin::ExtendedBrowseModes::Libraries scan
  [22-03-14 16:29:12.9324] Slim::Music::Import::endImporter (711) Completed 
Slim::Plugin::ExtendedBrowseModes::Libraries Scan in 0.002 seconds.
  [22-03-1

Re: [SlimDevices: Unix] LMS Crashing on PiCorePlayer 8.1 / Pi 2 Zero W

2022-03-14 Thread lozcspi


paul- wrote: 
> Likely you need to add a swap file.  We don't enable that by default,
> since it adds wear and tear to your SD card.
> 
> If you want to test.  Remove "noswap" from the boot commandline.

Thanks, I'll give that a try...

Scanning again - pervious scans seems to hang for hours at "optimizing
database"



lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=116099

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS Crashing on PiCorePlayer 8.1 / Pi 2 Zero W

2022-03-14 Thread lozcspi


Just to add...

I'd replaced SD Card with a new one.

Scan showed a corrupt JPEG which I've replaced - currently rescanning...



lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=116099

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS Crashing on PiCorePlayer 8.1 / Pi 2 Zero W

2022-03-14 Thread lozcspi


paul- wrote: 
> 64bit should be fine now days.  The pi zero 2 still is pretty memory
> limited for LMS.

Oh... I'd had solid build on a RPi4 for months but can't seem to get
Zero2W running stable with the same HD of music (it is quite large!)

I'd left it scanning music on Friday and returned this morning to see it
stuck - replaced the folder.jpg file that it appeared stuck on -
restarted maybe that was the issue.

LMS was still running though.

Maybe I'll have to give up on Zero and return to RPi4

Server log


Code:

[22-03-11 16:29:27.5168] main::init (390) Starting Logitech Media Server 
(v8.2.0, 1627922070, Tue Aug  3 11:43:18 CEST 2021) perl 5.032001 - 
aarch64-linux-thread-multi
  [22-03-11 16:29:29.9182] Slim::Utils::Misc::msg (1341) Warning: 
[16:29:29.9164] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /usr/local/slimserver/Slim/Schema.pm line 1905
  [22-03-14 10:24:11.2500] Slim::Utils::Misc::msg (1341) Warning: 
[10:24:11.2363] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /usr/local/slimserver/Slim/Schema.pm line 1905
  



Scanner Log


Code:

[22-03-14 10:34:12.5167] main::main (206) Starting Logitech Media Server 
scanner (v8.2.0, 1627922070, Tue Aug  3 11:43:18 CEST 2021) perl 5.032001
  [22-03-14 10:34:13.3180] Carp::Clan::__ANON__ (216) Warning: 
DBIx::Class::ResultSet::update_or_create(): Query returned more than one row.  
SQL that returns multiple rows is DEPRECATED for ->find and ->single at 
/usr/local/slimserver/Slim/Schema.pm line 1905
  [22-03-14 10:34:13.3194] Slim::Schema::forceCommit (2177) Warning: Trying to 
commit transactions before DB is initialized!
  




lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=116099

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS Crashing on PiCorePlayer 8.1 / Pi 2 Zero W

2022-03-10 Thread lozcspi


Man in a van wrote: 
> the Mirror repo is here

Ah yes, selected that but think updates already applied OK via normal.


Code:

[ INFO ] Checking for slimserver-CPAN.tcz updates...
  [ INFO ] Checking for Updates from: 
http://picoreplayer.sourceforge.net/tcz_repo
  
  [ INFO ] Checking: slimserver-CPAN.tcz  Extension version 
Matches
  [ INFO ] Gathering Dependancies:  perl5.tcz gcc_libs.tcz openssl.tcz 
ca-certificates.tcz perl_io_socket_ssl.tcz perl_net_ssleay.tcz 
perl_mozilla_ca.tcz perl_crypt_openssl_rsa.tcz perl_crypt_openssl_bignum.tcz 
perl_crypt_openssl_random.tcz perl_linux_inotify2.tcz perl_common_sense.tcz
  [ INFO ] Checking: ca-certificates.tcz  Extension version 
Matches
  [ INFO ] Checking: gcc_libs.tcz Extension version 
Matches
  [ INFO ] Checking: openssl.tcz  Extension version 
Matches
  [ INFO ] Checking: perl5.tczExtension version 
Matches
  [ INFO ] Checking: perl_common_sense.tczExtension version 
Matches
  [ INFO ] Checking: perl_crypt_openssl_bignum.tczExtension version 
Matches
  [ INFO ] Checking: perl_crypt_openssl_random.tczExtension version 
Matches
  [ INFO ] Checking: perl_crypt_openssl_rsa.tcz   Extension version 
Matches
  [ INFO ] Checking: perl_io_socket_ssl.tcz   Extension version 
Matches
  [ INFO ] Checking: perl_linux_inotify2.tcz  Extension version 
Matches
  [ INFO ] Checking: perl_mozilla_ca.tcz  Extension version 
Matches
  [ INFO ] Checking: perl_net_ssleay.tcz  Extension version 
Matches
  
  [ INFO ] Done checking for updates




lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=116099

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS Crashing on PiCorePlayer 8.1 / Pi 2 Zero W

2022-03-10 Thread lozcspi


LMS starts OK, just randomly quits.

Not sure what you mean about pCP mirror repo?

I clicked the pCP full update and updated libs on LMS.


Code:

Raspberry | piCorePlayer v8.1.0 | www v00017 | linux 5.10.77-pcpCore-v7 
(32) | piCore v13.1 | Squeezelite v1.9.9-1391-pCP



Did a cache clear and cleared and started scan of music again.

LMS not yet crashed but still appear to be getting errors though.


Code:

[22-03-10 14:55:38.2482] main::init (390) Starting Logitech Media Server 
(v8.2.0, 1627922070, Tue Aug  3 11:43:18 CEST 2021) perl 5.032001 - 
arm-linux-gnueabihf-thread-multi-64int
  [22-03-10 14:55:39.2402] Slim::Utils::SQLiteHelper::postConnect (377) 
Optimizing DB because of missing or empty sqlite_stat1 table
  [22-03-10 14:55:39.2937] Slim::Schema::forceCommit (2177) Warning: Trying to 
commit transactions before DB is initialized!
  [22-03-10 14:55:39.9429] Slim::Utils::SQLiteHelper::postConnect (377) 
Optimizing DB because of missing or empty sqlite_stat1 table
  [22-03-10 14:55:39.9590] Slim::Schema::forceCommit (2177) Warning: Trying to 
commit transactions before DB is initialized!
  [22-03-10 14:55:41.5706] Slim::Utils::SQLiteHelper::postConnect (377) 
Optimizing DB because of missing or empty sqlite_stat1 table
  [22-03-10 14:55:41.5874] Slim::Schema::forceCommit (2177) Warning: Trying to 
commit transactions before DB is initialized!
  [22-03-10 14:55:42.1315] main::checkDataSource (1121) Warning: Schema updated 
or no media found in the database, initiating scan.
  [22-03-10 14:55:47.2969] Slim::Utils::SQLiteHelper::postConnect (377) 
Optimizing DB because of missing or empty sqlite_stat1 table
  [22-03-10 14:55:47.3424] Slim::Schema::forceCommit (2177) Warning: Trying to 
commit transactions before DB is initialized!
  



I can't rebuild completely until tomorrow as SD card reader at work -
but will try a complete fresh install. Would you recommend 64bit - I've
had the same issue with 32 and 64 bit.



lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=116099

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


[SlimDevices: Unix] LMS Crashing on PiCorePlayer 8.1 / Pi 2 Zero W

2022-03-10 Thread lozcspi


I had a stable version of 8.0 running on Pi 2 Zero W - built with
support from @man in a van who provided files that worked with the Pi 2
Zero

I rebuilt recently as I couldn't manage to get on changed wifi network
and used the newer 8.1 image which works but LMS keeps crashing.

Can anyone please help diagnose?

Here are the LMS logs


Code:

[22-03-10 09:51:35.4205] main::init (390) Starting Logitech Media Server 
(v8.2.0, 1627922070, Tue Aug  3 11:43:18 CEST 2021) perl 5.032001 - 
arm-linux-gnueabihf-thread-multi-64int 
  [22-03-10 09:51:36.7450] Slim::Utils::Misc::msg (1341) Warning: 
[09:51:36.7439] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /usr/local/slimserver/Slim/Schema.pm line 1905
  [22-03-10 09:58:53.6867] Slim::Utils::Misc::msg (1341) Warning: 
[09:58:53.6859] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /usr/local/slimserver/Slim/Schema.pm line 1905
  [22-03-10 10:03:57.9742] Slim::Utils::Misc::msg (1341) Warning: 
[10:03:57.9719] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /usr/local/slimserver/Slim/Schema.pm line 1905
  [22-03-10 10:04:13.1104] Slim::Utils::Misc::msg (1341) Warning: 
[10:04:13.1096] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /usr/local/slimserver/Slim/Schema.pm line 1905
  [22-03-10 10:04:16.5247] Slim::Utils::Misc::msg (1341) Warning: 
[10:04:16.5240] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /usr/local/slimserver/Slim/Schema.pm line 1905
  [22-03-10 11:07:56.2788] main::init (390) Starting Logitech Media Server 
(v8.2.0, 1627922070, Tue Aug  3 11:43:18 CEST 2021) perl 5.032001 - 
arm-linux-gnueabihf-thread-multi-64int
  [22-03-10 11:07:58.4221] Slim::Utils::Misc::msg (1341) Warning: 
[11:07:58.4211] DBIx::Class::ResultSet::update_or_create(): Query returned more 
than one row.  SQL that returns multiple rows is DEPRECATED for ->find and 
->single at /usr/local/slimserver/Slim/Schema.pm line 1905
  




lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=116099

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


[SlimDevices: Unix] Changing picoreplayer wifi

2021-12-25 Thread lozcspi

Hi,

Setup picoreplayer v8 on pi Zero 2 W and  all working great on my wifi.
Given to friend as a gift but their iPeng not showing the player.

I had edified the config file to suit their wifi but iPeng not showing
the player.

I’ll pop round to take a closer look but presumed the pi takes this file
settings each time or does it only on first config? Should I be editing
somewhere else?

Thanks



lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=115631

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] New RPi Zero 2 W

2021-11-05 Thread lozcspi


paul- wrote: 
> Got my Zero-2W,   With the 32 bit pCP8 image, the only thing I had to
> update is the config.txt, and add netusb to the boot partition.
> Networking worked fine.
> 
> The 64bit image requires a bit more to get it to boot.   I'm in the
> process of building kernels and doing some testing.

All bits received, header soldered and put in case - ready to play this
weekend :)

36110


+---+
|Filename: pi.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36110|
+---+


lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=115331

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] New RPi Zero 2 W

2021-10-31 Thread lozcspi


Man in a van wrote: 
> use the 32 bit image 
> 
> https://repo.picoreplayer.org/insitu/piCorePlayer8.0.0/piCorePlayer8.0.0.zip
> 
> 
> Read through the thread, all the info is there and some screenshots
> 
> post #11
> 
> post #20
> 
> post #11
> 
> 36057
> 
> to edit the pCP_ROOT I plugged the sd card holder into another computer
> (a raspberrypi) running Buster Desktop  and used WinSCP to upload the
> file.
> 
> ronnie


Thanks



lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=115331

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] New RPi Zero 2 W

2021-10-31 Thread lozcspi


chill wrote: 
> That's what I started with.
> 
> 
> 
> I hesitate to imply that these are the definitive steps needed - I
> simply copied what was done before.  And this will all become redundant
> anyway as soon as Paul gets hold of his PI02 and makes an image that
> works out of the box.  But in the meantime:
> 
> 1) bcm2710-rpi-zero-2.dtb goes in the top level of that PCP_BOOT drive -
> no need to make another folder.  You should see a number of other dtb
> files in there already.
> 
> 2) config.txt is also in the top level of PCP_BOOT.  You need to use an
> editor that won't change line endings or add another file extension etc.
> Not sure what's best on Windows - Notepad?
> 
> 3) For the final step you'll need to somehow mount the second partition
> (PCP_ROOT) in order to place firmware-rpi-wifi in
> PCP_ROOT/tce/optional/.  I suspect you won't be able to mount it on a
> Windows machine.  I used a Linux laptop to do this step.  I guess you
> could probably mount both partitions of this SD card on another
> Raspberry Pi that's running pCP.

Thanks Chill,

My DAC and case isn't arriving until Thursday so I'll wait and see if
any new images appear by then. If not I'll sort an old linux laptop
out



lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=115331

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] New RPi Zero 2 W

2021-10-31 Thread lozcspi


Man in a van wrote: 
> In Chill's post
> 
> 1 and 2 are in Boot
> 
> 3 in Root
> 
> ronnie

I've used the 64bit image (is this right?)

Accessing on a windows PC and can only see a folder called overlays
(drive is called PCP_BOOT)

Do I create a boot folder?



lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=115331

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] New RPi Zero 2 W

2021-10-31 Thread lozcspi


Man in a van wrote: 
> maybe check your locations ?
> 
> Post #34
> 
> 'https://forums.slimdevices.com/showthread.php?115331-New-RPi-Zero-2-W&p=1036945&viewfull=1#post1036945
> '
> (https://forums.slimdevices.com/showthread.php?115331-New-RPi-Zero-2-W&p=1036945&viewfull=1#post1036945)
> 
> 
> ronnie

both saved in root?



lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=115331

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] New RPi Zero 2 W

2021-10-31 Thread lozcspi


Received my Pi Zero 2 yesterday and trying to get PiCorePlayer running.

Tried 32 and 64 bit images v8.0.0 but I just get a rainbow screen with 6
short 1 long green LED flashes.

Found this thread and added bcm2710-rpi-zero-2.dtb to the root and
firmware-rpi-wifi.tcz to tce/optional folder

Still no joy, is there something else I need to do?

Thanks...



lozcspi's Profile: http://forums.slimdevices.com/member.php?userid=72233
View this thread: http://forums.slimdevices.com/showthread.php?t=115331

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix