megabitus

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by megabitus

  1. Hello everyone,

     

    I hope you're all doing well. I have a bit of a problem with my Unraid server, which started crashing randomly without any clear reason. I haven't made any updates to Unraid, and I haven't added any new hardware or dockers. The server has been running smoothly for months, and I'm not sure what could be causing the problem.

    I managed to get the syslog, but I'm not sure how to read it. I've also attached the debug file created by Unraid, in case that helps. If anyone has any suggestions or ideas on what could be causing the issue, I would really appreciate your input.

    I'm hoping someone with more experience can help me figure out what's going on. I'm eager to get my server back up and running smoothly again.

    Server Config:

    CPU: Ryzen 7 5750GE

    Motherboard: MSI B450 TOMAHAWK MAX

    RAM: 32GB 2400MHz

    GPU: Quadro P2000

    Running Unraid 6.11.1

     

    Thank you all for your time and support. I look forward to hearing from you soon.

    zephyrone-diagnostics-20230404-1016.zip syslog20230404

  2. Hello,

     

    Unraid 6.9/6.9.1 gave me only issues, one of them is transcoding with my GPU. I have a P2000 for transcoding, but it stopped working, after the update. I've installed the new unraid-nvidia plugin, rebooted, but when I would play something on plex, I would get this error "An unknown error occurred (4294967283) Error code: 4294967283". I also have a jellyfin install where hardware transcoding works, soo my only guess is that there is a issue with plex. From there I tried a new plex install with a new appdata folder, but it gave me the same issue. I have attached the logs with debug and verbose turned on for plex. Right now I've downgraded to 6.8.3 using this prebuild image, and transcoding works just fine.

    If it helps, here is the docker command for my install: 

    /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' -e TZ="Europe/Athens" -e HOST_OS="Unraid" -e 'VERSION'='docker' -e 'NVIDIA_VISIBLE_DEVICES'='GPU-354baa92-71fb-a164-9d8f-1807bc4bf2af' -e 'NVIDIA_DRIVER_CAPABILITIES'='all' -e 'TCP_PORT_32400'='32400' -e 'TCP_PORT_3005'='3005' -e 'TCP_PORT_8324'='8324' -e 'TCP_PORT_32469'='32469' -e 'UDP_PORT_1900'='1900' -e 'UDP_PORT_32410'='32410' -e 'UDP_PORT_32412'='32412' -e 'UDP_PORT_32413'='32413' -e 'UDP_PORT_32414'='32414' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/Media/':'/media':'rw' -v '/tmp/':'/transcode':'rw' -v '':'/movies':'rw' -v '':'/tv':'rw' -v '':'/music':'rw' -v '/mnt/user/appdata/plex':'/config':'rw' --runtime=nvidia 'linuxserver/plex'

    Is there something that I'm missing?

    Thanks!

    Plex Media Server Logs_2021-03-15_08-25-47.zip

  3. Hello! I'm runing Unraid 6.6.7, and I can't seem to be able to see my Installed Plugins, it just loads. Eventually I can see a error in the logs: 

    Tower nginx: 2019/03/17 19:51:16 [error] 12017#12017: *678 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 10.0.0.3, server: , request: "GET /plugins/dynamix.plugin.manager/include/ShowPlugins.php?check=0 HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "10.0.0.2:8000", referrer: "http://10.0.0.2:8000/Plugins"

    I don't know since when I can't access it, its not a big deal, I'm auto updating the plugins, but I'm wondering what is wrong with it. I've also attached the diagnostics.

    Thanks!

    tower-diagnostics-20190317-1955.zip

  4. Hello! When I'm starting the container, I'm getting this error:

    Running bootstrap.sh...
    2018/09/06 22:06:10 [emerg] 10#10: invalid keys zone size "keys_zone=generic:2g" in /etc/nginx/sites-enabled/generic.conf:1
    nginx: [emerg] invalid keys zone size "keys_zone=generic:2g" in /etc/nginx/sites-enabled/generic.conf:1
    nginx: configuration file /etc/nginx/nginx.conf test failed

    Any clue how to fix this?