takkkkkkk

Members
  • Posts

    241
  • Joined

  • Last visited

Everything posted by takkkkkkk

  1. Just read it on reddit that the development of nzbget was forked and resumed (https://github.com/nzbgetcom/nzbget). anyone know if this is true / reliable?
  2. Figured out the issue, it was docker image sitting on array. I'm assuming since it was still doing read-check in, it was flipping IOs. Moved to directories and moved it to a share that has exclusive access, it seems to be ok now.
  3. I'm looking for assistance with some challenging issues I've been facing with my recently set up Unraid NAS. Here's a breakdown of the problems: Slow UI Response: Anytime I try to make an edit to docker / app, there's a considerable delay, ranging from 2 to 5 minutes. During this time, I am completely locked out of the UI, which is quite frustrating. Plex Buffering Issues: I'm experiencing constant buffering on Plex, and it's not limited to high-resolution content. This happens with both 4K and 1080p videos. I primarily use a Shield for streaming, and the buffering issue persists irrespective of the video quality. High CPU Usage: I've noticed that thread 0 of my CPU is often maxed out at 100% for extended periods. This seems unusual and could be related to the issues above. To address these, I've isolated CPU threads 0 and 16, and pinned all Docker containers and VMs (including Home Assistant) to avoid using these threads. However, this hasn't resolved the issues. I've attached my diagnostic file for a more in-depth look into my setup. Any insights, suggestions, or similar experiences would be greatly appreciated. I'm hoping to resolve these issues and get my unraid running smoothly. Thank you in advance for your help! zeus-diagnostics-20231124-1945.zip
  4. stupid me for not checking this site first... I nuked my docker thinking I changed my password and forgot, only then I decided to look here...
  5. Would it be unsafe to move between user to a different folder within user0?
  6. I'm trying to change my download procedure, and seeing if I can download temp files to user(cache) and have post processing procedure to move from user to user0 without waiting for mover to move. is this safe??
  7. thank you!!! it looks like it is working. TBH I do think this is way more technical than it needs to be, but your instruction has greatly helped.
  8. thank you, how do I know if I have successfully mounted? I have typed below in the terminal, and I didn't get any returns... root@ZEUS:~# mount /mnt/aegis/domains/test/vdisk.img /mnt/aegis/domains/test/test/ root@ZEUS:~#
  9. I'm used to simple windows ways where mounting an image/iso would mean windows would simply create "C:" or "D:" so that I can access it, I never thought of being asked of "where do you want to mount to", it just doesn't really click to me that it wouldn't automatically get mounted as another unassigned devices. Once it gets mounted, does it act as folder within share? this concept seems really unusual to me...
  10. Hi, thank you so much for the instruction, although it is relatively simple to follow, there are some instructions where I'm having issues following.. when you say mount the vdisk, where do you plug in below code? terminal? where would "/path/to/mount/" be, could it be any folder within a share? I tried mounting it via adding the vdisk in windows, but it didn't work... mount /path/to/vdisk.img /path/to/mount/
  11. I just created a ZFS pool and it seems to be causing one of the CPU thread to spike to 100%. Is there anyways to understand why the CPU is spiking at 100% usage? zeus-diagnostics-20231029-1221.zip
  12. That may be true, but I love my GA-7pesh2 though, I haven't been able to find right alternative to it.
  13. Having no background in ITPro, I've found immense value in videos from creators like ibracorp and Spaceinvader One. They provide just enough guidance to help me navigate the complexities. Despite their help, I often find myself confused about what exactly is happening under the hood especially when it comes to networking or authnetication. For instance, I'm using cloudflared, and while I believe it's set up correctly, I'm unsure about which aspects are default Unraid configurations and which ones I've modified. Considering the new ZFS compatibility and the fact that I've maxed out my 24 drive bays, I've contemplated starting over. I want to understand the rationale behind my actions—distinguishing between what I need to do and what I do merely because there's a tutorial available. However, I'm hesitant because of the numerous dependencies likes files, HA VM, videos, and Windows/Linux VMs. I'm unsure of the potential issues that might arise if I decide to "redo" everything. I'm at a crossroads. What should I do next? Do you have any recommendations? Should I just rip off the band-aid, expecting to rough it until I've reconfigured everything, or should I adopt a hands-off approach, maintaining my server's current state and only intervening when something breaks?
  14. Just curious, what changed in 6.12 to cause this IPVLAN / macvlan issue?? Also, why couldn't LT make IPVLAN the default if that's the workaround??
  15. I thought it was a fantastic idea until I saw the rate.... $150/hr. Gotta feeling if you're having so much trouble you can't fix, it probably won't get fixed within an hour and may lead to other complications even if it appears to be fixed... Wonder if it's gonna be some sort of SLA with estimate, time, etc.... It's probably for those who are running unraid for corporate environment...
  16. I have a VM connected to my company's domain. and my company changed their policy to force all connected PCs to have windows secure boot. Although I rebuilt my VM with OVMF TPM, I can't figure out how to enable secure boot. Could someone help me understand what I may have to do?
  17. I'm trying to access my home network, but I cannot seem to be able to us built in VPN. I have activated it, port forwarded 51820. Nothing seems to work, on clients, both on android and windows, it shows "activated", sending, but not receiving. Any thoughts on how I can troubleshoot? Remote access to unraid via myservers work, if that helps... wg-quick up wg0 (autostart) [#] ip link add wg0 type wireguard [#] wg setconf wg0 /dev/fd/63 [#] ip -4 address add 10.253.0.1 dev wg0 [#] ip -6 address add fc00:253:0:0::1 dev wg0 [#] ip link set mtu 8920 up dev wg0 [#] ip -6 route add fc00:253::5/128 dev wg0 [#] ip -6 route add fc00:253::4/128 dev wg0 [#] ip -6 route add fc00:253::2/128 dev wg0 [#] ip -4 route add 10.253.0.5/32 dev wg0 [#] ip -4 route add 10.253.0.4/32 dev wg0 [#] ip -4 route add 10.253.0.2/32 dev wg0 [#] logger -t wireguard 'Tunnel WireGuard-wg0 started' [#] iptables -t nat -A POSTROUTING -s 10.253.0.0/24 -o br0 -j MASQUERADE;ip6tables -t nat -A POSTROUTING -s fc00:253:0:0::/64 -o br0 -j MASQUERADE [#] ip -4 route flush table 200 [#] ip -4 route add default via 10.253.0.1 dev wg0 table 200 [#] ip -4 route add 192.168.1.0/24 via 192.168.1.1 dev br0 table 200 wg-quick down wg2 wg-quick: `wg2' is not a WireGuard interface wg-quick down wg1 wg-quick: `wg1' is not a WireGuard interface wg-quick down wg2 wg-quick: `wg2' is not a WireGuard interface wg-quick down wg0 [#] ip link delete dev wg0 [#] logger -t wireguard 'Tunnel WireGuard-wg0 stopped' [#] iptables -t nat -D POSTROUTING -s 10.253.0.0/24 -o br0 -j MASQUERADE;ip6tables -t nat -D POSTROUTING -s fc00:253:0:0::/64 -o br0 -j MASQUERADE [#] ip -4 route flush table 200 [#] ip -4 route add unreachable default table 200 [#] ip -4 route add 192.168.1.0/24 via 192.168.1.1 dev br0 table 200 wg-quick up wg0 [#] ip link add wg0 type wireguard [#] wg setconf wg0 /dev/fd/63 [#] ip -4 address add 10.253.0.1 dev wg0 [#] ip -6 address add fc00:253:0:0::1 dev wg0 [#] ip link set mtu 8920 up dev wg0 [#] ip -6 route add fc00:253::5/128 dev wg0 [#] ip -6 route add fc00:253::4/128 dev wg0 [#] ip -6 route add fc00:253::2/128 dev wg0 [#] ip -4 route add 10.253.0.5/32 dev wg0 [#] ip -4 route add 10.253.0.4/32 dev wg0 [#] ip -4 route add 10.253.0.2/32 dev wg0 [#] logger -t wireguard 'Tunnel WireGuard-wg0 started' [#] iptables -t nat -A POSTROUTING -s 10.253.0.0/24 -o br0 -j MASQUERADE;ip6tables -t nat -A POSTROUTING -s fc00:253:0:0::/64 -o br0 -j MASQUERADE [#] ip -4 route flush table 200 [#] ip -4 route add default via 10.253.0.1 dev wg0 table 200 [#] ip -4 route add 192.168.1.0/24 via 192.168.1.1 dev br0 table 200
  18. My current unraid has multiple xfs pooled devices for different purposes. For example, I have 1 devices dedicated to hosting plex meta data, another for incomplete download, cache, VM, etc. with integration of zfs in the new unraid version, I'm thinking if I should overhaul and convert them into one multi-purpose ZFS pool. Is there any "cons" of doing it? Last time I tried one multi-functioning pooled drives with BTRFS, it was constantly getting locked because the pool was being leveraged by other functions (usenet unpack/download cache, etc) Any thoughts?
  19. Yeah, the way he phrased it, it makes it sound like more modern and friendly approach to NAS solution, possibly an evolution of unraid without the need of historical compatibilities. Looks to be quiet interesting if that's the case
  20. Here is the video where he confirms the investment is being developed by two former employees. I thought it was framework, but that was misunderstanding. It sounds like a new company
  21. Was just listening to LMG, he mentioned of a new Nas project being created by former unraid staffs in framework. I don't know how true it is, but he mentioned those staffs were mainly responsible for modernization of unraid. Pretty much everything I like about unraid over other Nas products. Any thoughts / info on what he's referring? Tried searching online but couldn't find much info....
  22. I got a fix common problem error saying "Your server has detected hardware errors." how can I troubleshoot what's causing it? it's been 9 days since the last boot, I don't think it's the initialization error ? zeus-diagnostics-20221205-1219.zip
  23. THANK YOU!! have downgraded all my torrent dockers, will wait and see
  24. Just realized I was able to capture as it went down it seems like below is what's causing the crash, but not really what what's happening... Nov 24 16:28:22 ZEUS nginx: 2022/11/24 16:28:22 [error] 7739#7739: *208046 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.1.42, server: , request: "GET /webGui/styles/default-fonts.css?v=1663520428 HTTP/2.0", subrequest: "/auth-request.php", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "192.168.1.99", referrer: "https://192.168.1.99/Dashboard" Nov 24 16:28:22 ZEUS nginx: 2022/11/24 16:28:22 [error] 7739#7739: *208046 auth request unexpected status: 504 while sending to client, client: 192.168.1.42, server: , request: "GET /webGui/styles/default-fonts.css?v=1663520428 HTTP/2.0", host: "192.168.1.99", referrer: "https://192.168.1.99/Dashboard" Nov 24 16:28:22 ZEUS nginx: 2022/11/24 16:28:22 [error] 7739#7739: *208046 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.1.42, server: , request: "GET /webGui/styles/default-cases.css?v=1663520363 HTTP/2.0", subrequest: "/auth-request.php", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "192.168.1.99", referrer: "https://192.168.1.99/Dashboard" Nov 24 16:28:22 ZEUS nginx: 2022/11/24 16:28:22 [error] 7739#7739: *208046 auth request unexpected status: 504 while sending to client, client: 192.168.1.42, server: , request: "GET /webGui/styles/default-cases.css?v=1663520363 HTTP/2.0", host: "192.168.1.99", referrer: "https://192.168.1.99/Dashboard" Nov 24 16:28:22 ZEUS nginx: 2022/11/24 16:28:22 [error] 7739#7739: *208046 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.1.42, server: , request: "GET /webGui/styles/font-awesome.css?v=1663520455 HTTP/2.0", subrequest: "/auth-request.php", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "192.168.1.99", referrer: "https://192.168.1.99/Dashboard" Nov 24 16:28:22 ZEUS nginx: 2022/11/24 16:28:22 [error] 7739#7739: *208046 auth request unexpected status: 504 while sending to client, client: 192.168.1.42, server: , request: "GET /webGui/styles/font-awesome.css?v=1663520455 HTTP/2.0", host: "192.168.1.99", referrer: "https://192.168.1.99/Dashboard" Nov 24 16:39:02 ZEUS nginx: 2022/11/24 16:39:02 [error] 7739#7739: *208046 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.1.42, server: , request: "GET /webGui/styles/context.standalone.css?v=1640104829 HTTP/2.0", subrequest: "/auth-request.php", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "192.168.1.99", referrer: "https://192.168.1.99/Dashboard" Nov 24 16:39:02 ZEUS nginx: 2022/11/24 16:39:02 [error] 7739#7739: *208046 auth request unexpected status: 504 while sending to client, client: 192.168.1.42, server: , request: "GET /webGui/styles/context.standalone.css?v=1640104829 HTTP/2.0", host: "192.168.1.99", referrer: "https://192.168.1.99/Dashboard" Nov 24 16:39:02 ZEUS nginx: 2022/11/24 16:39:02 [error] 7739#7739: *208046 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.1.42, server: , request: "GET /webGui/styles/jquery.sweetalert.css?v=1657742116 HTTP/2.0", subrequest: "/auth-request.php", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "192.168.1.99", referrer: "https://192.168.1.99/Dashboard" Nov 24 16:39:02 ZEUS nginx: 2022/11/24 16:39:02 [error] 7739#7739: *208046 auth request unexpected status: 504 while sending to client, client: 192.168.1.42, server: , request: "GET /webGui/styles/jquery.sweetalert.css?v=1657742116 HTTP/2.0", host: "192.168.1.99", referrer: "https://192.168.1.99/Dashboard" Nov 24 16:39:03 ZEUS nginx: 2022/11/24 16:39:03 [error] 7739#7739: *208046 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.1.42, server: , request: "GET /webGui/styles/default-black.css?v=1651160982 HTTP/2.0", subrequest: "/auth-request.php", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "192.168.1.99", referrer: "https://192.168.1.99/Dashboard" Nov 24 16:39:03 ZEUS nginx: 2022/11/24 16:39:03 [error] 7739#7739: *208046 auth request unexpected status: 504 while sending to client, client: 192.168.1.42, server: , request: "GET /webGui/styles/default-black.css?v=1651160982 HTTP/2.0", host: "192.168.1.99", referrer: "https://192.168.1.99/Dashboard" Nov 24 16:49:42 ZEUS nginx: 2022/11/24 16:49:42 [error] 7739#7739: *208046 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.1.42, server: , request: "GET /webGui/styles/dynamix-black.css?v=1648920316 HTTP/2.0", subrequest: "/auth-request.php", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "192.168.1.99", referrer: "https://192.168.1.99/Dashboard" Nov 24 16:49:42 ZEUS nginx: 2022/11/24 16:49:42 [error] 7739#7739: *208046 auth request unexpected status: 504 while sending to client, client: 192.168.1.42, server: , request: "GET /webGui/styles/dynamix-black.css?v=1648920316 HTTP/2.0", host: "192.168.1.99", referrer: "https://192.168.1.99/Dashboard" Nov 24 17:00:01 ZEUS kernel: mdcmd (54): set md_write_method 1 Nov 24 17:00:01 ZEUS kernel: Nov 24 17:01:49 ZEUS emhttpd: spinning down /dev/sdg Nov 24 17:08:11 ZEUS emhttpd: spinning down /dev/sdn syslog