Everything posted by megabitus
-
Server suddenly started to crash
Hello, the memtest ran for nearly eight hours without any issues. I was able to resolve all of my problems ny simply changing the motherboard. It dying on me is so strange. Thanks for the help.
-
Server suddenly started to crash
Got it, how long should i let it run?
-
Server suddenly started to crash
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
-
[Support] Linuxserver.io - Plex Media Server
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
-
[Support] cheesemarathons repo
I had this problem with SteamCacheBundle, but I managed to fix this. I was trying to give it 2GB of ram in the "CACHE_MEM_SIZE" by typing 2g, apparently that's not suporter, so i had to type it like 2000m.
-
[Support] cheesemarathons repo
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?