mathiasdoe

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by mathiasdoe

  1. Same issue here, however it seems to shutdown instead of going to sleep like it should. Did you find a fix for this? Edit: Only fix seems to be downgrading unraid.
  2. Did this command change? Doing mdcmd spindown sdc for example returns "/usr/local/sbin/mdcmd: line 11: echo: write error: Invalid argument". Edit: emcmd cmdSpindown=disk1 works.
  3. Hey, I'm having issues with my server immediately waking up after going to sleep using the S3 Sleep Plugin. I attached my diagnostics below. What might be causing this? Grateful for any help I can get on this! yaoi-diagnostics-20230926-0738.zip
  4. Hey, setting the CPU Scaling Governor to Power Save seems to lock it at 799 ghz and on demand locks it at 2. Only conservative seems to work somewhat well. Any clue why that might be? My CPU is an intel j4125.
  5. Hey, I recently upgraded to rc2 and now my server crashes after a few hours of uptime. It does not reboot by itself, the screen will go blank and the webui will be unreachable until I reset the power. I've attached the diagnostics and syslog that was mirrored to my usb. Please let me know if there is anything else you could use to figure out what's causing this. syslog yaoi-diagnostics-20230320-0741.zip
  6. Hey, I cant get anything to acutally preload to the ram. If i run the script with the standard values it tells me that no file has been preloaded, "as loading only needed 0.001 seconds". If i lower the preload threshold to 0.0001 seconds it tells me that it successfully preloaded the files in 0,001 seconds which seems quite fast to me. Trying to play one of the preloaded files in jellyfin results in buffering and the disks spinning up. My video path is "/mnt/disk1/media", I have tried different paths aswell with the same results. Any idea on how to fix this?
  7. Hey, I keep getting the same error with no description once every hour. I have checked fix common issues, the smart report, I've rebooted, done "new config" and checked the system log and google yet i cant find out whats causing this. The cache is working just fine, no issues except for the spam i'm receiving due to these errors. Hope one of you guys can help me figure out what the issue here is. diagnostics-20221219-1130.zip
  8. Good god somebody please make this work with jellyfin, this seems to be exactly what i'm looking for but idk how to code
  9. ah lol no I didn't, now its works. Thank you for your help!
  10. Hey, i've placed the .txz file in /extra, however when I do installpkg iotop.txz it tells me "file not found" Anyone got a clue what might be causing this?
  11. Hey, my scan keeps getting stuck at 850 images. Do you know what could be causing this or which log to check to figure this out?
  12. Hey, did you manage to fix this? I have the exact same issue and I've already tried most of the fixes posted here.
  13. Managed to fix this, the issue was incorrectly set LAN_NETWORK. This helped me: https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md#:~:text=Q4. I'm struggling to configure LAN_NETWORK correctly%2C can you give some examples%3F
  14. Hey Guys, I'm trying to switch from OpenVPN to Wireguard since i only get about 2mb/s with OpenVPN, but when I do so I am unable to access the WebUI. I can see that qbit is downloading stuff when I check on radarr. I havent changed any settings except for the VPN_CLIENT variable. Am I missing something? The extra parameter --sysctl="net.ipv4.conf.all.src_valid_mark=1" is already there and the container is running in privileged mode.