Plex installed with red dot

  • HI!


    I have OMV 1.19 (Kralicec) and today have installed Plex plugin of OMVExtras.


    This is the report afetr install:



    and in OMV Services page, in running column, I look a red dot



    Result of command:


    cd /media/f4374e75-2dcc-43c8-bdc2-89eb3837c97a
    stat plexmediaserver


    is


    Code
    File: `plexmediaserver/'
      Size: 4096              Blocks: 8          IO Block: 4096   directory
    Device: 811h/2065d      Inode: 26607617   Links: 3
    Access: (0777/drwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)
    Access: 2015-05-21 03:19:21.519890694 +2000
    Modify: 2015-05-21 03:19:21.519890694 +2000
    Change: 2015-05-21 03:19:21.519890694 +2000
    Birth: -


    and in plexmediaserver directory exist Library/Application Support


    Can anyone help me?


    Thanks!!!

  • I have disintalled, purge and reinstalled Plexmedia server.
    Set chown -R plex:plex plexmediaserver


    Result of you request is


    # stat plexmediaserver
    File: "plexmediaserver"
    Dim.: 4096 Blocchi: 8 Blocco di IO: 4096 directory
    Device: 811h/2065d Inode: 26607617 Coll.: 3
    Accesso: (0777/drwxrwxrwx) Uid: ( 114/ plex) Gid: ( 118/ plex)
    Accesso : 2015-05-21 19:19:53.305032508 +0200
    Modifica : 2015-05-21 03:19:21.523890150 +0200
    Cambio : 2015-05-21 20:26:30.527945322 +0200
    Creazione: -

  • # dpkg -l | grep plex
    ii libmpc2:i386 0.9-4 i386 multiple precision complex floating-point library
    ii openmediavault-plexmediaserver 1.0.10 all OpenMediaVault Plex Media Server plugin
    ii plexmediaserver 0.9.12.1.1079-b655370-debian i386 Plex Media Server for Linux


    Thanks for your patience!

  • OK, that is the problem. This cpu is hard to get working. There is a post I have to find. You may have to use a slightly older version of plex too. Anyway, give me some time to find that post. Someone else had same problem as you. Check back later tonight or tomorrow. I already did a search and the old post did not pull up so I have to go through my posts to find it, which is a lot.

  • I read the post, but I did not understand the exact procedure and where to download the old version of PlexMediaServer.
    When you have two minutes of free time, can you explain me the procedure to follow? :rolleyes:


    Thanks again for your great support!!!

  • Instructions are ready......


    First do this. The version of plex in our repo is still using nogroup for the group:
    cd /media/f4374e75-2dcc-43c8-bdc2-89eb3837c97a
    chown -R plex:nogroup plexmediaserver



    Then do this:
    rm /usr/lib/plexmediaserver/libopencv_core.so.2.4
    rm /usr/lib/plexmediaserver/libopencv_imgproc.so.2.4
    apt-get install unzip
    cd /usr/lib/plexmediaserver

    Code
    wget https://github.com/tekkbebe/OMV.Resources/raw/master/libs/libopencvi386Plex.zip


    unzip libopencvi386Plex.zip
    rm libopencvi386Plex.zip
    ln -s libopencv_core.so.3.0.0 libopencv_core.so.2.4
    ln -s libopenvc_imgproc.so.3.0.0 libopencv_imgproc.so.2.4


    Then:
    service plexmediaserver start

Jetzt mitmachen!

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