Beiträge von Gutz-Pilz

    seems to work now
    but still cant reach the webui...
    any reason for that ?



    command i used now

    Code
    docker run -d --restart=always -e MYSQLip=192.168.0.107 -e MYSQLport=3306 -e MYSQLuser=xbmc -e MYSQLpass=xbmc -e KODIWATCHDOG=true -v /opt/kodi:/opt/kodi-server/share/kodi/portable_data nicjo814/kodi-headless:15.rc2

    Thanks subzero79.
    That worked!


    but

    Code
    --restart-always

    flag still gives error

    Code
    root@NAS:/opt/kodi/temp# docker run -d --restart-always -e MYSQLip=192.168.0.107 -e MYSQLport=3306 -e MYSQLuser=xbmc -e MYSQLpass=xbmc -e KODIWATCHDOG=true -v /opt/kodi:/opt/kodi-server/share/kodi/portable_data nicjo814/kodi-headless:15.rc2
    
    
    flag provided but not defined: --restart-always
    
    
    See 'docker run --help'.

    i found this error in kodi.log
    it seems nfs doesnt connect correctly


    Code
    21:16:28 T:139836506273536   DEBUG: [service.watchdog] not watching <nfs://192.168.0.107/export/NAS_HD/Medien/Movies/>. does not exist
    
    
    21:16:28 T:139836506273536   DEBUG: NFS: Context for 192.168.0.107/export/NAS_HD not open - get a new context.
    
    
    21:16:28 T:139836506273536   ERROR: NFS: Failed to mount nfs share: /export/NAS_HD (mount/mnt call failed with "RPC error: Mount failed with error MNT3ERR_ACCES(13) Permission denied(13)")


    i deleted old container and tried to run new with your provided command
    gives this error



    Code
    root@NAS:/opt/kodi/temp# docker run -d --restart-always -e MYSQLip=192.168.0.107 -e MYSQLport=3306 -e MYSQLuser=xbmc -e MYSQLpass=xbmc -e KODIWATCHDOG=true -v /opt/kodi:/opt/kodi-server/share/kodi/portable_data nicjo814/kodi-headless:15.rc2
    
    
    flag provided but not defined: --restart-always
    
    
    See 'docker run --help'.

    great work!
    got isengard running. kodi.log looks nice.
    but 2 questions:
    1. does it start autostart with the system ?
    2. i cant reach the webinterface on 8080
    thats my command i used



    Code
    docker run -d -p 8080 -e MYSQLip=192.168.0.107 -e MYSQLport=3306 -e MYSQLuser=xbmc -e MYSQLpass=xbmc -e KODIWATCHDOG=true -v /opt/kodi:/opt/kodi-server/share/kodi/portable_data nicjo814/kodi-headless:15.rc2

    HI there,


    i`d really like to see a SeaFile Plugin.
    Basically like Owncloud but way faster and it can use nginx.
    So Probably a better alternative to Spideraok. since Spideroak isnt opensource and with seafile you host yout own server!!


    I already use it on my BananaPi and i am really satisfied!


    Website
    http://www.seafile.com/en/home/


    Tutorial with a outdated Seafile version (just replace code with latest version did it for me)
    http://jankarres.de/2013/06/ra…file-server-installieren/



    Tell me what you think about it.


    Best Regards
    Gutz-Pilz

    even with apt-get -f install i cant get it to install







    Code
    root@NAS:~# apt-get -f install
    Paketlisten werden gelesen... Fertig
    Abhängigkeitsbaum wird aufgebaut. 
    Statusinformationen werden eingelesen.... Fertig
    0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.


    Hi there,


    i'm trying to set up my tvheadend for automated Recording but not wanting my machine run 24/7 to record a program.
    is there a way to do so ?
    i found this and it works when i put my machine to sleep.
    but wont when i shut down my nas.


    Also moved the file to /etc/pm/power.d
    no effect


    someone else did this already ?
    Thanks in advance