Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - BobW

16
Hallo,

habe mir gestern eine gesamte MLD-5.5 Unstable neu gezogen und make all machen lassen.

1. dvb-mb
Das git directory gibt es nicht mehr. CrayCat hat aber ein eigenes dvb-tbs Paket. Vielleicht möchtet Ihr Euch das ansehen.

2. irkeytable
Fehler beim Bauen:
Code: [Select]
    v4l2-compliance uses libv4l: yes
    v4l2-compliance-32         : no
    BPF IR Decoders:           : no
Usage: ./sync-with-kernel.sh KERNEL_DIR

KERNEL_DIR must be the path to an extracted kernel source dir
and run 'make headers_install' in KERNEL_DIR.
make[5]: *** [Makefile:26: src/v4l-utils/Makefile] Error 1
Your branch is up to date with 'origin/master'.

3. openhab2
Downlaod directory existiert nicht mehr
Code: [Select]
  openhab2:
    Build package: openhab2
--2022-04-30 15:37:18--  https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab%2F2.4.0%2Fopenhab-2.4.0.zip
Resolving bintray.com (bintray.com)... 75.126.118.184
Connecting to bintray.com (bintray.com)|75.126.118.184|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2022-04-30 15:37:19 ERROR 403: Forbidden.

make[3]: *** [../Makefile.getfile:19: src/openhab2.zip] Error 1
make[2]: *** [Makefile:29: src/openhab2.zip] Error 2
Your branch is up to date with 'origin/master'.

4. plex-plugin-*
Zugang zu git hat sich verändert
Code: [Select]
Cloning into 'src/tvheadend-ng.bundle-HEAD'...
fatal: remote error:
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
make[3]: *** [Makefile:38: src/tvheadend-ng.bundle-HEAD] Error 128
make[1]: *** [../Makefile.getfile:19: src/plex-plugin-tvheadend.tgz] Error 1
Cloning into 'src/tvheadend-ng.bundle-HEAD'...
fatal: remote error:
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
make[3]: *** [Makefile:38: src/tvheadend-ng.bundle-HEAD] Error 128
make[1]: *** [../Makefile.getfile:19: src/plex-plugin-tvheadend.tgz] Error 1

5. python-xdg
Code: [Select]
  python-xdg:
    Build package: python-xdg
Collecting pyxdg
  Downloading https://files.pythonhosted.org/packages/ea/13/de39ddf4f9f9cea0c7684cd54a50d79c97ea99c9f6aed798fd13d0bd4609/pyxdg-0.27-py2.py3-none-any.whl (49kB)
Installing collected packages: pyxdg
  Found existing installation: pyxdg 0.25
Cannot uninstall 'pyxdg'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
make[2]: *** [Makefile:21: src/python-pyXDG] Error 1
Your branch is up to date with 'origin/master'.

6. vdr-plugin-dvbsddevice
Server nicht mehr zugänglich, die VDR-Sourcen sind auf git umgezogen.
Code: [Select]
    vdr-plugin-dvbsddevice:
--2022-04-30 16:00:48--  ftp://ftp.tvdr.de/vdr/Plugins/vdr-dvbsddevice-2.2.0.tgz
           => '/root/.cache/mld//vdr-plugin-dvbsddevice-0.tgz'
Resolving ftp.tvdr.de (ftp.tvdr.de)... 88.198.76.220
Connecting to ftp.tvdr.de (ftp.tvdr.de)|88.198.76.220|:21... failed: Connection refused.
make[4]: *** [../Makefile.getfile:19: src/vdr-plugin-dvbsddevice.tgz] Error 1
make[3]: *** [../vdr/Makefile.plugin:65: src/dvbsddevice-0] Error 2
Your branch is up to date with 'origin/master'.

7. vdr-plugin-extrecmenu *-nordlichtsepg *-rcu *-sc *-upnp
Diese Plugins sind wohl mit 2.6.1 nicht mehr kompatibel.

8. vdr-plugin-skinenigmang
Magick++.h wird nicht gefunden, obwohl auf dem ES installiert
Code: [Select]
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
bitmap.c:12:10: fatal error: Magick++.h: No such file or directory
 #include <Magick++.h>
          ^~~~~~~~~~~~
compilation terminated.
make[5]: *** [Makefile:158: bitmap.o] Error 1
make[5]: *** Waiting for unfinished jobs....
Code: [Select]
root@6bb35bc07407:~# find /usr/include -name 'Magick++.h'
/usr/include/ImageMagick-6/Magick++.h
/usr/include/GraphicsMagick/Magick++.h
root@6bb35bc07407:~#
Sogar doppelt, ob das so sinnvoll ist?

9. vdr-plugin-softhdcuvid
"10_softhdcuvid_Makefile.patch" schlägt total fehl.

Ohne den Patch findet er dann zwei Libs nicht
Code: [Select]
At top level:
codec.c:548:21: warning: 'first_time' defined but not used [-Wunused-variable]
/usr/bin/ld: cannot find -lcuda
/usr/bin/ld: cannot find -lnvcuvid
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:352: libvdr-softhdcuvid.so] Error 1

*** failed plugins: softhdcuvid

make[3]: *** [Makefile:240: plugins] Error 1
make[2]: *** [../vdr/Makefile.plugin:52: src/softhdcuvid/libvdr-softhdcuvid.so] Error 2
D       src/10_softhdcuvid_Makefile.patch
Your branch is up to date with 'origin/master'.
root@6bb35bc07407:~/MLD-all/vdr-plugin-softhdcuvid#
Es gibt eine ganze Reihe von nvidia Bibliotheken, welche sollte verwendet werden?

Schöne Grüße
BobW

17
Hallo Pit,

der heutige Upgrade ging schief, weil

Code: [Select]
(Reading database ... 31741 files and directories currently installed.)
Preparing to unpack .../btrfs_4.20.1-116+5.15.36.9+pit.x86_amd64.deb ...
Unpacking btrfs (4.20.1-116+5.15.36.9+pit.x86) over (4.20.1-116+5.15.32.8+pit.x86) ...
Selecting previously unselected package libwebkit2gtk-4.0-37.
Preparing to unpack .../libwebkit2gtk-4.0-37_2.32.3-~1+pit.x86_amd64.deb ...
Unpacking libwebkit2gtk-4.0-37 (2.32.3-~1+pit.x86) ...
dpkg: error processing archive /var/cache/apt/archives/libwebkit2gtk-4.0-37_2.32.3-~1+pit.x86_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37.53.4', which is also in package surf 2.0-14.2+pit.x86
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Preparing to unpack .../surf_2.0-16+pit.x86_amd64.deb ...
Unpacking surf (2.0-16+pit.x86) over (2.0-14.2+pit.x86) ...
Errors were encountered while processing:
 /var/cache/apt/archives/libwebkit2gtk-4.0-37_2.32.3-~1+pit.x86_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
asrock1>

Schöne Grüße
BobW

18
Hallo,

bei einem "make update_all" im lokalen ES bekomme ich bei fast allen Paketen die o.a. Fehlermeldung.

Hier ein Beispiel:
Code: [Select]
aufs:
  /bin/bash: line 1: master: command not found
Already up to date.
Fetching origin
Your branch is up to date with 'origin/master'.
autofs:
  Already up to date.
Fetching origin
Already on 'buster'
Your branch is up to date with 'origin/buster'.
backup:
  /bin/bash: line 1: master: command not found
Already up to date.
Fetching origin
Your branch is up to date with 'origin/master'.

Wie gesagt, fast alle - siehe "autofs" im Beispiel.

Die Makefile.config sieht so aus:
Code: [Select]
root@6bb35bc07407:~/5.5U# cat Makefile.config
.SILENT:
DISTRI_VER = 5.5
CLASS = unstable
git_branch = buster
root@6bb35bc07407:~/5.5U#

Muss ich an der Config was ändern?

Schöne Grüße
BobW

19
Hallo,

vor einiger Zeit hatte ich nach den Möglichkeiten zum Debugging der nfs-Verbindung gefragt, was leider irgendwie untergegangen ist. Das Problem ist, dass die Wiedergabe einer Aufzeichnung von einem Server auf dem Client immer wieder stoppt oder nur ruckelig angezeigt wird.

Nun habe ich mich schlau gemacht und musste feststellen, dass das Kommando "rpcdebug" zwar vorhanden ist, aber die Module sind es nicht.
Code: [Select]
asrock1> rpcdebug -vh
usage: rpcdebug [-v] [-h] [-m module] [-s flags...|-c flags...]
       set or cancel debug flags.

Module     Valid flags
rpc        xprt call debug nfs auth bind sched trans svcsock svcdsp misc cache all
nfs        vfs dircache lookupcache pagecache proc xdr file root callback client mount fscache pnfs pnfs_ld state all
nfsd       sock fh export svc proc fileop auth repcache xdr lockd all
nlm        svc client clntlock svclock monitor clntsubs svcsubs hostcache xdr all
asrock1> rpcdebug -m nfsd -s all
/proc/sys/sunrpc/nfsd_debug: No such file or directory
asrock1>

Unter /proc fehlt "/proc/sys/sunrpc/nfsd_debug".

Abhilfe schafft das Setzen des Kernel config Parameters CONFIG_SUNRPC_DEBUG.

Ich habe das in meinem ES nun gemacht und jetzt klappt das nfs Debugging.

Code: [Select]
at5iont-i> cat config | grep SUNRPC
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
CONFIG_SUNRPC_DEBUG=y
at5iont-i> ls -l /proc/sys/sunrpc/
-rw-r--r--    1 root     root             0 Apr 20 09:37 max_resvport
-rw-r--r--    1 root     root             0 Apr 20 09:37 min_resvport
-rw-r--r--    1 root     root             0 Apr 20 07:00 nfsd_debug
-rw-r--r--    1 root     root             0 Apr 20 07:10 nfs_debug
-rw-r--r--    1 root     root             0 Apr 20 08:39 nlm_debug
-rw-r--r--    1 root     root             0 Apr 20 08:35 rpc_debug
-rw-r--r--    1 root     root             0 Apr 20 09:37 tcp_fin_timeout
-rw-r--r--    1 root     root             0 Apr 20 09:37 tcp_max_slot_table_entries
-rw-r--r--    1 root     root             0 Apr 20 09:37 tcp_slot_table_entries
-r--r--r--    1 root     root             0 Apr 20 09:37 transports
-rw-r--r--    1 root     root             0 Apr 20 09:37 udp_slot_table_entries
at5iont-i>

Maschine asrock1: Develserver von Pit, Maschine at5iont-i: Mein eigener Develserver

Schöne Grüße
BobW

20
Hi,

im ES für RPi (rpi4) gibt es bei den o.g. Paketen einen doppelten Eintrag, der die Installation fehlschlagen lässt.

Code: [Select]
pi@raspberrypi:~/5.5U/libs/libglib2.0-dev $ dpkg --contents package.deb
drwxr-xr-x root/root         0 2022-04-09 02:00 ./lib/
drwxr-xr-x root/root         0 2022-04-09 02:00 ./lib/arm-linux-gnueabihf/
lrwxrwxrwx root/root         0 2022-04-09 02:00 ./lib/arm-linux-gnueabihf/libglib-2.0.so.0 -> libglib-2.0.so.0.5800.3
-rw-r--r-- root/root   1046716 2022-04-09 02:00 ./lib/arm-linux-gnueabihf/libglib-2.0.so.0.5800.3
drwxr-xr-x root/root         0 2022-04-09 02:00 ./usr/
drwxr-xr-x root/root         0 2022-04-09 02:00 ./usr/share/
drwxr-xr-x root/root         0 2022-04-09 02:00 ./usr/share/glib-2.0/
drwxr-xr-x root/root         0 2022-04-09 02:00 ./usr/share/glib-2.0/schemas/
-rw-r--r-- root/root     36482 2022-04-09 02:00 ./usr/share/glib-2.0/schemas/gschemas.compiled
drwxr-xr-x root/root         0 2022-04-09 02:00 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-04-09 02:00 ./usr/share/doc/libglib2.0-dev/
-rw-r--r-- root/root       122 2022-04-09 02:00 ./usr/share/doc/libglib2.0-dev/copyright
pi@raspberrypi:~/5.5U/libs/libglib2.0-dev $

Code: [Select]
pi@raspberrypi:~/5.5U/libs/libglib2.0-0 $ dpkg --contents package.deb
drwxr-xr-x root/root         0 2022-04-09 02:00 ./lib/
drwxr-xr-x root/root         0 2022-04-09 02:00 ./lib/arm-linux-gnueabihf/
-rw-r--r-- root/root    313508 2022-04-09 02:00 ./lib/arm-linux-gnueabihf/libgobject-2.0.so.0.5800.3
lrwxrwxrwx root/root         0 2022-04-09 02:00 ./lib/arm-linux-gnueabihf/libgobject-2.0.so.0 -> libgobject-2.0.so.0.5800.3
-rw-r--r-- root/root   1484852 2022-04-09 02:00 ./lib/arm-linux-gnueabihf/libgio-2.0.so.0.5800.3
-rw-r--r-- root/root     13604 2022-04-09 02:00 ./lib/arm-linux-gnueabihf/libgmodule-2.0.so.0.5800.3
lrwxrwxrwx root/root         0 2022-04-09 02:00 ./lib/arm-linux-gnueabihf/libgmodule-2.0.so.0 -> libgmodule-2.0.so.0.5800.3
lrwxrwxrwx root/root         0 2022-04-09 02:00 ./lib/arm-linux-gnueabihf/libgio-2.0.so.0 -> libgio-2.0.so.0.5800.3
drwxr-xr-x root/root         0 2022-04-09 02:00 ./usr/
drwxr-xr-x root/root         0 2022-04-09 02:00 ./usr/share/
drwxr-xr-x root/root         0 2022-04-09 02:00 ./usr/share/glib-2.0/
drwxr-xr-x root/root         0 2022-04-09 02:00 ./usr/share/glib-2.0/schemas/
-rw-r--r-- root/root     36482 2022-04-09 02:00 ./usr/share/glib-2.0/schemas/gschemas.compiled
drwxr-xr-x root/root         0 2022-04-09 02:00 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-04-09 02:00 ./usr/share/doc/libglib2.0-0/
-rw-r--r-- root/root      5017 2022-04-09 02:00 ./usr/share/doc/libglib2.0-0/copyright
pi@raspberrypi:~/5.5U/libs/libglib2.0-0 $

In beiden Paketen ist gschemas.compiled enthalten.

In "packages" von libglib2.0-dev ist es nicht drin:

Code: [Select]
pi@raspberrypi:~/5.5U/libs/libglib2.0-dev $ tree package
package
├── control
│   ├── control
│   └── md5sums
├── control.tar.gz
├── data
│   ├── lib
│   │   └── arm-linux-gnueabihf
│   │       ├── libglib-2.0.so.0 -> libglib-2.0.so.0.5800.3
│   │       └── libglib-2.0.so.0.5800.3
│   └── usr
│       └── share
│           └── doc
│               └── libglib2.0-dev
│                   └── copyright
├── data.tar.gz
└── debian-binary

8 directories, 8 files
pi@raspberrypi:~/5.5U/libs/libglib2.0-dev $

Das wird irgendwo anders "dazugedichtet".

Schöne Grüße
BobW

21
Hallo Pit,

das heutige Upgrade schlägt fehl. Und zwar so, dass ich nicht einmal mehr debug logs bereitstellen kann (habe fast 15 Minuten gewartet).

Ich habe aber die "messages" für Dich als Anhang. Da gibt es eine "Exception" nach der ein "reboot required" kommt.

Ich hoffe, das hilft Dir weiter.

Schöne Grüße
BobW

22
Entwicklung [ Development ] / {5.5U rpi4 ES] Paket rpi-ffmpeg
« on: March 26, 2022, 19:18:36 »
Hallo.

In control dieses Pakets steht "RPI-4 ffmpeg libs" im Makefile von vdr-plugin-softhddrm ist eine Referenz darauf.

Das Bauen des Paketes schlägt fehl, da das Makefile von rpi-ffmpeg .so Bibliotheken sucht, es werden aber .a Files erstellt.

Im Grunde wird ein kompletter ffmpeg (4.3.2) gebaut, von dem dann nur die Bibliotheken verwendet werden (vermutlich für softhddrm, es gibt dort aber keine Abhängigkeit).

Und dann gibt es noch das "normale" ffmpeg Paket in der Version 4.1.8

Ich bin echt verwirrt.

Schöne Grüße
BobW

23
Hallo,

Ich wieder.
Im Paket nfs-client gibt es im template zwei Links, deren Inhalt in buster nicht mehr existieren:
Code: [Select]
          Defekter Link: template/usr/sbin/gss_clnt_send_err
          Defekter Link: template/usr/sbin/gss_destroy_creds

Diese beiden Dateien stammen noch aus Ubuntu Trusty und sollten aus dem template entfernt werden.

Ich habe allerdings nicht überprüft, ob sie iim Paket noch verwendet werden.

Schöne Grüße
BobW

24
Entwicklung [ Development ] / [5.5U] @Pit: nfs Server
« on: February 25, 2022, 08:04:59 »
Hallo Pit,

hast Du am nfs Server etwas geändert? Seit ich meinen MLD-Server auf VDR 2.6.1 umgestellt habe, gibt es immer wieder "Ruckler, Freezes" bei der Wiedergabe auf dem Client (manchmal mehrere Sekunden). Im Log und in dmesg gibt es keine Fehlermeldungen.

Ist es möglich, den MLD-nfs-Server in eine Art debug mode zu versetzen, damit eine Fehleranalyse möglich wird?

Schöne Grüße
BobW

25
Allgemein [ General ] / [5.5U] xfs file system failure
« on: February 07, 2022, 22:18:12 »
Hallo,

heute hat auf meiner 5.5U die /data-Partition (xfs) beim Booten einen Fehler gemeldet und wurde entsprechend nicht gemountet.
Und was macht die MLD? Sie bootet fröhlich weiter, stellt die /data-Partition ins btrfs und tut, als ob nix wär'.
Der VDR startet natürlich und beginnt, aufzunehmen und steht recht bald an. Die OSD-Meldungen habe ich nicht gesehen, Bildschirm war aus.

Zufällig habe ich es dann doch bemerkt, den VDR gestoppt und versucht, die Patition mit xfs_repair zu reparieren. Ging leider nicht, die Empfehlung zu mounten und unmounten, um das xfs-Log zu retten, scheiterte (mount: invalid Parameter).

Habe es dann auf einem anderen Rechner versucht, musste aber die -L Option verwenden, die das Log löscht. Dann ließ sich das FS reparieren.

Platte wieder zurück, booten und die /data-Partition war wieder da.
ABER: die Konfiguration des Web-IF zeigt nur nóch leere Seiten an, einen Level unterhalb von Konfiguration, also Konfiguration->Snapshots->leere Seite und aus ist's mit der Wiederherstellung eines früheren Zustands.
Bekomme ich das wiederhergestellt oder muss ich neu installieren?

Ich verwende eigentlich nur ext4 als Datei-System auch auf den data-Partitionen der VDRs und hatte noch nie solche Probleme.

MLD will xfs und wenn es verwendet wird (mein Test-Rechner), kann sie nicht mit Fehlern umgehen. Ich hätte mir erwartet, dass der Boot-Vorgang unterbrochen und über "dialog" eine entsprechende Meldung ausgegeben wird.

So gut die MLD ist, manchmal schwächelt sie halt doch.

Schöne Grüße
BobW

26
Entwicklung [ Development ] / [5.5U] @Pit: Upgrade wird zu Downgrade
« on: February 06, 2022, 10:40:26 »
Hi Pit,

habe heute Morgen ein Update von Deinem 5.5U Server versucht. Das Ergebnis war allerdings überraschend:
Code: [Select]
asrock1> apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
  overlay
The following packages will be upgraded:
  channellogos git vdr vdr-plugin-dvbapi vdr-plugin-epgsearch vdr-plugin-extrecmenung vdr-plugin-favorites vdr-plugin-femon vdr-plugin-iptv vdr-plugin-menuorg vdr-plugin-osdteletext vdr-plugin-softhddevice
  vdr-plugin-undelete vdr-plugin-vnsiserver
The following packages will be DOWNGRADED:
  alsa appstarter apt at backup base bash btrfs busybox cec-utils coreutils dbus debug dpkg dvb dvb-apps dvb-autodetect epg-daemon eventlircd ffmpeg font-config font-dejavu i2c icewm-lite init initramfs install
  irkeytable kernel kodi-stable ldconfig liba52-0.7.4 libaa1 libacl1 libaio1 libaom0 libapparmor1 libapt-pkg5.0 libarchive13 libaribb24-0 libaribb25-0 libasound2 libass9 libassuan0 libasyncns0 libatk-bridge2.0-0
  libatk1.0-0 libatomic1 libatspi2.0-0 libattr1 libaudit1 libavahi-client3 libavahi-common3 libavc1394-0 libavcodec58 libavdevice58 libavfilter7 libavformat58 libavresample4 libavutil56 libbasicusageenvironment1
  libbinutils libblkid1 libbluetooth3 libbluray2 libbrotli1 libbs2b0 libbsd0 libbz2-1.0 libc6 libcaca0 libcairo-gobject2 libcairo2 libcap-ng0 libcap2 libcddb2 libcdio-cdda2 libcdio-paranoia2 libcdio19 libcec4
  libchromaprint1 libcodec2-0.8.1 libcom-err2 libcroco3 libcups2 libcurl3-gnutls libcurl4 libdatrie1 libdav1d1 libdb5.3 libdbi1 libdbus-1-3 libdbus-glib-1-2 libdc1394-22 libdca0 libdiscid0 libdouble-conversion1
  libdrm-amdgpu1 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libdsm3 libdvbpsi10 libdvdcss2 libdvdnav4 libdvdread4 libebml4v5 libedit2 libefiboot1 libefivar1 libegl1 libelf1 libenchant1c2a libepoxy0 libevdev2
  libevent-2.1-6 libexpat1 libext2fs2 libfaad2 libfdk-aac2 libffi6 libfftw3-double3 libfl2 libflac8 libfontconfig1 libfontenc1 libfreetype6 libfribidi0 libfstrcmp0 libfuse2 libgbm1 libgcc1 libgck-1-0 libgcr-base-3-1
  libgcr-ui-3-1 libgcrypt20 libgdbm-compat4 libgdbm6 libgdk-pixbuf2.0-0 libgif7 libgl1 libglapi-mesa libgles2 libglib2.0-0 libglibmm-2.4-1v5 libglu1-mesa libglvnd0 libglx-mesa0 libglx0 libgme0 libgmp10 libgnutls30
  libgomp1 libgpg-error0 libgpm2 libgraphite2-3 libgroupsock8 libgsm1 libgssapi-krb5-2 libgstreamer-gl1.0-0 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtk-3-0 libgudev-1.0-0 libharfbuzz-icu0 libharfbuzz0b
  libhd21 libhogweed4 libhyphen0 libi2c0 libice6 libicu63 libidn11 libidn2-0 libiec61883-0 libilbc2 libimagequant0 libimlib2 libinput10 libiperf0 libixml10 libjansson4 libjavascriptcoregtk-4.0-18 libjbig0
  libjpeg62-turbo libk5crypto3 libkate1 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libkvazaar4 liblcms2-2 libldap-2.4-2 libldb1 liblept5 liblirc-client0 liblirc0 liblivemedia66 libllvm7 liblua5.2-0 liblz4-1
  liblzma5 liblzo2-2 libmad0 libmariadb3 libmatroska6v5 libmfx1 libmicrodns0 libmicrohttpd12 libmodplug1 libmount1 libmp3lame0 libmpcdec6 libmpdec2 libmpeg2-4 libmpfr6 libmpg123-0 libmtdev1 libmtp9 libncurses6
  libncursesw6 libnetpbm10 libnettle6 libnfs12 libnfs13 libnfsidmap2 libnghttp2-14 libnotify4 libntfs-3g883 libnuma1 libogg0 libopencore-amrnb0 libopencore-amrwb0 libopenh264-5 libopenjp2-7 libopenmpt0 libopus0
  liborc-0.4-0 libout123-0 libp11-kit0 libp8-platform2 libpam0g libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpci3 libpciaccess0 libpcre2-16-0 libpcre2-8-0 libpcre3 libpcrecpp0v5 libpcsclite1 libpixman-1-0
  libplacebo2 libplist3 libpng16-16 libpopt0 libpostproc55 libprotobuf-lite17 libpsl5 libpulse-mainloop-glib0 libpulse0 libpython2.7 libpython3.7 libqt5core5a libqt5dbus5 libqt5gui5 libqt5svg5 libqt5widgets5
  libqt5x11extras5 libraw1394-11 libreadline5 libreadline7 libresid-builder0c2a librrd8 librsvg2-2 librtmp1 librubberband2 libsamplerate0 libsasl2-2 libsctp1 libsdl-image1.2 libsdl1.2debian libsdl2-2.0-0 libseccomp2
  libsecret-1-0 libselinux1 libsensors5 libshairplay0 libshine3 libshout3 libsidplay2 libsigc++-2.0-0v5 libsigsegv2 libslang2 libsm6 libsmbclient libsnappy1v5 libsndfile1 libsndio7.0 libsombok3 libsoup2.4-1 libsoxr0
  libspdlog1 libspeex1 libspeexdsp1 libsqlite3-0 libssh2-1 libssl1.1 libstdc++6 libswresample3 libswscale5 libsystemd0 libtag1v5-vanilla libtalloc2 libtasn1-6 libtcl8.6 libtdb1 libtesseract4 libtevent0 libthai0
  libtheora0 libtiff5 libtinfo6 libtinyxml2.6.2v5 libtirpc3 libtk8.6 libtomcrypt1 libtommath1 libtwolame0 libudev1 libunistring2 libunwind8 libupnp13 libusageenvironment3 libusb-0.1-4 libusb-1.0-0 libutempter0 libuuid1
  libva-drm2 libva-glx2 libva-wayland2 libva-x11-2 libva2 libvdpau1 libvidstab1.1 libvlc5 libvlccore9 libvo-amrwbenc0 libvorbis0a libvorbisenc2 libvorbisfile3 libvpx6 libvulkan1 libwacom2 libwayland-client++0
  libwayland-client0 libwayland-cursor++0 libwayland-cursor0 libwayland-egl++0 libwayland-egl1 libwayland-server0 libwbclient0 libwebp6 libwebpdemux2 libwebpmux3 libwoff1 libwrap0 libx11-6 libx11-xcb1 libx264-157
  libx265-176 libx86emu2 libxau6 libxaw7 libxcb-dpms0 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0 libxcb-render0
  libxcb-screensaver0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-util0 libxcb-xfixes0 libxcb-xinerama0 libxcb-xkb1 libxcb-xv0 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxdo3 libxext6 libxfixes3
  libxfont2 libxft2 libxi6 libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxkbfile1 libxml++2.6-2v5 libxml2 libxmu6 libxmuu1 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxslt1.1 libxss1 libxt6 libxtst6 libxv1
  libxvidcore4 libxxf86dga1 libxxf86vm1 libyaml-0-2 libzimg2 libzstd1 libzvbi0 locales locales-timezones mariadb-server mc mpg123 mtools naludump network nfs-client nfs-common nfs-server ntfs-3g ocl-icd-libopencl1
  openjava openssl oscam pam perl projectx psplash python python3 python3-kodi rc-core-drivers samba samba-libs samba-vfs-modules shellinabox smbclient ssh surf syslinux tk8.6-blt2.5 tools udev unzip usb vfat vlc wakeup
  webif webserver xfs xorg xorg-autodetect xorg-intel zlib1g
14 upgraded, 0 newly installed, 479 downgraded, 1 to remove and 0 not upgraded.
Need to get 784 MB of archives.
After this operation, 1.778 kB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
asrock1>

Das vorletzte Update mit VDR 2.6.1 lief problemlos durch.

Schöne Grüße
BobW

27
Hallo,

dieses Paket baut zwar, doch fehlt IMHO der entscheidende Inhalt, das Kernel-Modul:
Code: [Select]
root@6bb35bc07407:~/5.5U/aufs# make
aufs:
  Build package: aufs
        Build Kernel Modules...
          Modul nicht gefunden: aufs
  aufs_0-4+5.14.2.5+root_amd64.deb is ready
Your branch is up to date with 'origin/master'.
root@6bb35bc07407:~/5.5U/aufs#

Schöne Grüße
BobW

28
Hallo und Frohes und Gesundes Neues,

Paket minisatip/minisatip-dvbapi:
Hier muss der letzte Teil von Patch 11 angepasst werden
Code: [Select]
.
.
@@ -582,7 +582,7 @@
     opts.satip_addpids = 1;
 #endif
     opts.output_buffer = 2 * 1024 * 1024;
-    opts.document_root = "html";
+    opts.document_root = "/usr/share/minisatip/html";
     opts.xml_path = DESC_XML;
     opts.th_priority = -1;
     opts.diseqc_addr = 0x10;

Paket makemkv:
In den deps im Makefile muss "qtbase5-dev" mit hinein. Wahrscheinlich kann dann "libqt4-dev" raus, das habe ich aber nicht überprüft.

Schöne Grüße
BobW

29
Hi Pit,

seit dem ersten Kernel-Test vor ein paar Wochen habe ich mein Zweit-System an Deinem ES orientiert, d.h. wann immer Du etwas Neues hattest, habe ich es auch nachgezogen. Das hat bisher auch gut funktioniert, sonst hätte ich mich auch schon früher gemeldet.

Jetzt wollte ich auch mal die bunte Welt von skinnopacity versuchen (bisher nur LCARS), doch leider verursacht dessen Installation einen Dauer-Restart. Es ist nicht einmal als Skin ausgewählt, denn soweit komme ich erst gar nicht. Die alleinige Anwesenheit des Plugins reicht.

Leider sehe zumindest ich weder im Log noch in dmesg irgendeine Begründung.

Hier das Debug-Log: 8ncv71

Schöne Grüße
BobW

30
Hallo,

das Problem liegt wohl nicht in der MLD (5.5) sondern in kodi 19.3 (VDR-VNSI Client):

Dieser Client erkennt die VPS-Timer auf dem VDR nicht mehr, er interpretiert sie als Erinnerung (Reminder). Damit ist die Anzeige der "Nächsten Aufnahme" fehlerhaft (damit könnte man ja noch zeitweilig leben), er "erinnert" einen aber auch fortwährend, dass da eine Erinnerung ist. NERVIG!!! Den Vogel schießt dann allerdings das Verhalten bei zwei sich überlappenden VPS-Timern ab (auf verschiedenen Sendern): Die zwei Timer starten ein gnadenloses Duell, das in dem Dauer-Restart des VNSI_Client auf kodi gipfelt und das System unbrauchbar macht. Der "Kampf der Timer" hat schlussendlich sogar meinen VDR-Server in die Knie gezwungen.
Bis kodi 19.2 hat alles bestens funktioniert, in 19.3 hat man den VNSI-Client "zu Tode optimiert".

Wie gesagt, ist mehr ein Hinweis als eine Fehlermeldung.

Schöne Grüße
BobW