Re: [SlimDevices: Unix] 'Official' docker container for LMS?

2021-07-07 Thread Rothaar


I got it working now. :)

I first updated 'libseccomp'
(https://askubuntu.com/questions/1263284/apt-update-throws-signature-error-in-ubuntu-20-04-container-on-arm)
but this dind't help.
After this I upgraded the docker engine from the version included in
RaspberryPi OS (raspbian) from v18 to v20 using these 'instructions'
(https://docs.docker.com/engine/install/debian/#install-using-the-convenience-script).

Cannot say if the libseccomp was necessary but it is working now as
expected. Thanks @epoch1970 for the docker version hint.

Have a nice day!



Rothaar's Profile: http://forums.slimdevices.com/member.php?userid=71905
View this thread: http://forums.slimdevices.com/showthread.php?t=111828

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


Re: [SlimDevices: Unix] 'Official' docker container for LMS?

2021-07-02 Thread Rothaar


Hi,

I want to use the LMS Announce plugin which requires a Text2Speak engine
installed. So I moved to the running LMS container via

Code:

docker exec -it --user root lms bash



and tried to install espeak via 
Code:

apt-get install espeak


but I am getting these errors:

Code:


  Fetched 4221 kB in 3s (1664 kB/s)
  debconf: delaying package configuration, since apt-utils is not installed
  tar: ./control: Cannot utime: Operation not permitted
  tar: ./md5sums: Cannot utime: Operation not permitted
  [...]
  



Sounds like a permission issue, any idea how to resolve it?
Thanks!



Rothaar's Profile: http://forums.slimdevices.com/member.php?userid=71905
View this thread: http://forums.slimdevices.com/showthread.php?t=111828

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-07-02 Thread Rothaar


Hi,

I am new to the party. I am using piCorePlayer 7 with an RaspberryPi 2
(B) and a Logilink 7.1 USB Soundbox. Network via USB WiFi (vendor
Edimax).

I start 7 squeezelite instances and stop the original one via
bootlocal.sh in the following way:


Code:


  pkill squeezelite
  
  /usr/local/bin/squeezelite -n "room1" -o monofrontl -a 80:::0: -m 
ab:cd:ef:12:34:01 -C 1 -z
  /usr/local/bin/squeezelite -n "room2" -o monofrontr -a 80:::0: -m 
ab:cd:ef:12:34:02 -C 1 -z
  /usr/local/bin/squeezelite -n "room3" -o stereosurround -a 80:::0: -m 
ab:cd:ef:12:34:03 -C 1 -z
  /usr/local/bin/squeezelite -n "room4" -o monocenterl -a 80:::0: -m 
ab:cd:ef:12:34:05 -C 1 -z
  /usr/local/bin/squeezelite -n "room5" -o monocenterr -a 80:::0: -m 
ab:cd:ef:12:34:06 -C 1 -z
  /usr/local/bin/squeezelite -n "room6" -o monobackl -a 80:::0: -m 
ab:cd:ef:12:34:07 -C 1 -z
  /usr/local/bin/squeezelite -n "room7" -o monobackr -a 80:::0: -m 
ab:cd:ef:12:34:08 -C 1 -z



1) Maybe there is a better way to not have the initial instance than
killing it?

2) The problem I ran into is that after some time (about 1.5 days) the
piCorePlayer goes into bad behaviour with following symptoms:
* Playing music (streamed by LMS on a seperate device) sounds very
choppy with interruptions every few seconds.
* Unable to ssh or even ping the device. HTTP also not reachable. Seems
like the network stack is broken with only the tcp connection to the LMS
being still alive.
* Controlling the squeezelite instance (start/stop music...) still
possible via LMS.

To fix it, I power the device off and on and then it runs again.

Any ideas? As a system running in memory, I guess it is not easy to get
some logs...

Thanks in advance for your help.



Rothaar's Profile: http://forums.slimdevices.com/member.php?userid=71905
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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