Gex2501

Members
  • Posts

    49
  • Joined

  • Last visited

Everything posted by Gex2501

  1. Any idea why the docker container says "Unhealthy" when looking at "docker ps" ? I've tried deleting and re-adding the containers...seems to be working fine but what does that mean?
  2. Here's the ZIP. Did you want me to do that using the 14Gen-i9 processor though? I just switched back to using my older 12Gen-i5... aorus-diagnostics-20240426-0726.zip
  3. Yeah, I figured all the gamer performance enhancements and overclocking things were unnecessary, even hazardous, to Unraid. I disabled all that nonsense. Gigabyte does look like they released a new BIOS just two days ago. I'll update to that but without kernal support for my newer CPU I'll just be waiting on 6.13. What kernal version is being used with that version of Unraid?
  4. I believe it is good. I booted into windows from an SSD and ran the Intel Processor Diagnostic Tool for 24 hours. Didn't find any problems... BIOS was updated to the latest as well.
  5. Here is a screen shot of my console from the crash last night. Just in case it's of interest.
  6. Well that'll teach me to buy the "latest and greatest" hardware. Can I be on the list to beta test or get an alert when the RC is avilable?
  7. Hey all! I'm hoping someone can point me in the right direction. I upgraded my server to an Intel i9-14900K and have been trying to utilize its GPU with Plex and other containers like Unmanic. Since the upgrade it has been crashing at least once a day. I installed the Intel_GPU_Top plugin but I realize now that doesn't really do anything as far drivers are concerned. Just makes the device visible, and gives you a monitoring tool, I think? Anyway, I pass /dev/dri through to the container and Plex sees the GPU to use for transcoding in the settings. Just today I noticed the output on the console screen, not the syslog for some reason, threw a bunch of errors mentioning the Plex transcoder before the system froze. Could someone check my diagnostics and see if Plex is the cause of my issues? Or perhaps confirm that Plex doesn't support my intel GPU at this time? Please and Thank You! 🙏🙏🙏 aorus-diagnostics-20240424-1653.zip
  8. I'm seeing this now myself. @x31337x were you able to fix?
  9. Just to clarify, @slofiend. Did you have to reseat your CPU? Was it bad and had to replace? I'm getting MCE errors myself after upgrading my CPU and Memory.
  10. IMHO, I think it would be helpful if the plugin provided a means of easily setting the sshd LogLevel. Been using Unraid for a year now and didn't realize all the sshd chatter in the syslog is because limetech sets the LogLevel to VERBOSE.
  11. Whelp, server has crashed. Can anyone make heads or tails of this output on my monitor? See attached screenshot...
  12. Running Unraid 6.12.10 Hey all, fellow Unraider here in need of some help! I recently upgraded my server with a new CPU, RAM and HBA card. I have started to see the same kernel: mce: [Hardware Error]: Machine check events logged errors in my syslog. Before I go unplugging things and constantly rebooting to find the cause. Can someone please check out my diagnostics/logs and maybe narrow down the search for me? I thinking one of my new DIMMs is bad but could it be one of the CPU cores? Additionally I'm seeing high CPU_IOWAIT in glances. I figure my HDDs are just being slow but if you have any input on that issue as well I'd appreciate it. I have attached my unraid diagnotics as well as a snippet from the mcelog and the full mcelog. @Squid If you could take a look too I'd very much appreciate it! 🙏 mcelog.zip aorus-diagnostics-20240409-2040.zip
  13. Get the NerdTools plugin and use it to install powertop.
  14. I'm having this same problem and the plugin isn't doing anything for me. Running 6.12.8, just started happening for no apparent reason... Can anyone help?
  15. I've noticed this issue affecting Mover in the syslog as well. In the past I've used the ZFS Master to rename the dataset and then I could destroy. I like this method better. Too bad ZFS Master can't do the unmount...
  16. I'm looking forward to the updated dashboard as well. Just starting to try out grafana/prometheus for my rig.
  17. I believe you are missing the storage-drive option: DOCKER_OPTS="--storage-driver=btrfs -H unix:///var/run/docker.sock -H tcp://0.0.0.0:2375"
  18. I'm using the latest from the conraid.net repo... mosh-1.4.0-x86_64-7cf.txz protobuf-23.4-x86_64-1cf.txz I wonder if anyone else is having this issue. I've been searching and haven't seen anything. ¯\_(ツ)_/¯
  19. I'm getting this error when I try to run the mosh-server. Any idea what the issue could be? mosh-server: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory I'm running unraid 6.12.3...mosh was working fine until recently. Perhaps this has something to do with the kernel update?
  20. Another conundrum...when I click the abort script button to end a script running in the background, is it sending a kill -9? It seems my trap call isn't being processed when the script dies.
  21. I have a script I'd like to start and stop with the array. Obviously I can tell it to run on array start, but how can I stop it? Is there a command I can execute in another script on array stop to abort the first script? I've been search and digging through the plugin code to no avail...
  22. I'm not using labels...just want to try a nicer UI. Is there something special about the binhex-delugevpn that doesn't work with Flood? Do I need some special config?
  23. I'd like to use Flood-UI with deluge. Is it even possible?
  24. Trying to setup Flood-UI with deluge but it never seems to connect to the client. I know I have the right connection info. Is it not compatible with deluge? After putting my info on the initial start up it's just says connection can't be verified, then the docker has some issue and won't even start.
  25. So I've managed to successfully get plex working via reverse proxy with swag and authelia. But now I can't access it from the local network, only the reverse proxy. I've noticed before the network type is set to host by default, and if I made it bridge there would be no access to plex. To make it work with swag I have the network type set to a custom network. I assume this is why I can't access via local IP address anymore. But why? As a second issue, I'm trying to figure out how to make remote access work through the swag reverse proxy. Can you help at all with this?