EPGD => Daten auf externem mysql server

  • Hi !


    nachdem ich grad sol halbwegs epgd und konsortrten installiert und in Betrieb genommen hab Stellt sich bei meiner Konstellation natuerlich die Frage bei meinen 2 VDR einmal egpg (z.B. auf dem Spielsystem laufen lassen) und damit die DB auf dem router zu füttern (ist ne mysql datenbank) nur ich kriege das mit dem

    Code
    mysqlepglv.so


    Nicht gebacken

    Code
    mysql> CREATE FUNCTION epglv RETURNS INT SONAME 'mysqlepglv.so';
    ERROR 1126 (HY000): Can't open shared library 'mysqlepglv.so' (errno: 22 mysqlepglv.so: cannot open shared object file: No such file or directory)


    Ich hab das .so file schon kunterbunt auf dem router rumngeschoben
    Und bevor Fragen aufkommen JA es ist fuer den router kompiliert (ich habs in der Buildumgebung "gebacken" das Probklem ist wie binde ich das in mysql ein...

    Code
    Server version: 5.0.96 Source distribution


    Gruss Gerd

    vdr => p8b75-m lx / pentium g2020t / 8 GB Ram / zotac gt 630 / cine S2 V5.5 / 60 gb ocz ssd / 640 gb wd scorpio blue / display noritake 256x64-3900 / chenbro PC71023 gehaeuse / yavdr stable / softhddevice


    spielsystem => p8b75-m le / intel core i3 3220T / ubuntu lts 14.04 / 16 GB ram / zotac gt 630 / cine S2 V6.2 / yavdr stable pakete / softhddevice / pulseaudio+alsa


    spielwiese => Zotac Zbox ID45 / 120 GB mSATA / via Satip => Octopus Net / yavdr stable / softhddevice

  • Ahem.... wei heisst es so schoen.... wenn man keine ahnung hat... :D
    Der Router iss ne Atom Kiste mit ner mittleren SSD und 4x 2 TB :)


    Gruss Gerd

    vdr => p8b75-m lx / pentium g2020t / 8 GB Ram / zotac gt 630 / cine S2 V5.5 / 60 gb ocz ssd / 640 gb wd scorpio blue / display noritake 256x64-3900 / chenbro PC71023 gehaeuse / yavdr stable / softhddevice


    spielsystem => p8b75-m le / intel core i3 3220T / ubuntu lts 14.04 / 16 GB ram / zotac gt 630 / cine S2 V6.2 / yavdr stable pakete / softhddevice / pulseaudio+alsa


    spielwiese => Zotac Zbox ID45 / 120 GB mSATA / via Satip => Octopus Net / yavdr stable / softhddevice

  • wenn man keine ahnung hat...

    Sollte man einen Blick ins README werfen: http://projects.vdr-developer.…mon.git/tree/epglv/README

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

  • Ahem mit Verlaub du hast nicht richtig gelesen....
    Das mit den Funktionen hab ich wohl gelesen nur krieg ich die nicht eingebunden weil der dort ansaessige mysql Server das .so nicht "kennt" (siehe erster Post) => das wird ja mit epgd installiert welches aber nicht auf dem PC/Rechner laeuft auf dem der SQL Server läuft.

    Code
    mysql> CREATE FUNCTION epglv RETURNS INT SONAME 'mysqlepglv.so';
    ERROR 1126 (HY000): Can't open shared library 'mysqlepglv.so' (errno: 22 mysqlepglv.so: cannot open shared object file: No such file or directory)


    Rechner 1 = VDR mit EPGD => Mysql-Server = Rechner 2


    Gruss Gerd

    vdr => p8b75-m lx / pentium g2020t / 8 GB Ram / zotac gt 630 / cine S2 V5.5 / 60 gb ocz ssd / 640 gb wd scorpio blue / display noritake 256x64-3900 / chenbro PC71023 gehaeuse / yavdr stable / softhddevice


    spielsystem => p8b75-m le / intel core i3 3220T / ubuntu lts 14.04 / 16 GB ram / zotac gt 630 / cine S2 V6.2 / yavdr stable pakete / softhddevice / pulseaudio+alsa


    spielwiese => Zotac Zbox ID45 / 120 GB mSATA / via Satip => Octopus Net / yavdr stable / softhddevice

  • [...]

    Code
    mysql> CREATE FUNCTION epglv RETURNS INT SONAME 'mysqlepglv.so';
    ERROR 1126 (HY000): Can't open shared library 'mysqlepglv.so' (errno: 22 mysqlepglv.so: cannot open shared object file: No such file or directory)


    Was sagt denn:


    SQL
    show variables like 'plugin_dir';


    Und liegt dort auch die "mysqlepglv.so"??

  • Code
    mysql> show variables like 'plugin_dir';
    +---------------+-------+
    | Variable_name | Value |
    +---------------+-------+
    | plugin_dir	|   	|
    +---------------+-------+
    1 row in set (0.01 sec)


    Also da kann sie mal nicht liegen :(


    Gruss Gerd

    vdr => p8b75-m lx / pentium g2020t / 8 GB Ram / zotac gt 630 / cine S2 V5.5 / 60 gb ocz ssd / 640 gb wd scorpio blue / display noritake 256x64-3900 / chenbro PC71023 gehaeuse / yavdr stable / softhddevice


    spielsystem => p8b75-m le / intel core i3 3220T / ubuntu lts 14.04 / 16 GB ram / zotac gt 630 / cine S2 V6.2 / yavdr stable pakete / softhddevice / pulseaudio+alsa


    spielwiese => Zotac Zbox ID45 / 120 GB mSATA / via Satip => Octopus Net / yavdr stable / softhddevice

  • Versuch mal das plugin_dir für MySQL zu setzen: https://dev.mysql.com/doc/refman/5.1/de/install-plugin.html#

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

  • [...] Und bevor Fragen aufkommen JA es ist fuer den router kompiliert (ich habs in der Buildumgebung "gebacken" das Probklem ist wie binde ich das in mysql ein...

    Code
    Server version: 5.0.96 Source distribution


    Da hast Du doch Deinen Fehler.


    Deine MySQL Version ist zu alt!


    Die Plug-In-Api gibt es erst ab Version 5.1.


  • Hi !


    Nicht Ganz.. ich habs mal in my.cnf gesetzt und voila...


    Gruss Gerd

    vdr => p8b75-m lx / pentium g2020t / 8 GB Ram / zotac gt 630 / cine S2 V5.5 / 60 gb ocz ssd / 640 gb wd scorpio blue / display noritake 256x64-3900 / chenbro PC71023 gehaeuse / yavdr stable / softhddevice


    spielsystem => p8b75-m le / intel core i3 3220T / ubuntu lts 14.04 / 16 GB ram / zotac gt 630 / cine S2 V6.2 / yavdr stable pakete / softhddevice / pulseaudio+alsa


    spielwiese => Zotac Zbox ID45 / 120 GB mSATA / via Satip => Octopus Net / yavdr stable / softhddevice

  • Hi,


    ist dein Problem damit gelöst?


    Der Router iss ne Atom Kiste mit ner mittleren SSD und 4x 2 TB :)


    wieviel Ram stehen da der mysql zur Verfügung?


    Christian

    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



  • Ja geht....


    BTW: Dast Teil hat insgesamt 2 GB zur Verfügung..... auf den Platten "lagert" alles mögliche ( VDR Aufnahmen usw....) mysql legt auf der SSD ab...


    Gruss Gerd

    vdr => p8b75-m lx / pentium g2020t / 8 GB Ram / zotac gt 630 / cine S2 V5.5 / 60 gb ocz ssd / 640 gb wd scorpio blue / display noritake 256x64-3900 / chenbro PC71023 gehaeuse / yavdr stable / softhddevice


    spielsystem => p8b75-m le / intel core i3 3220T / ubuntu lts 14.04 / 16 GB ram / zotac gt 630 / cine S2 V6.2 / yavdr stable pakete / softhddevice / pulseaudio+alsa


    spielwiese => Zotac Zbox ID45 / 120 GB mSATA / via Satip => Octopus Net / yavdr stable / softhddevice

  • Manche Leute machen seltsame Dinge mit ihrer Firewall/Router.

    SAT Hardware: Gibertini SE75 | DuraSat Dur-Line UK-24 | DD OctopusNET V2 Rack (Firmware 1.1.6) mit MaxS8
    Server: Asus M5A78L-M/USB3 | Sempron 145@2Cores | 8GB ECC RAM | PicoPSU | Debian Stretch 64Bit | VDR 2.4.5 mit SAT>IP, epgsearch, live, markad
    Clients: RaspberryPI 2/3 | Yocto Poky Linux (Openembedded) 3.2+git | Linux Kernel 5.4.72 | VDR 2.4.5 mit SAT>IP, RpiHDDevice, SkinDesigner, Remote, Extrecmenu, Femon, Mlist


    R.I.P: Gigaset M740 mit VDR von open7x0.org

  • Wer hat der hat :)


    Gruss Gerd

    vdr => p8b75-m lx / pentium g2020t / 8 GB Ram / zotac gt 630 / cine S2 V5.5 / 60 gb ocz ssd / 640 gb wd scorpio blue / display noritake 256x64-3900 / chenbro PC71023 gehaeuse / yavdr stable / softhddevice


    spielsystem => p8b75-m le / intel core i3 3220T / ubuntu lts 14.04 / 16 GB ram / zotac gt 630 / cine S2 V6.2 / yavdr stable pakete / softhddevice / pulseaudio+alsa


    spielwiese => Zotac Zbox ID45 / 120 GB mSATA / via Satip => Octopus Net / yavdr stable / softhddevice

Jetzt mitmachen!

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