[0.5] Graphtft-fe startet nicht

  • Hallo
    Wie erwähnt startet graphtft-fe nicht und somit hab ich auf dem Zweittft nur das yavdr-Logo.
    Starte ich graphtft per Hand, geht es aber (/usr/bin/graphtft-fe -W 800 -H 600 -n -r -h localhost
    )
    Im syslog steht komischerweise graphtft (0.3.3) obwohl es aber 0.3.4 sein sollte.


    Edit: Version sollte aber eigentlich passen (nicht authentifiziert ??):


    root@origen:/home/tom# apt-get install --reinstall vdr-plugin-graphtft
    Paketlisten werden gelesen... Fertig
    Abhängigkeitsbaum wird aufgebaut
    Statusinformationen werden eingelesen... Fertig
    0 aktualisiert, 0 neu installiert, 1 erneut installiert, 0 zu entfernen und 3 ni cht aktualisiert.
    Es müssen 208 kB an Archiven heruntergeladen werden.
    Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
    WARNUNG: Die folgenden Pakete können nicht authentifiziert werden!
    vdr-plugin-graphtft
    Diese Pakete ohne Überprüfung installieren [j/N]? j
    Hole:1 http://ppa.launchpad.net/yavdr/testing-vdr/ubuntu/ precise/main vdr-plugin-graphtft amd64 0.3.4+urknall-0yavdr1~precise [208 kB]
    Es wurden 208 kB in 0 s geholt (323 kB/s)
    (Lese Datenbank ... 79345 Dateien und Verzeichnisse sind derzeit installiert.)
    Vorbereitung zum Ersetzen von vdr-plugin-graphtft 0.3.4+urknall-0yavdr1~precise (durch .../vdr-plugin-graphtft_0.3.4+urknall-0yavdr1~precise_amd64.deb) ...
    Ersatz für vdr-plugin-graphtft wird entpackt ...
    vdr-plugin-graphtft (0.3.4+urknall-0yavdr1~precise) wird eingerichtet ...


    Ein 2ter Durchlauf brachte die authentifizierung nicht mehr ??

    VDR1 yaVDR 0.6: Gehäuse: OrigenAE X15e Board: Giada MG-C1037-SL Grafik: GT620 CPU: Celeron 1037U Ram: 2GB DVB: CineS2 Festplatte: 2x1TB
    VDR2 yaVDR 0.6: Gehäuse: Streacom F7C Board: Zotac Z68ITX-B-E Grafik: GT430 CPU: Pentium G630 Ram: 8GB DVB: CineS2 Festplatte: 30GB mSata + 500GB 2,5
    VDR3 yaVDR 0.6: Gehäuse: HP N36L Ram: 8GB DVB: 2 x CineS2 Festplatten: 2x 1,5TB und 2x2TB
    OctopusNet V1 + Rack 4xS2 + 8xS2

    Einmal editiert, zuletzt von Tommy.Z ()

  • wie sieht /etc/init/graphtft-fe.conf aus?


    Gerald


    HP Proliant MicroServer Gen8, Xeon E3-1230, 12 GB RAM, 3xWD red 2TB im RAID 5, 2xSundtek MediaTV Home DVB-C/T, L4M TWIN-C/T, Ubuntu Server 14.04.1, Plex Media Server
    Samsung UE55H6470

  • #################################################################################
    # #
    # The following configuration file is generated automatically by the yaVDR #
    # system. Don't change this file as every update of yaVDR will overwrite #
    # the local changes. Instead put your required customizations #
    # into /etc/yavdr/templates_custom/ based on the original templates #
    # under /usr/share/yavdr/templates. #
    # #
    # http://www.yavdr.org/developer-zone/template-overview/ #
    # #
    # #
    #################################################################################


    description "YaVDR Configuration webinterface"



    start on vdr-frontend-restart
    stop on stopping vdr or stopping openbox



    env DISPLAY=:1.1
    export DISPLAY


    setuid vdr
    setgid vdr


    respawn
    normal exit 0


    script
    # wait for vdr and Xorg (after wm started)
    start wait-for-state WAIT_FOR=vdr TARGET_GOAL=start WAIT_STATE=running WAITER=graphtft-fe WAIT_FOREVER=1 ||:
    start wait-for-state WAIT_FOR=openbox-second TARGET_GOAL=start WAIT_STATE=running WAITER=graphtft-fe WAIT_FOREVER=1 ||:


    # get resolution
    TFT_SIZE=`xrandr -q -d $DISPLAY | awk '/default connected/ {print $3}' | cut -d '+' -f1`
    TFT_WIDTH=`echo $TFT_SIZE | cut -d 'x' -f1`
    TFT_HEIGHT=`echo $TFT_SIZE | cut -d 'x' -f2`
    MORE_OPTIONS="-n -r"


    # override default settings
    test -f /etc/default/graphtft-fe && . /etc/default/graphtft-fe


    GRAPHTFTFEOPTS="-W $TFT_WIDTH -H $TFT_HEIGHT $MORE_OPTIONS"


    exec /usr/bin/graphtft-fe $GRAPHTFTFEOPTS -h localhost
    end script



    post-stop script
    /usr/bin/hsetroot -center /usr/share/yavdr/images/yavdr_logo.png
    end script

    VDR1 yaVDR 0.6: Gehäuse: OrigenAE X15e Board: Giada MG-C1037-SL Grafik: GT620 CPU: Celeron 1037U Ram: 2GB DVB: CineS2 Festplatte: 2x1TB
    VDR2 yaVDR 0.6: Gehäuse: Streacom F7C Board: Zotac Z68ITX-B-E Grafik: GT430 CPU: Pentium G630 Ram: 8GB DVB: CineS2 Festplatte: 30GB mSata + 500GB 2,5
    VDR3 yaVDR 0.6: Gehäuse: HP N36L Ram: 8GB DVB: 2 x CineS2 Festplatten: 2x 1,5TB und 2x2TB
    OctopusNet V1 + Rack 4xS2 + 8xS2

  • mal

    Code
    start graphtft-fe

    probiert?


    Gerald


    HP Proliant MicroServer Gen8, Xeon E3-1230, 12 GB RAM, 3xWD red 2TB im RAID 5, 2xSundtek MediaTV Home DVB-C/T, L4M TWIN-C/T, Ubuntu Server 14.04.1, Plex Media Server
    Samsung UE55H6470

  • Ich sagte ja, per Hand gestartet gehts

    VDR1 yaVDR 0.6: Gehäuse: OrigenAE X15e Board: Giada MG-C1037-SL Grafik: GT620 CPU: Celeron 1037U Ram: 2GB DVB: CineS2 Festplatte: 2x1TB
    VDR2 yaVDR 0.6: Gehäuse: Streacom F7C Board: Zotac Z68ITX-B-E Grafik: GT430 CPU: Pentium G630 Ram: 8GB DVB: CineS2 Festplatte: 30GB mSata + 500GB 2,5
    VDR3 yaVDR 0.6: Gehäuse: HP N36L Ram: 8GB DVB: 2 x CineS2 Festplatten: 2x 1,5TB und 2x2TB
    OctopusNet V1 + Rack 4xS2 + 8xS2

  • Nein, du hast das exe ausgeführt und nicht den upstart skript. Diskutier bitte nicht mit mir.


    Gerald


    HP Proliant MicroServer Gen8, Xeon E3-1230, 12 GB RAM, 3xWD red 2TB im RAID 5, 2xSundtek MediaTV Home DVB-C/T, L4M TWIN-C/T, Ubuntu Server 14.04.1, Plex Media Server
    Samsung UE55H6470

  • So, leider erst wieder am Nachmittag (Essen bei Schwiegermuttern :) )
    Gruß

    VDR1 yaVDR 0.6: Gehäuse: OrigenAE X15e Board: Giada MG-C1037-SL Grafik: GT620 CPU: Celeron 1037U Ram: 2GB DVB: CineS2 Festplatte: 2x1TB
    VDR2 yaVDR 0.6: Gehäuse: Streacom F7C Board: Zotac Z68ITX-B-E Grafik: GT430 CPU: Pentium G630 Ram: 8GB DVB: CineS2 Festplatte: 30GB mSata + 500GB 2,5
    VDR3 yaVDR 0.6: Gehäuse: HP N36L Ram: 8GB DVB: 2 x CineS2 Festplatten: 2x 1,5TB und 2x2TB
    OctopusNet V1 + Rack 4xS2 + 8xS2

  • Sorry
    start graphtft-fe
    geht natürlich auch ;)
    obwohl im Hintergrund noch das yavdr-Logo zu sehen ist.

    VDR1 yaVDR 0.6: Gehäuse: OrigenAE X15e Board: Giada MG-C1037-SL Grafik: GT620 CPU: Celeron 1037U Ram: 2GB DVB: CineS2 Festplatte: 2x1TB
    VDR2 yaVDR 0.6: Gehäuse: Streacom F7C Board: Zotac Z68ITX-B-E Grafik: GT430 CPU: Pentium G630 Ram: 8GB DVB: CineS2 Festplatte: 30GB mSata + 500GB 2,5
    VDR3 yaVDR 0.6: Gehäuse: HP N36L Ram: 8GB DVB: 2 x CineS2 Festplatten: 2x 1,5TB und 2x2TB
    OctopusNet V1 + Rack 4xS2 + 8xS2

  • Dann kommt das Event nicht

    Code
    start on vdr-frontend-restart


    Da ist in der 0.5 einiges geändert. Aus dem Kopf weiß ich nicht ob das Signal noch kommt, oder ob das anders gelöst werden muss.
    Versuch doch mal bitte das

    Code
    start on started vdr or stopped openbox-tools or started sound-device \
             or vdr-frontend-restart

    stattdessen


    Gerald


    HP Proliant MicroServer Gen8, Xeon E3-1230, 12 GB RAM, 3xWD red 2TB im RAID 5, 2xSundtek MediaTV Home DVB-C/T, L4M TWIN-C/T, Ubuntu Server 14.04.1, Plex Media Server
    Samsung UE55H6470

  • Danke, nun startet es, nur auf dem falschen Display. Hab mal ergänzt:
    statt:
    env DISPLAY=:1.1
    export DISPLAY


    einfach mal (dirty)
    env DISPLAY=:1.1
    export DISPLAY=:1.1
    dann startet es auf dem richtigen Display.
    Danke

    VDR1 yaVDR 0.6: Gehäuse: OrigenAE X15e Board: Giada MG-C1037-SL Grafik: GT620 CPU: Celeron 1037U Ram: 2GB DVB: CineS2 Festplatte: 2x1TB
    VDR2 yaVDR 0.6: Gehäuse: Streacom F7C Board: Zotac Z68ITX-B-E Grafik: GT430 CPU: Pentium G630 Ram: 8GB DVB: CineS2 Festplatte: 30GB mSata + 500GB 2,5
    VDR3 yaVDR 0.6: Gehäuse: HP N36L Ram: 8GB DVB: 2 x CineS2 Festplatten: 2x 1,5TB und 2x2TB
    OctopusNet V1 + Rack 4xS2 + 8xS2

  • genau:


    start on started vdr or started openbox-second \
    or vdr-frontend-restart
    stop on stopping vdr or stopping openbox


    Weiss nicht wo das verschütt gegangen ist. Habs mal nach testing commited ...

    VDR User: 87 - LaScala LC14B - LG/Phillipps 6,4" VGA Display | Asrock H61/U3S3 | G630T | 1x 16GB Mobi Mtron 3035 1x WD 750GB 2,5" |1x L4m DVB-S2 Version 5.4

  • Was ist mit
    env DSPLAY=:1.1
    export DISPLAY


    das funktioniert nicht.
    Gruß

    VDR1 yaVDR 0.6: Gehäuse: OrigenAE X15e Board: Giada MG-C1037-SL Grafik: GT620 CPU: Celeron 1037U Ram: 2GB DVB: CineS2 Festplatte: 2x1TB
    VDR2 yaVDR 0.6: Gehäuse: Streacom F7C Board: Zotac Z68ITX-B-E Grafik: GT430 CPU: Pentium G630 Ram: 8GB DVB: CineS2 Festplatte: 30GB mSata + 500GB 2,5
    VDR3 yaVDR 0.6: Gehäuse: HP N36L Ram: 8GB DVB: 2 x CineS2 Festplatten: 2x 1,5TB und 2x2TB
    OctopusNet V1 + Rack 4xS2 + 8xS2

  • seltsam.


    Versuch doch bitte nochmal das hier:


    Code
    start on started vdr-frontend


    und teste mal bitte das rauf und runterfahren und wenn möglich auch S3.


    Gerald


    HP Proliant MicroServer Gen8, Xeon E3-1230, 12 GB RAM, 3xWD red 2TB im RAID 5, 2xSundtek MediaTV Home DVB-C/T, L4M TWIN-C/T, Ubuntu Server 14.04.1, Plex Media Server
    Samsung UE55H6470

  • Danke
    Nach Neustart funktioniert es auf alle Fälle mit der Änderung.
    Edit: S3 funktioniert auch.

    VDR1 yaVDR 0.6: Gehäuse: OrigenAE X15e Board: Giada MG-C1037-SL Grafik: GT620 CPU: Celeron 1037U Ram: 2GB DVB: CineS2 Festplatte: 2x1TB
    VDR2 yaVDR 0.6: Gehäuse: Streacom F7C Board: Zotac Z68ITX-B-E Grafik: GT430 CPU: Pentium G630 Ram: 8GB DVB: CineS2 Festplatte: 30GB mSata + 500GB 2,5
    VDR3 yaVDR 0.6: Gehäuse: HP N36L Ram: 8GB DVB: 2 x CineS2 Festplatten: 2x 1,5TB und 2x2TB
    OctopusNet V1 + Rack 4xS2 + 8xS2

  • Ich teste gleich nochmal ohne meine Ergänzung


    Edit:
    Geht jetzt komischerweise (aber war kein Neustart). Probier gleich nochmal mit Neustart

    VDR1 yaVDR 0.6: Gehäuse: OrigenAE X15e Board: Giada MG-C1037-SL Grafik: GT620 CPU: Celeron 1037U Ram: 2GB DVB: CineS2 Festplatte: 2x1TB
    VDR2 yaVDR 0.6: Gehäuse: Streacom F7C Board: Zotac Z68ITX-B-E Grafik: GT430 CPU: Pentium G630 Ram: 8GB DVB: CineS2 Festplatte: 30GB mSata + 500GB 2,5
    VDR3 yaVDR 0.6: Gehäuse: HP N36L Ram: 8GB DVB: 2 x CineS2 Festplatten: 2x 1,5TB und 2x2TB
    OctopusNet V1 + Rack 4xS2 + 8xS2

  • Mit der von mir genannten ? Änderungen an upstart jobs werden nur aktiv wenn man diesen einmal stoppt und wieder startet (wenn der job läuft zum Zeitpunkt der Änderung)

    VDR User: 87 - LaScala LC14B - LG/Phillipps 6,4" VGA Display | Asrock H61/U3S3 | G630T | 1x 16GB Mobi Mtron 3035 1x WD 750GB 2,5" |1x L4m DVB-S2 Version 5.4

  • Jetzt geht alles (auch mit gda's Änderung)
    export funktioniert auch mit der ursprünglichen Version (keina Ahnung, warum er beim ersten Versuch auf dem Hauptschirm das graphtft gestartet hat ????)
    Somit als Änderung:
    start on started vdr-frontend


    Ich werd jetzt mal noch nach weiteren "Fehlern" suchen ;)

    VDR1 yaVDR 0.6: Gehäuse: OrigenAE X15e Board: Giada MG-C1037-SL Grafik: GT620 CPU: Celeron 1037U Ram: 2GB DVB: CineS2 Festplatte: 2x1TB
    VDR2 yaVDR 0.6: Gehäuse: Streacom F7C Board: Zotac Z68ITX-B-E Grafik: GT430 CPU: Pentium G630 Ram: 8GB DVB: CineS2 Festplatte: 30GB mSata + 500GB 2,5
    VDR3 yaVDR 0.6: Gehäuse: HP N36L Ram: 8GB DVB: 2 x CineS2 Festplatten: 2x 1,5TB und 2x2TB
    OctopusNet V1 + Rack 4xS2 + 8xS2

  • Geht ja auch so ;)
    gda's Änderung war halt einfach kürzer und später :)
    Es ging aber mit beiden Änderungen.
    Passt also so wie es nun ist.
    Danke

    VDR1 yaVDR 0.6: Gehäuse: OrigenAE X15e Board: Giada MG-C1037-SL Grafik: GT620 CPU: Celeron 1037U Ram: 2GB DVB: CineS2 Festplatte: 2x1TB
    VDR2 yaVDR 0.6: Gehäuse: Streacom F7C Board: Zotac Z68ITX-B-E Grafik: GT430 CPU: Pentium G630 Ram: 8GB DVB: CineS2 Festplatte: 30GB mSata + 500GB 2,5
    VDR3 yaVDR 0.6: Gehäuse: HP N36L Ram: 8GB DVB: 2 x CineS2 Festplatten: 2x 1,5TB und 2x2TB
    OctopusNet V1 + Rack 4xS2 + 8xS2

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!