Posts by Koxx

    I installed the queeup repo (LE 7.9/8). it installed subliminal succefully, but in fact few elements seems to be missing :(

    Python
    LibreELEC:~/.kodi/addons/shell.python.subliminal/bin # ./subliminal --version
    Traceback (most recent call last):
      File "./subliminal", line 9, in <module>
        from subliminal.cli import subliminal
    ImportError: No module named subliminal.cli


    [hr]
    arghh !!! I found the solution ...

    Code
    LibreELEC:~/.kodi/addons/shell.python.subliminal/bin # nano subliminal

    set this line (change xbmc to kodi):

    Code
    sys.path.append('/storage/.kodi/addons/shell.python.subliminal/resources/lib')

    and go !!!

    thanks !

    I also tried "LibreELEC-S905.arm-8.0-7.90.beta1.img" , same result.

    Not exactly because "keyctl" command is available... but :

    Code
    LibreELEC:~/.config/system.d # keyctl session
    keyctl_join_session_keyring: Function not implemented

    and this feature seems requires by docker.
    [hr]
    if I compare odroird c2 kernel (which support docker) and libreelec kernel, it seems 3 files have been modified :
    gc.c
    key.c
    ketctl.c

    I am trying to build from a virtual machine (PC) ... but I can't :/
    any idea why ?


    [hr]
    ok, it's seems I found the solution ;)

    LibreELEC

    same for me, I use addons if possible, but there is many other thing I'd like to do with docker ;)
    [hr]


    Thanks. In fact I also use Thoradia add-ons. But just want to try docker on amlogic hoping to make use of other services like Plex, and etc.

    Ps. LinuxServer.io repository still not pushed into amlogic S905's Libreelec repository. On raspberry pi LE, it did.

    Sent from my X900+ using Tapatalk

    are you sure ? I can see aarch64 containers :
    Linuxserver.io docker list of justice
    thelounge-aarch64

    hummm ... all docker containers are not able to start.
    at first, I though it was because of wrong architecture, but this docker image runs on Odroid C2 (s905)

    but I found arch64 images ... same result :

    Code
    LibreELEC:~/.kodi/addons/service.downloadmanager.transmission/bin # docker run aarch64/hello-world
    Unable to find image 'aarch64/hello-world:latest' locally
    latest: Pulling from aarch64/hello-world
    6d8815192f66: Pull complete
    Digest: sha256:70f9c42c15bfe977ec34c05eecf72ecb9c107d01857c423a207e360b3305ede6
    Status: Downloaded newer image for aarch64/hello-world:latest
    docker: Error response from daemon: invalid header field value "oci runtime error: container_linux.go:247: starting container process caused \"process_linux.go:359: container init caused \\\"could not create session key: function not implemented\\\"\"\n".


    [hr]
    logs :


    [hr]
    it seems to be something missing in the kernel :
    Unable to deploy a service in swarm mode due to "oci runtime error: could not create session key: function not implemented" · Issue #24578 · moby/moby · GitHub

    exactly, cgroup kernel options ;)

    Hi,
    I am using "LibreELEC-S905.arm-7.0.3.012a.img".
    I installed docker from addons.
    With SSH :

    Code
    LibreELEC:~ # cd /storage/.kodi/addons/service.system.docker/bin
    LibreELEC:~/.kodi/addons/service.system.docker/bin #
    LibreELEC:~/.kodi/addons/service.system.docker/bin # docker pull libreelecarm/transmission
    Using default tag: latest
    Warning: failed to get default registry endpoint from daemon (Cannot connect to the Docker daemon. Is the docker daemon running on this host?). Using system default: https://index.docker.io/v1/
    Cannot connect to the Docker daemon. Is the docker daemon running on this host?

    why doesn't it work ?
    [hr]
    lol ... I think I missed the " Krypton " word ;)
    trying with LE 8
    [hr]
    crap ... I tried with "LibreELEC-S905.arm-8.0-devel-20161223194610-r25062-g308adcf.img"
    same thing :(