Huey11 wrote: > Hm, sorry to have confused you. > As said, afraid I moved my LMS install in between earlier post from > docker container on kubernetes to a now bare metal installation; trying > to get rid of hickup in 2 levels upsampling... Seems there is a some > difference to the docker image I used before... Information screen now > at least shows: > 28938 > > I rerun my container on the cluster to check and that shows I previously > I had on that container perl 5.24.1 - aarch64-linux-gnu-thread-multi and > Audio::Scan 0.95) > > I hope it is all clear enough to you now?! > > Edit: Aargh... I had the container on an arm64 node. Had my lms server > removed from the cluster... Anyway: now added the armv7 lms server to > cluster again and ran the docker container I started out with to > hopefully give you the proper insight:28940 > > Code: -------------------- > > root@lms:/# find / -iname scan.pm* > /srv/squeezebox/C3PO/lib/Audio/Scan.pm > /usr/share/squeezeboxserver/CPAN/arch/5.28/Audio/Scan.pm > /usr/share/squeezeboxserver/CPAN/arch/5.30/Audio/Scan.pm > /usr/share/squeezeboxserver/CPAN/arch/5.24/i386-linux-thread-multi-64int/Audio/Scan.pm > /usr/share/squeezeboxserver/CPAN/arch/5.24/arm-linux-gnueabihf-thread-multi-64int/Audio/Scan.pm > /usr/share/squeezeboxserver/CPAN/Media/Scan.pm > /usr/share/squeezeboxserver/lib/Audio/Scan.pm > /var/lib/squeezeboxserver/Plugins/C3PO/lib/Audio/Scan.pm.3cpo > /var/lib/squeezeboxserver/Plugins/C3PO/lib/Audio/Scan.pm.ORG -------------------- > > > > The /var/lib 3CPO on the container is the manual installed plugin > version, where I renamed the scan.pm to get it working... > > Hope this all makes sense to you...
Even more than before! thanks. When running 5.26.1 you don't have Scan.pm in any specific arch version of CPAM lib, then it uses the /lib version that loads the Scan.so version 0.95: /usr/share/squeezeboxserver/CPAN/arch/5.26/arm-linux-gnueabihf-thread-multi-64int/auto/Audio/Scan.so While, when running 5.24.1 you have /usr/share/squeezeboxserver/CPAN/arch/5.24/arm-linux-gnueabihf-thread-multi-64int/Audio/Scan.pm that loads version 1.0.2 from /usr/share/squeezeboxserver/CPAN/arch/5.24/arm-linux-gnueabihf-thread-multi-64int/auto/Audio/Scan.so I bet the old plugin was working in 5.26.1 but not in 5.24.1! If it's so, probably the solution is to move the C-3PO Udio::Scan version inside the local CPAN under the Win32 arch. I'll try! Tanks for your help. ________________________________________________________________________ Author of C-3PO plugin, Squeezelite-R2, Falcon Web interface - See www.marcoc1712.it ------------------------------------------------------------------------ marcoc1712's Profile: http://forums.slimdevices.com/member.php?userid=34842 View this thread: http://forums.slimdevices.com/showthread.php?t=105309 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
