[0.4 pre1] control-Plugin vorinstalliert, aber nicht aktiv

  • Hallo,
    das Paket vdr-plugin-control wird ja durch yavdr-essentials mitgezogen, ist aber standardmäßig nicht aktiv. Über das Webinterface kann man es leider nicht aktivieren, nur über /etc/vdr/plugin/order.conf
    Es wäre doch sehr praktisch, dieses Plugin bei aktiviertem PVR350-Plugin oder FF-Karten auf einem tty zu starten (soweit ich das sehe verhindert ein Rechteproblem, da der VDR nicht als root läuft die Nutzung des Plugins auf einer tty über die /etc/vdr/plugins/plugin.control.conf)?

    Ich habe übergangsweise einen User telnet erstellt, der auf tty6 automatisch angemeldet wird und automatisch per .bashrc per Telnet auf das Plugin zugreift, wenn der VDR läuft:

    Code
    /home/telnet/.bashrc 
    while true
    do
    PID_VDR=$(pidof vdr | wc -l)
    if [ $PID_VDR = 1 ]
    then
    telnet localhost 2002
    fi
    sleep 1
    done

    Interessant wäre noch zu wissen, wie man tty6 als das beim Start standardmäßig aktive setzen kann.

    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 hepi (July 6, 2011 at 5:57 PM).

  • Wir starten mit easyVDR 0.9 unser Setup nach dem Reboot per default auf Konsole 8 so:

    Code
    /sbin/getty -8n 38400 tty8 -l /usr/share/easyvdr/setup/easyvdr-setup

    Evtl. hilft das

    Andy

    Meine VDRs

    VDR 1: Intel D945GCLF2 Little Falls als Streamdev-Client, FF-Karte an Analog-TV easyVDR 2.0
    VDR 2: Asus M3N78-VM AMD 4850e - TT S2-6400 Twin-HD und easyVDR 2.0
    VDR 3-6: Diverse PCs als VDR-Clients
    VDR-ServerVMWare ESXI mit easyVDR 2.0 als zentraler Filmspeicher

  • sinai: damit startet er mein Skript, aber die Konsole ist nicht automatisch aktiv (aktiv ist wohl tty7 oder höher, vielleicht spielen da die Start-Skripte für den X-Server auch im Headless-Betrieb noch mit hinein).

    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.)

Participate now!

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