Everything posted by sonic_reaction
-
Server randomly freezing
Hi, My Unraid server keeps randomly hard freezing and I’m really struggling to work out why. Diagnostics zip attached. When it happens: Web UI dies SMB stops responding Docker containers stop responding SSH becomes unusable Need to hard reboot The latest freeze happened while I was using MusicBrainz Picard to retag/reorganise my music library over SMB. I was fortunate enough to grab an htop screenshot just before it completely died. It showed: load average over 600 very high smbd CPU usage high shfs usage RAM almost full Jellyfin ffmpeg processes active I originally thought Music Assistant was causing it because it had my music share added over SMB, but I removed that afterwards and it still froze again later. No obvious kernel panics or disk errors that I could see. Would appreciate if someone could take a look through the diagnostics and point me in the right direction. Thanks server.zip
-
Slow read and write SMB speeds to SSD pool
Sorry, when you said "try writing to one or both and see if performance is better", I was assuming you meant the individual disks, which then I explained I can't write to the indervidual disks due to it being configured as a pool. I have tried again writing via SMB with turbo write enabled and I still get around 70Mb/s.
-
Slow read and write SMB speeds to SSD pool
I've also tried enabling disk shares and running a write and read test that way and its the same speeds at 70Mb/s~ writes and the common factor is SMB.
-
Slow read and write SMB speeds to SSD pool
Because its a pool I only have the one mount point so I have to write to both drives. If I DD to the drives since switching to raid 0 the speed is great at 600Mb/s~ root@Cobra:~# dd if=/dev/zero of=/mnt/user/Games-Windows/test.img bs=1G count=1 oflag=dsync 1+0 records in 1+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.56801 s, 685 MB/s I think it must be something to do with SMB? as the drives speeds are fine and I have tested network throughput with iperf and that was fine too.
-
Slow read and write SMB speeds to SSD pool
Sure, attached. Just to update I noticed the BTRFS was set to raid1, I've rebalanced to raid0 as its only games on this pool and the write speed now has gone up to 70Mb/s which is better, but would still expect this to be higher. cobra-diagnostics-20231005-0830.zip
-
Slow read and write SMB speeds to SSD pool
Looks fine to me on 1GBPS? Desktop to Unraid server C:\iperf3>iperf3.exe -c 10.5.0.5 Connecting to host 10.5.0.5, port 5201 [ 4] local 10.5.0.128 port 57907 connected to 10.5.0.5 port 5201 [ ID] Interval Transfer Bandwidth [ 4] 0.00-1.00 sec 113 MBytes 951 Mbits/sec [ 4] 1.00-2.00 sec 113 MBytes 949 Mbits/sec [ 4] 2.00-3.00 sec 113 MBytes 949 Mbits/sec [ 4] 3.00-4.00 sec 113 MBytes 948 Mbits/sec [ 4] 4.00-5.00 sec 113 MBytes 949 Mbits/sec [ 4] 5.00-6.00 sec 113 MBytes 949 Mbits/sec [ 4] 6.00-7.00 sec 113 MBytes 949 Mbits/sec [ 4] 7.00-8.00 sec 113 MBytes 948 Mbits/sec [ 4] 8.00-9.00 sec 113 MBytes 949 Mbits/sec [ 4] 9.00-10.00 sec 113 MBytes 949 Mbits/sec - - - - - - - - - - - - - - - - - - - - - - - - - [ ID] Interval Transfer Bandwidth [ 4] 0.00-10.00 sec 1.10 GBytes 949 Mbits/sec sender [ 4] 0.00-10.00 sec 1.10 GBytes 949 Mbits/sec receiver iperf Done. Unraid server to desktop root@Cobra:/# iperf3 -c 10.5.0.128 Connecting to host 10.5.0.128, port 5201 [ 5] local 10.5.0.5 port 57730 connected to 10.5.0.128 port 5201 [ ID] Interval Transfer Bitrate Retr Cwnd [ 5] 0.00-1.00 sec 111 MBytes 932 Mbits/sec 1214 259 KBytes [ 5] 1.00-2.00 sec 113 MBytes 950 Mbits/sec 12 254 KBytes [ 5] 2.00-3.00 sec 89.1 MBytes 748 Mbits/sec 328 259 KBytes [ 5] 3.00-4.00 sec 113 MBytes 950 Mbits/sec 18 254 KBytes [ 5] 4.00-5.00 sec 113 MBytes 949 Mbits/sec 12 257 KBytes [ 5] 5.00-6.00 sec 113 MBytes 949 Mbits/sec 19 257 KBytes [ 5] 6.00-7.00 sec 113 MBytes 949 Mbits/sec 6 257 KBytes [ 5] 7.00-8.00 sec 113 MBytes 949 Mbits/sec 6 259 KBytes [ 5] 8.00-9.00 sec 113 MBytes 949 Mbits/sec 0 257 KBytes [ 5] 9.00-10.00 sec 113 MBytes 949 Mbits/sec 0 254 KBytes - - - - - - - - - - - - - - - - - - - - - - - - - [ ID] Interval Transfer Bitrate Retr [ 5] 0.00-10.00 sec 1.08 GBytes 928 Mbits/sec 1615 sender [ 5] 0.00-10.00 sec 1.08 GBytes 926 Mbits/sec receiver
-
Slow read and write SMB speeds to SSD pool
I know they are not the best but I would still expect them to perform better than 30-40MB/s write being SSD's... I've tried copying a 10gb file and I get around the same speeds. I have enabled this but it hasn't improved the speeds unfortunately.
-
Slow read and write SMB speeds to SSD pool
Hi, I've created a separate pool of two 2tb SSD's to store my steam library on using the default BTRFS file system, However after making sure the share is only using this cache pool and not the main array, its has really slow speeds of around 36MB/s write and 100MB/s read, I've checked my SMB settings and enabled multi channel but there has been no improvement. I'm fairly certain the problem is SMB as running a DD shows write speeds of 186MB/s ~# dd if=/dev/zero of=/mnt/user/Games-Windows/test.img bs=1G count=1 oflag=dsync 1+0 records in 1+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 5.77645 s, 186 MB/s Is there anything I can do to improve these speeds over SMB?
-
Error installing Nextcloud with MariaDB
I had the same issue. For me I couldn't have the user called "nextcloud" which was the same name as the database. I changed it to "nextcloud_user" and it worked.
-
[Support] Josh5 - Steam (Headless)
Is it possible to run this if you don't have a GPU attached? I just want a steam client to run to just update games and nothing else.
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
This worked great for me. It looks like the sed to get the file name no longer works in the script, curl --fail --silent https://github.com/OpenVPN/easy-rsa/ | grep zip | grep archive | cut -d\" -f16 | cut -d\" -f1 | sed 's#^#https://github.com#g' | grep -v "sig" Is this plugin still being maintained?
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
I have a new RX5700XT and it would not work with UEFI enabled on the BIOS. It was also the same for my GTX 960.
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
@Skitals In your first post can you mention setting CSM to enable and booting via legacy rather that UEFI? I had major problems passing through a GPU until I enabled that and checked unraid to make sure I was in legacy mode and then everything worked.
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
Thanks for this write up, its been super helpful so far. I'm having problems passing the [AMD] Starship/Matisse HD Audio Controller to my windows 10 vm, it seems to completely crash unraid when I try to do this. Has anyone had any success in passing it through?