I upgraded my server to Alpine 3.17.0_rc1 and rebuilt the lms-modules
package against perl 5.36 (was 5.34 but upgraded as part of the Alpine
3.17 upgrade). The new lms-modules package only has the 5.36 modules in
it but I wasn't sure if you already had the 5.34 modules installed
whether they would stay and the 5.36 would just be added alongside, but
no, it looks like apk removed the 5.34 when doing the upgrade. So I
think that means you don't have much choice other than to upgrade both -
Alpine to 3.17 and lms-modules to lms-modules-8-r6.

I don't have the new packages uploaded to sodface.com/repo yet though
I've tested locally and it seems good:


Code:
--------------------
    
  Logitech Media Server Version: 8.4.0 - 1667914576 @ Tue 08 Nov 2022 03:13:40 
PM CET
  Hostname: server
  Server IP Address: 10.0.0.10
  Server HTTP Port Number: 9000
  Operating system: Alpine Linux - EN - utf8
  Platform Architecture: x86_64-linux
  Perl Version: 5.36.0 - x86_64-linux-thread-multi
  Audio::Scan: 1.05
  IO::Socket::SSL: 2.075
  Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
  Total Players Recognized: 2 
  
--------------------


I'm building lms-modules for the other architectures now. I plan to
upload on the same day Alpine 3.17.0 final is released. To upgrade
everything then, check your /etc/apk/repositories file and make sure
it's pointing to either latest-stable or v3.17, and make sure the
sodface.com repo is uncommented eg:


Code:
--------------------
    
  http://dl-cdn.alpinelinux.org/alpine/v3.17/main
  http://dl-cdn.alpinelinux.org/alpine/v3.17/community
  #http://dl-cdn.alpinelinux.org/alpine/edge/testing
  http://www.sodface.com/repo
  
--------------------


Then update and upgrade:


Code:
--------------------
    
  $ sudo apk update
  $ sudo apk upgrade --available
  
--------------------


------------------------------------------------------------------------
sodface's Profile: http://forums.slimdevices.com/member.php?userid=19057
View this thread: http://forums.slimdevices.com/showthread.php?t=112276

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

Reply via email to