[ANNOUNCE] VDR Version 2.6.2 freigegeben

  • Das mit dem index sieht jetzt gut aus.

    Mein VDR

    VDR1 Mediaportal mit QVT-Board, Intel 810 Chipsatz, Pentium III 1,1 Ghz, 256 Mb Ram, WDC WD5000AAKB, DVB-S TT 1.5, Nova-S, Digidish 33, Gentoo Kernel 2.6.31, VDR 1.4.7
    VDR2 Asrock M3N78D, AMD Phenom II X6 1055T, 8 Gb Ram, Geforce GTX 950, WinTV dualHD, Gentoo Kernel 5.10, VDR 2.6.0, softhddevice
    VDR3 MC-1200, GA-B85M-HD3, Celeron G1840, Quadro P400. 4G Ram, CineS2 6, DuoFlex S2, WinTV dualHD, Gentoo Kernel 5.10, VDR 2.6.0, softhddevice
    TV TX-37LZD85F, AV VSX-520D - Consono 35


    vdr-User-# 755 to_h264 chk_r vdr-transcode github

  • Danke auch an Seahawk für die 2.6.2-1 :)

    vdr User #2022 - hdvdr2:

    Lenovo SFF M83, Intel(R) Core(TM) i5-4670S, 32 GB Ram, zram-swap/tmp, ubuntu-focal+ESM, softhddevice-cuvid, ffmpeg-6.1(git)

    ddbridge-6.5 mit 2xDVB-S2 und (Flex) 2xDVB-C/T Tunern, nvidia-GF1050Ti SFF (nvidia-dkms-565.57.01), System SSD btrfs,

    timeshift-btrfs, Video 8TB HDD XFS/cow, yavdr-ansible-2.7.3-seahawk, epgd-git mit plugins, Kernel 6.12.9+dddvb-0.9.39-git

    vdradmin-am-3.6.13-git, vdr-live-ng, vdrmanager (Smartphones als FB)

  • Compiliert, danke

    jsffm: Wie genau sieht Dein Code für das remote-Plugin in remote.c aus?

    Code
    #ifdef REMOTE_FEATURE_LIRC
                case 'l':
                    cLircRemote::NewLircRemote(devnam[i]); // use vdr's lirc code
                    break;
    #endif

    funktioniert nicht:

    Code
    remote.c:799:30: error: 'NewLircRemote' is not a member of 'cLircRemote'
      799 |                 cLircRemote::NewLircRemote(devnam[i]); // use vdr's lirc code
          |                              ^~~~~~~~~~~~~

    VDR1: ACT-620, Asus P8B75-M LX, Intel Core i3-3240, 4 GB DDR3 RAM 1600 MHz, passive Geforce GT1030 von MSI, Sandisk 2TB SSD, 2xWinTV DualHD, Atric-IR-Einschalter. SW: Xubuntu 20.04 auf 64GB Sandisk SSD.

    VDR2: Odroid N2+ mit CoreELEC und Ubuntu in chroot, WinTV DualHD

    VDR3: Tanix TX3 mit CoreELEC und Ubuntu in chroot, WinTV DualHD

  • Mein Patch sieht aber genauso aus. Bist du sicher, daß die Header von 2.6.2 verwendet werden?

  • Mein VDR

    VDR1 Mediaportal mit QVT-Board, Intel 810 Chipsatz, Pentium III 1,1 Ghz, 256 Mb Ram, WDC WD5000AAKB, DVB-S TT 1.5, Nova-S, Digidish 33, Gentoo Kernel 2.6.31, VDR 1.4.7
    VDR2 Asrock M3N78D, AMD Phenom II X6 1055T, 8 Gb Ram, Geforce GTX 950, WinTV dualHD, Gentoo Kernel 5.10, VDR 2.6.0, softhddevice
    VDR3 MC-1200, GA-B85M-HD3, Celeron G1840, Quadro P400. 4G Ram, CineS2 6, DuoFlex S2, WinTV dualHD, Gentoo Kernel 5.10, VDR 2.6.0, softhddevice
    TV TX-37LZD85F, AV VSX-520D - Consono 35


    vdr-User-# 755 to_h264 chk_r vdr-transcode github

  • Es hat dann plötzlich doch kompiliert, als ich im vdr-Hauptordner ein make ausgeführt habe. Eigentlich sollte es auch direkt im Pluginordner gehen.

    VDR1: ACT-620, Asus P8B75-M LX, Intel Core i3-3240, 4 GB DDR3 RAM 1600 MHz, passive Geforce GT1030 von MSI, Sandisk 2TB SSD, 2xWinTV DualHD, Atric-IR-Einschalter. SW: Xubuntu 20.04 auf 64GB Sandisk SSD.

    VDR2: Odroid N2+ mit CoreELEC und Ubuntu in chroot, WinTV DualHD

    VDR3: Tanix TX3 mit CoreELEC und Ubuntu in chroot, WinTV DualHD

  • Ich habe in https://launchpad.net/~seahawk1986-h…buntu/vdr-2.6.2 schon Pakete für Ubuntu 20.04 bauen lassen, die für 22.04 kommen noch (erst mal nur für x64) - neu sind auch der aktualisierte permashift-Patch und eine neue Version des permashift-Plugins.

    Ergänzung: Die Pakete für Ubuntu 22.04 im selben PPA sind mittlerweile auch fertig.

    Ich würde mir mal wieder eine "vdr-2.6.2-patches" Version wünschen - das wäre toll...! :applaus

  • Welche Patches fehlen dir?

    Meine VDRs

    VDR 1: Point of View Ion-330-1, 2x Sundtek MediaTV Pro (DVB-C), Atric IR-Einschalter Rev.5, Ubuntu 18.04 (yavdr-ansible)
    VDR 2: Acer Revo 3610, Pinnacle PCTV SAT 452e, Medion X10, yaVDR 0.6
    VDR 3: Intel DH67BL, Celeron 540, 4 GB Ram, POV Geforce GT 1030, Ubuntu 18.04 (yavdr-ansible), VDR 2.4.1, CIR-Empfänger
    Client 1: Raspberry Pi 2, Arch Linux ARM, VDR 2.3.8
    vdr-epg-daemon auf Cubietruck mit 32 GB SSD, Arch Linux ARM

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

  • Ich habe in https://launchpad.net/~seahawk1986-h…buntu/vdr-2.6.2 schon Pakete für Ubuntu 20.04 bauen lassen, die für 22.04 kommen noch (erst mal nur für x64) - neu sind auch der aktualisierte permashift-Patch und eine neue Version des permashift-Plugins.

    Ergänzung: Die Pakete für Ubuntu 22.04 im selben PPA sind mittlerweile auch fertig.

    Für einen "Schwenk" zu Deinem ppa (jammy), fehlt mir noch vdr-plugin-softhdcuvid und vdr-plugin-markad-ng.

    Klick für meine Hardware

    vdr1: Odroid N2+ 4GB | VDR*ELEC CE21-ng 64GB eMMC | Video über USB: 4TB SATA Rec (XFS) + 8TB SATA Archiv (exFAT) | 2x WinTV dualHD (DVB-T2/DVB-C) | IR onboard

    vdr2: Odroid N2+ 4GB | VDR*ELEC CE22-no 256GB eMMC | Video: 1TB microSD (exFAT) | 2x WinTV dualHD (DVB-T2/DVB-C) | IR onboard

    vdr3: HP ProDesk 400 G3 SFF (i3) | NVidia Quadro T400 | 2x 8GB | System: Ubuntu 24.02 LTS, yavdr ansible (vdr 2.7.3) auf 30GB mSATA SSD | Video: 3TB SATA (XFS) | 1x WinTV dualHD | IRMP RP2040 KBD

    TV: Philips 55OLED805

  • Und menuselections 😀

    CKone: yavdr-ansible/18.04 LTS/2.4.1/kodi18 auf Intel DH67BL, Intel Celeron G540, 2x 2GB Kingston DDR3, Zotac GT630 1GB, S2-1600, Ocz Agility 3 60GB, LG GH24NS DVD, 15.6" Selbstbau TFT, Harmony 665, CIR Selbstbau - das Ganze im Silverstone SST-SG03B
    CKtwo: yavdr-ansible/18.04 LTS/2.4.1/kodi18 auf Intel DH67BL, Intel Celeron G1610, 2x 2GB Corsair DDR3, Zotac GT630 1GB, TT S2-1600, Ocz Vertex 2 50 GB, 92 Kanal Seduatmo, Harmony 665, atric USB
    CKthree: yavdr-ansible/22.04 LTS/2.6.1/kodi19.3 auf Intel NUC, Celeron J4005, UHD Graphics 600, 4GB Crucial DDR4, Ocz Vertex2 50 GB, Harmony 350

    PowerEdge: Ubuntu Server 16.04 LTS / VDR 2.4.1 auf Dell PowerEdge T20, Xeon E3-1225 v3, 16GB ECC DDR3, 2x Cine S2 V6 mit Duoflex, Samsung 840 EVO 120GB, 3x WD White WD80EZAZ 8TB in SW Raid5


  • Mit ist ein Problem aufgefallen: Ich bekomme mit 2.6.2 Hänger an beiden VDRs, ungefähr zeitgleich.

    VDR1

    Code
    Dec  4 01:15:38 VDR-2204 vdr: [417175] PANIC: watchdog timer expired - exiting!
    Dec  4 02:17:12 VDR-2204 vdr: [418941] PANIC: watchdog timer expired - exiting!
    Dec  4 03:59:27 VDR-2204 vdr: [419043] PANIC: watchdog timer expired - exiting!
    Dec  4 04:30:10 VDR-2204 vdr: [419141] PANIC: watchdog timer expired - exiting!
    Dec  4 11:09:07 VDR-2204 vdr: [419215] PANIC: watchdog timer expired - exiting!
    Dec  4 12:08:22 VDR-2204 vdr: [442535] PANIC: watchdog timer expired - exiting!
    Dec  4 12:15:03 VDR-2204 vdr: [442643] PANIC: watchdog timer expired - exiting!
    Dec  4 12:20:05 VDR-2204 vdr: [442710] PANIC: watchdog timer expired - exiting!
    Dec  4 12:22:40 VDR-2204 vdr: [442801] PANIC: watchdog timer expired - exiting!

    VDR2:

    Code
    Dec  4 01:15:31 VDR-2204-Dev vdr: [226339] PANIC: watchdog timer expired - exiting!
    Dec  4 02:21:52 VDR-2204-Dev vdr: [229312] PANIC: watchdog timer expired - exiting!
    Dec  4 04:22:18 VDR-2204-Dev vdr: [229379] PANIC: watchdog timer expired - exiting!
    Dec  4 04:36:17 VDR-2204-Dev vdr: [229471] PANIC: watchdog timer expired - exiting!
    Dec  4 11:19:03 VDR-2204-Dev vdr: [245817] PANIC: watchdog timer expired - exiting!
    Dec  4 11:20:49 VDR-2204-Dev vdr: [245889] PANIC: watchdog timer expired - exiting!
    Dec  4 11:48:39 VDR-2204-Dev vdr: [246032] PANIC: watchdog timer expired - exiting!
    Dec  4 12:15:20 VDR-2204-Dev vdr: [246646] PANIC: watchdog timer expired - exiting!
    Dec  4 12:19:27 VDR-2204-Dev vdr: [247188] PANIC: watchdog timer expired - exiting!

    Möglicherweise habe ich das bei den Tests vom SVDR locking Fix übersehen.

    Kannst du mit dem backtrace was anfangen ? Ich werde daraus nicht schlau.

  • Möglicherweise habe ich das bei den Tests vom SVDR locking Fix übersehen.

    Nein, das ist nicht die Ursache, habe die beiden Commits entfernt, Problem tritt trotzdem auf.

    VDR

    Server: Ubuntu 24.04 headless VDR im LXC Container, Plugins: satip (Octopus NET SL SX8), live, epgsearch, epg2vdr, markad

    Clients: LibreELEC auf RasPi3 und RasPi 3+

  • Ich glaube, ich habe kein VDR Problem, sondern ein Server Problem. Auch andere Anwendungen haben Hänger.

    Sorry for the noise.

    VDR

    Server: Ubuntu 24.04 headless VDR im LXC Container, Plugins: satip (Octopus NET SL SX8), live, epgsearch, epg2vdr, markad

    Clients: LibreELEC auf RasPi3 und RasPi 3+

  • Fehler beseitigt, es war ein Festplatten Problem.

    Danke, dass du dir trotzdem den backtrace angeschaut hast.

    VDR

    Server: Ubuntu 24.04 headless VDR im LXC Container, Plugins: satip (Octopus NET SL SX8), live, epgsearch, epg2vdr, markad

    Clients: LibreELEC auf RasPi3 und RasPi 3+

  • Ich habe in https://launchpad.net/~seahawk1986-h…buntu/vdr-2.6.2 schon Pakete für Ubuntu 20.04 bauen lassen, die für 22.04 kommen noch (erst mal nur für x64) - neu sind auch der aktualisierte permashift-Patch und eine neue Version des permashift-Plugins.

    Ergänzung: Die Pakete für Ubuntu 22.04 im selben PPA sind mittlerweile auch fertig.

    Hallo seahawk,

    bei mir fehlen noch diese:

    vdr-plugin-epgsearch vdr-plugin-live-ng vdr-plugin-markad-ng vdr-plugin-skinnopacity

    Gruß

    Murry

    Mein vdr

    SilverStone Milo ML03 schwarz, ASRock H67M-GE/HT, Gigabyte GT1030 Silent, Intel Pentium G630T, DD Cine S2 V6.2, yavdr ansible, Onkyo 508, LG55LA6608, Unicable

  • epgsearch und skinnopacity hatte ich gestern schon gebaut - die werden auch im PPA angezeigt, live-ng und markad-ng schaue ich mir gleich noch mal an.

    Meine VDRs

    VDR 1: Point of View Ion-330-1, 2x Sundtek MediaTV Pro (DVB-C), Atric IR-Einschalter Rev.5, Ubuntu 18.04 (yavdr-ansible)
    VDR 2: Acer Revo 3610, Pinnacle PCTV SAT 452e, Medion X10, yaVDR 0.6
    VDR 3: Intel DH67BL, Celeron 540, 4 GB Ram, POV Geforce GT 1030, Ubuntu 18.04 (yavdr-ansible), VDR 2.4.1, CIR-Empfänger
    Client 1: Raspberry Pi 2, Arch Linux ARM, VDR 2.3.8
    vdr-epg-daemon auf Cubietruck mit 32 GB SSD, Arch Linux ARM

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

    Edited once, last by seahawk1986 (December 7, 2022 at 9:05 PM).

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!