Ossito

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by Ossito

  1. 11 hours ago, MattFaz said:

    I'm not sure how easily you can move the old container to this new one, I've only performed fresh installs of the container and it's related data.
    Looking at the Github repo it looks like there may be some issues when backdating, are you trying to set the date to a date in the past? The developer advised when creating you should enter a future date, then edit to back date: https://github.com/firefly-iii/firefly-iii/issues/7683

     

    The old docker was fully erased before the setup of the new one (yours) i only keep the data base.

    i use user script plugins with this command:

    docker exec --user www-data Firefly-III /usr/local/bin/php /var/www/html/artisan firefly-iii:cron.

     

    So i tryed a full new setup (container and data base) issue still persist.

    i think this is a mistake  but where?

  2. Hi,

    First thanks for the job ;)

     

    I have an issue, i updated my old deprecated container for this one but i have an error on the recuring task.

    i add a script for cron job but when i want to create a recuring task an error appear "Could not load repetition suggestions. Please enter a valid date." and the case stay lock.

     

    Can you help me?

  3. Hi, thanks for your time and works.

     

    I have somme issues with document server whith nextcloud and nginx proxy manager.

     

    i succefully installed the container and setup NPM for https acces.

    but when i tried to create a new document on onlyoffice web interface i have this error (log docker document server):

     

    2022/04/18 13:39:24 [error] 6709#6709: *244 open() "/var/lib/onlyoffice/documentserver/App_Data/cache/files/141.101.68.71__172.18.0.20https___onlyoffice.mydomain.com_example_files_141.101.68.71__172.18.0.20_new.docxf1650289162304/Editor.bin" failed (13: Permission denied), client: 172.18.0.20, server: , request: "GET /cache/files/141.101.68.71__172.18.0.20https___onlyoffice.mydomain.com_example_files_141.101.68.71__172.18.0.20_new.docxf1650289162304/Editor.bin/Editor.bin?md5=hEF0F1W9EnTDH8Nzyg-ZWw&expires=1652896140&filename=Editor.bin HTTP/1.1", host: "onlyoffice.mydomain.com", referrer: "https://onlyoffice.mydomain.com/7.0.1-37/web-apps/apps/documenteditor/main/index.html?_dc=7.0.1-37&lang=en&customer=ONLYOFFICE&frameEditorId=iframeEditor&parentOrigin=https://onlyoffice.mydomain.com"

    ==> /var/log/onlyoffice/documentserver-example/out.log <==
    { message: 'File not found: new.docx' }

     

    When i tried to setup nextcloud with onlyoffice.mydomain.com this error appears:

     

    Erreur durant la tentative de connexion (Client error: `GET https://onlyoffice.mydomain.com/cache/files/conv_check_1392829098_docx/output.docx/check_1392829098.docx?md5=tfT_Xqoc8Hto3CWkdGerYw&expires=1650294007&filename=check_1392829098.docx` resulted in a `403 Forbidden` response:

    403 Forbidden

    403 Forbidden
    nginx

     

     

    Can you help me?

     

  4. log when a h264 or h265 file is playing

     

    [10:38:23] [ERR] [111] Emby.Server.Implementations.HttpServer.HttpListenerHost: Error processing request: A task was canceled. URL: http://192.168.1.200:8096/videos/1fa06f91-ed12-36b1-bf0b-213473c6df16/hls1/main/1.ts?DeviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzg2LjAuNDI0MC4xMTEgU2FmYXJpLzUzNy4zNiBPUFIvNzIuMC4zODE1LjE4NnwxNjA0Nzc3Nzg3NzY2&MediaSourceId=1fa06f91ed1236b1bf0b213473c6df16&VideoCodec=h264&AudioCodec=mp3,aac&AudioStreamIndex=1&VideoBitrate=139552000&AudioBitrate=448000&PlaySessionId=f7824a7bbf314fd4aa59707015ca351b&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=8e1e825a28c90b216ca169095d53dfcb&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=51&h264-deinterlace=true&TranscodeReasons=VideoCodecNotSupported

     

     

    [10:39:23] [INF] [38] MediaBrowser.Api.ApiEntryPoint: Transcoding kill timer stopped for JobId 639db17d8cbb4342bf7c837606e8d6ab PlaySessionId f7824a7bbf314fd4aa59707015ca351b. Killing transcoding

     

     

     

     

     

  5. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='jellyfin' --net='bridge' -e TZ="Europe/Paris" -e HOST_OS="Unraid" -e 'NVIDIA_VISIBLE_DEVICES'='GPU-071a9569-64c0-8220-8c9a-639efb524c04' -e 'VIRTUAL_HOST'='jellyfin.xxxxxx.xxxx' -e 'LETSENCRYPT_HOST'=' jellyfin.xxxxxx.xxxx' -e 'VIRTUAL_PORT'='8096' -e 'LETSENCRYPT_PORT'='8920' -e 'NVIDIA_DRIVER_CAPABILITIES'='all' -e 'PUID'='99' -e 'PGID'='100' -p '8096:8096/tcp' -p '8920:8920/tcp' -p '1900:1900/udp' -v '/mnt/user/Library/Movies':'/movies':'rw' -v '/mnt/user/Library/Series':'/tv':'rw' -v '/mnt/user/Library/Music':'/music':'rw' -v '/tmp':'/trancode':'rw' -v '/mnt/user/Thornhill/docker/jellyfin':'/config':'rw' --runtime=nvidia 'linuxserver/jellyfin'

    b99696766850cfd1dcad107cea9ecf30ace0e4c07db43efa340f797e1191da35

    The command finished successfully! 

     

    i see this page to set transcodepage in jellyfin

    trancode 1.PNG

    trancode 2.PNG

  6. yes i read the second post of this thread.

     

    "We've made it easier to get Nvidia & iGPU hardware trancoding working with this container.  This post will detail what you need to do to use either of these in your container.

     

    Nvidia

    1.  Install the Unraid Nvidia Plugin, download the version of Unraid required containing the Nvidia drivers and reboot 

    2.  Add the Jellyfin container and add --runtime=nvidia to extra parameters (switch on advanced template view) and copy your GPU UUID to the pre-existing NVIDIA_VISIBLE_DEVICES parameter.  There is no need to utilise the NVIDIA_DRIVER_CAPABILITIES parameter any more.  This is handled by our container."

     

     

    I doesn't create variable "NVIDIA_DRIVER_CAPABILITIES" as the post you pin say.

    this is exactly what i explain in my post but doesn't work so what's wrong?

     

  7. hi

     

    i have a problem with transcode system

    i have a quadro M2000 with drivers add "--runtime=nvidia" in field extra parameter and my gpuid in Nvidia Visible Devices: formlike this : "GPU-071aXXXX-XXXX-XXXX-XXXX-XXXXXXX4c04"

    i have activated Nvidia NVENC in jellyfin dashboard.

     

    but transcoding is made by CPU .

     

    PS i use unraid 6.9.0RC35