Hello everyone
Sorry for the English translated by google … . Below there will be the msg in my language …
My name is Paolo and I am building a player with volume 2.389, justboom dac, Audiophonics PI-SPC II Power Management and 20x4 lcd display managed by the pydpiper plugin.
Everything works correctly except pydpiper.
At boot the display shows correctly, then after 2 minutes the display becomes dirty …
From my checks (I hope correct because I’m a nozzle with linux) it seems that after 1 minute and thirty after the boot starts a second instance of docker that blocks the display …
I took a look at the docker service immediately after booting (display ok)
volumio @ volumio: ~ $ sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e9b523cb9a5d dhrone / pydpiper: latest “python / app / pydPipe …” 2 minutes ago Up About a minute adoring_fermat
and after 2 minutes (dirty display)
volumio @ volumio: ~ $ sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ef6388940508 dhrone / pydpiper: latest “python / app / pydPipe …” 31 seconds ago Up 22 seconds silly_zhukovsky
e9b523cb9a5d dhrone / pydpiper: latest “python / app / pydPipe …” 2 minutes ago Up 2 minutes adoring_fermat
Then I restarted docker
volumio @ volumio: ~ $ sudo systemctl restart docker
Once restarted docker, there remains only one instance
volumio @ volumio: ~ $ sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
eba14e4fa7b6 dhrone / pydpiper: latest “python / app / pydPipe …” 4 minutes ago Up 4 minutes laughing_northcutt
and the display works very well until the next reboot of volumio …
Is there any way to start only the first instance of docker and block the second one directly at boot?
Does anyone have any idea how to do it?
Thanks a lot
Paolo
Messaggio originale in italiano…
Salve a tutti
Scusate per l’inglese tradotto da google… . Sotto ci sarà il msg nella mia lingua…
Mi chiamo Paolo e sto costruendo un player con volumio 2.389, justboom dac, Audiophonics PI-SPC II Power Management e display lcd 20x4 gestito dal plugin pydpiper.
Tutto funziona correttamente fuorchè pydpiper.
Al boot il display visualizza correttamente, poi passati 2 minuti il display si sporca…
Dalle mie verifiche (spero corrette perchè sono un niubbo con linux) sembra che dopo 1 minuto e trenta dopo il boot parta una seconda istanza di docker che blocca il display…
Ho dato uno sguardo al servizio docker subito dopo il boot (display ok)
volumio@volumio:~$ sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e9b523cb9a5d dhrone/pydpiper:latest “python /app/pydPipe…” 2 minutes ago Up About a minute adoring_fermat
e dopo 2 minuti (display sporco)
volumio@volumio:~$ sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ef6388940508 dhrone/pydpiper:latest “python /app/pydPipe…” 31 seconds ago Up 22 seconds silly_zhukovsky
e9b523cb9a5d dhrone/pydpiper:latest “python /app/pydPipe…” 2 minutes ago Up 2 minutes adoring_fermat
Poi ho riavviato docker
volumio@volumio:~$ sudo systemctl restart docker
Una volta ripartito docker, rimane solo una istanza
volumio@volumio:~$ sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
eba14e4fa7b6 dhrone/pydpiper:latest “python /app/pydPipe…” 4 minutes ago Up 4 minutes laughing_northcutt
e il display lavora benissimo fino al prossimo reboot di volumio…
C’è modo di fare partire solo la prima istanza di docker e bloccare la seconda direttamente al boot?
Qualcuno ha idea di come fare?
Grazie
Paolo