[1] MLD-5.x / Systems / Raspberry PI / PI-3 + DVBSky S960 V2 USB Box
 

Offline RolandPoot

  • Newbie
  • *
  • Posts: 4
    • View Profile
PI-3 + DVBSky S960 V2 USB Box
« on: March 09, 2022, 18:19:30 »
Hallo Forum.
Mein erster Beitrag, ich fang mal an:
Rahmenbedingungen:
MLD-5.5_netinstall_2021.09.25-182.2+1617_armhf-rpi3 auf RASPi3 mit DVBSky S960 V2 USB Box

Damit beobachte ich das Verhalten bei Kanalumschaltung wie hier beschrieben:
https://www.vdr-portal.de/forum/index.php?thread/133852-rpi-3b-kein-bild-nach-dem-umschalten/

Nun wollte ich nach der Beschreibung im Wiki
https://www.minidvblinux.de/wiki/mld/entwicklung/54_entwicklungsumgebung#pakete_bauen
mir die Entwicklungsumgebung herrichten, damit ich den Patch aus dem o.g. Post für das rpihddevice-Plugin einbauen kann.

Also docker installiert
und das Dockerfile angepasst:
--------------------------------------------------------------------------------------
Code: [Select]
uname -m | grep -q armv7l && sed "s|FROM .*|FROM arm32v7/debian:buster|" -i Dockerfile
MAINTAINER MLD Team <team@minidvblinux.de>

ARG DEBIAN_FRONTEND=noninteractive

# update und core Pakete installieren
RUN apt-get update \
 && apt-get dist-upgrade -y \
 && apt-get install -y \
    make git-core software-properties-common locales locales-all

# MLD Pakete holen
RUN git clone http://minidvblinux.de/git-5/MLD.git MLD \
 && cd MLD \
 && echo ”.SILENT:\nDISTRI_VER = 5.5” > Makefile.config \
 && make checkout_base

# MLD Paket Abhängigkeiten installieren
RUN cd MLD \
 && apt-get install -y $(make deps)
--------------------------------------------------------------------------------------
Dann weiter wie in der Anleitung:
Code: [Select]
docker build -t mld/devel:5.5 /root/develAusgabe: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Als Nächstes:
Code: [Select]
/etc/init.d/docker restart
Stopping docker
/etc/init.d/docker: line 32: cgroupfs-umount: Too many levels of symbolic links                            failed
Starting docker
/etc/init.d/docker: line 32: cgroupfs-mount: Too many levels of symbolic links                             done

Ich hoffe, ich hab nicht kompletten Schwachsinn geschrieben, und dass mir jemand helfen kann.

Gruß, R.
« Last Edit: March 09, 2022, 18:27:43 by RolandPoot »


Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20170
    • View Profile
    • ClausMuus.de
PI-3 + DVBSky S960 V2 USB Box
« Reply #2 on: March 10, 2022, 09:05:45 »
Du musst die Zeile:
uname -m | grep -q armv7l && sed "s|FROM .*|FROM arm32v7/debian:buster|" -i Dockerfile
nicht am Anfang des Dockerfile einfügen, sondern ausführen, damit die erste Zeile im Dockerfile geändert wird.

Den anderen Fehler habe ich im docker Paket behoben. Im unstable ist es jetzt korrigiert, im testing erst morgen.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline gr4vity

  • Expert Member
  • *****
  • Posts: 604
    • View Profile
PI-3 + DVBSky S960 V2 USB Box
« Reply #3 on: March 10, 2022, 16:06:42 »
Hi Claus,

Did you add the following files too?
containerd-shim-runc-v1
containerd-shim-runc-v2

Or it's only needed for RPI4 docker package?
« Last Edit: March 10, 2022, 16:10:16 by gr4vity »

Offline RolandPoot

  • Newbie
  • *
  • Posts: 4
    • View Profile
PI-3 + DVBSky S960 V2 USB Box
« Reply #4 on: March 10, 2022, 16:46:16 »
Hallo Claus,

danke, bin jetzt einen Schritt weiter.
Tatsächlich fehlt da noch was:
Code: [Select]
Step 4/6 : RUN apt-get update  && apt-get dist-upgrade -y  && apt-get install -y     make git-core software-properties-common locales locales-all
 ---> Running in f2f8f47f6b5b
runtime "io.containerd.runc.v2" binary not installed "containerd-shim-runc-v2": file does not exist: unknown

Gruß, R

Offline gr4vity

  • Expert Member
  • *****
  • Posts: 604
    • View Profile
PI-3 + DVBSky S960 V2 USB Box
« Reply #5 on: March 10, 2022, 16:52:16 »
Hallo Claus,

danke, bin jetzt einen Schritt weiter.
Tatsächlich fehlt da noch was:
Code: [Select]
Step 4/6 : RUN apt-get update  && apt-get dist-upgrade -y  && apt-get install -y     make git-core software-properties-common locales locales-all
 ---> Running in f2f8f47f6b5b
runtime "io.containerd.runc.v2" binary not installed "containerd-shim-runc-v2": file does not exist: unknown

Gruß, R

I don't understand  :)
How did you fix the previous error?
You installed the fixed package by Claus or you read my previous post?

Because if you read this
https://www.minidvblinux.de/forum/index.php/topic,10259.msg81498.html#msg81498
You will be able to fix that error too.

« Last Edit: March 10, 2022, 16:56:22 by gr4vity »

Offline RolandPoot

  • Newbie
  • *
  • Posts: 4
    • View Profile
PI-3 + DVBSky S960 V2 USB Box
« Reply #6 on: March 10, 2022, 17:12:42 »
Hi gr4vity,

I have now installed Claus's fixed package (unstable)

Greetings, R.

Offline gr4vity

  • Expert Member
  • *****
  • Posts: 604
    • View Profile
PI-3 + DVBSky S960 V2 USB Box
« Reply #7 on: March 10, 2022, 17:20:08 »
Hi Roland,

All right, i got it.
Claus will add the missing binaries as well.
You can find containerd debian package and fix it yourself if you want

Best Regards.
« Last Edit: March 10, 2022, 17:30:00 by gr4vity »

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20170
    • View Profile
    • ClausMuus.de
PI-3 + DVBSky S960 V2 USB Box
« Reply #8 on: March 11, 2022, 12:03:01 »
Ich hatte zwei der von gr4vity genannten Dateien vergessen in das Docker Paket mit aufzunehmen.
Du kannst es jetzt noch mal mit einem Update des unstable docker Paketes versuchen.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline RolandPoot

  • Newbie
  • *
  • Posts: 4
    • View Profile
PI-3 + DVBSky S960 V2 USB Box
« Reply #9 on: March 11, 2022, 13:08:51 »
Docker funktioniert jetzt im unstable - Danke.
Gruß, R.

[1] MLD-5.x / Systems / Raspberry PI / PI-3 + DVBSky S960 V2 USB Box
 



Users Online Users Online

0 Members and 1 Guest are viewing this topic.