takkkkkkk

Members
  • Posts

    241
  • Joined

  • Last visited

Posts posted by takkkkkkk

  1. 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

  2. 10 hours ago, itimpi said:

    Not really safe as user includes the contents of user0 (which is array disks only).   Make a mistake and any files you try to move will end up being truncated to 0 size leading to data loss.    You could try moving from /mnt/cache to /mnt/user0 - that would be safe as by definition those two locations are mutually exclusive.

     Would it be unsafe to move between user to a different folder within user0?

  3. 5 hours ago, ghost82 said:

    The tutorial refers to mount the img disk in the host (unraid). In linux in general, you create an empty folder and you mount the img inside that folder (the mounting point): files on the disk will be shown inside the mounting point, and you will have read/write permissions.

    If you mount the img in windows I think you will have only read permissions, but I may be wrong.

    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:~#

     

  4. 9 hours ago, ghost82 said:

    Yes, unraid terminal (mount is a linux command)

    Not sure I understood..the vdisk has to be saved somewhere that could be accessed by the host (unraid) with read/write permissions.

    To see if your share folder "works" try to access it with the cd command in the unraid terminal (cd /path/to/the/share) and try to create a file (touch test.txt).

    If it doesn't work, choose another folder or fix what it doesn't work.

    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...

     

  5.   

    On 6/5/2023 at 5:04 PM, ghost82 said:

    It's not, read carefully, there are files attached ready to be used, or alternatively instructions to build yours.

     

    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/

     

  6. 43 minutes ago, JonathanM said:

    Neither. Build a new box and start learning while slowly transitioning things. Granted, it may be a while before you can justify the added cost, but it will happen sooner or later that you will need new parts anyway, so why not keep the old services in place while adding functionality at your own pace to the new box.

     

    When you get done you will have the old power hog you can use as an occasionally on backup box, and the new shiny energy efficient box as your always on machine.

    That may be true, but I love my GA-7pesh2 though, I haven't been able to find right alternative to it. 

  7. 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?

  8. 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...

  9. 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

     

  10. 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?

  11. 10 hours ago, Lolight said:

    Thanks for the video.

     

    So, it's official then (starting at 2:26:52):

    "...team headed by two long-time Tech veterans who recently completed an eight-year stint at Unraid..."

    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

  12. 6 hours ago, Lolight said:

    Back in December in the linked below video Linus has mentioned his decision to invest $250K of his own money into a new "user-friendly" NAS software that is based on an existing product.

    Are we talking of the same clip or do you have a more recent announcement?

    He hasn't mentioned any names at that time but it's been pretty much assumed that the project is being worked by former Unraid employees.

     

     

     

    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

     

     

     

     

    • Like 2
  13. 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....

  14. On 11/23/2022 at 12:55 PM, JorgeB said:

    Enable the syslog server and post that after the next crash.

    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