Everything posted by TallMan206
-
Unraid 7.2 slow GUI
Done. Everything is out of the GO file and into user scripts. Thanks.
-
Unraid 7.2 slow GUI
Hi, where should I put them then? I do not want multiple settings in multiple files over my systems where in 3 months I don't know where I changed what. Therefore I did this in ONE file, the GO file. Please, advice me, if you have a better option. Thanks!
-
Unraid 7.2 slow GUI
Hi @trurl stock go file does indeed help to bring it back to under 2 seconds! The strange thing is, the Go file on my backupserver Epic-Bravo, is the same, except for the starting of the dockers, and the ZFS settings. Epic-Bravo IS quick, so I am very curious what settings cause Epic-Alpha to be slow.
-
Unraid 7.2 slow GUI
Before I do that, I would love to understand your thoughts why a stock go file would make a difference? No to challenge, but to understand where your thoughts come from?
-
Unraid 7.2 slow GUI
I have a Dell R720 (main server (Epic-Alpha) and my backupserver is a Supermicro with a X9SCL/X9SCM motherboard. I've added both diagnostics, so they can be compared. epic-alpha-diagnostics-20260401-1628.zip epic-bravo-diagnostics-20260401-1442.zip
-
Unraid 7.2 slow GUI
I have removed all plugins that could cause the GUI to be slow, but with the dockers that I am running I'm at 7 seconds load, on my Mainserver, and with the same configuration (but without dockers) my backupserver loads in lower than 1 second. What is docker doing that it causes the GUI to be so slow?
-
[SUPPORT] RIFFSPHERE'S TEMPLATES
-
[Support] UNRA1DUser - MySQL
EDIT Solved: Issue : version : 9.5.0 edition : MySQL Community Server - GPL log_bin : 1 ← binary log ON binlog_format: ROW gtid_mode : ON ← GTID ON enforce_gtid_consistency: ON So your MySQL is strict GTID + binlog = ON, which does not like what Spotweb’s retrieve code is doing, and that’s why it keep getting: Statement violates GTID consistency: Updates to non-transactional tables... This MySQL config itself will keep breaking Spotweb. I've created a file zz-spotweb-gtid.cnf chmod 644 with the following lines: log_bin=0 skip_log_bin=1 gtid_mode=OFF enforce_gtid_consistency=OFF In UnRAID: Go to Docker → click on mysql-spotweb → Edit. Add a new Path mapping: Host path: /mnt/user/appdata/mysql-spotweb/zz-spotweb-gtid.cnf Container path: /etc/mysql/conf.d/zz-spotweb-gtid.cnf Access mode: Read-only and restart the mysql docker. What is causing my Spotweb to crash with this error? It this related to the mysql DB? SpotWeb v0.68.38.34 on PHP v8.3.27 crashed Fatal error occured during retrieve: HY000: 1785: Statement violates GTID consistency: Updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions, and never in the same statement as updates to transactional tables. #0 /var/www/spotweb/lib/dbeng/dbeng_pdo.php(86): dbeng_pdo->exec() #1 /var/www/spotweb/lib/dao/Mysql/Dao_Mysql_Spot.php(51): dbeng_pdo->modify() #2 /var/www/spotweb/lib/services/Retriever/Services_Retriever_Spots.php(656): Dao_Mysql_Spot->removeSpots() #3 /var/www/spotweb/lib/services/Retriever/Services_Retriever_Base.php(239): Services_Retriever_Spots->process() #4 /var/www/spotweb/lib/services/Retriever/Services_Retriever_Base.php(340): Services_Retriever_Base->loopTillEnd() #5 /var/www/spotweb/retrieve.php(142): Services_Retriever_Base->perform() #6 {main} Finished retrieving spots.
-
[SUPPORT] RIFFSPHERE'S TEMPLATES
EDIT Solved: Issue : version : 9.5.0 edition : MySQL Community Server - GPL log_bin : 1 ← binary log ON binlog_format: ROW gtid_mode : ON ← GTID ON enforce_gtid_consistency: ON So your MySQL is strict GTID + binlog = ON, which does not like what Spotweb’s retrieve code is doing, and that’s why it keep getting: Statement violates GTID consistency: Updates to non-transactional tables... This MySQL config itself will keep breaking Spotweb. I've created a file zz-spotweb-gtid.cnf chmod 644 with the following lines: log_bin=0 skip_log_bin=1 gtid_mode=OFF enforce_gtid_consistency=OFF In UnRAID: Go to Docker → click on mysql-spotweb → Edit. Add a new Path mapping: Host path: /mnt/user/appdata/mysql-spotweb/zz-spotweb-gtid.cnf Container path: /etc/mysql/conf.d/zz-spotweb-gtid.cnf Access mode: Read-only and restart the mysql docker. What is causing this crash? SpotWeb v0.68.38.34 on PHP v8.3.27 crashed Fatal error occured during retrieve: HY000: 1785: Statement violates GTID consistency: Updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions, and never in the same statement as updates to transactional tables. #0 /var/www/spotweb/lib/dbeng/dbeng_pdo.php(86): dbeng_pdo->exec() #1 /var/www/spotweb/lib/dao/Mysql/Dao_Mysql_Spot.php(51): dbeng_pdo->modify() #2 /var/www/spotweb/lib/services/Retriever/Services_Retriever_Spots.php(656): Dao_Mysql_Spot->removeSpots() #3 /var/www/spotweb/lib/services/Retriever/Services_Retriever_Base.php(239): Services_Retriever_Spots->process() #4 /var/www/spotweb/lib/services/Retriever/Services_Retriever_Base.php(340): Services_Retriever_Base->loopTillEnd() #5 /var/www/spotweb/retrieve.php(142): Services_Retriever_Base->perform() #6 {main} Finished retrieving spots.
-
Unraid 7.2 slow GUI
Clearly, the Unassigned Devices plugin, especially the Preclear, and the settings of the plugin, caused a lot of polling, making the GUI slow. Also, the IPMI plugin for my Dell R720, polling for temps and fan speeds, adds up to this slowness of the GUI. Removing Preclear (I don't need it at the moment), and changing some settings in the Unassigned Devices plugin made the GUI quicker to a bearable level.
-
Unraid 7.2 slow GUI
Same plugins like before. Never had a problem. It's the last couple of weeks, after updating to 7.2 that it is slow. You can see my main and backupserver next to each other. Where my main takes 4-5 seconds, the backupserver take less then a second. 2025-11-06 22-48-30.mp4
-
Unraid 7.2 slow GUI
That was in safe mode. This video is in normal mode. My backupserver is less powerful, and has the same plugins (no docker) and does NOT have this issue. 2025-11-06 13-55-57.mp4
-
Unraid 7.2 slow GUI
The strangest thing is, my Backupserver has the same config, but is not running docker. That GUI is blazing fast
-
Unraid 7.2 slow GUI
Hi JorgeB, It's still slower than before, think around 1 second instead of 4 2025-11-06 12-07-40.mp4
-
Unraid 7.2 slow GUI
Hi, Are you able to help me to find the reason my GUI is so slow? Switching between pages on Unraid for example from Dashboard to Main can take up to 5 seconds. I didn't have this problem before. Thanks unraid-diagnostics-20251106-1149.zip
-
UnRAID 7.1.4 IPMI tools to start another UnRAID server
Hi, I used to have a script to start my other UnRAID server every Tuesday to make a backup. Unfortunately, in UnRAID 7 the Nerdtools IPMI tools have been removed. How can I start my backup server from my main server now that IPMI tools have been removed? Both servers run UnRAID 7.1.4. Thanks!
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
Hi, I found out the bframes option was on because I had a RTX3060 before in my server, but replaced it for a P2000. The P2000 does not support frames. After setting it to false, I get transcoded files again!
-
ZFS Pool special, or cache?
Hi, I am investigating whether I did the right thing with my ZFS pool in UnRAID 7.1.2. I have on my main server a pool consisting of 4x 20TB and 2x 500GB NVME SSD. This server has 192GB RAM. I added the 2x 500GB NVME drives as 'special' subpool to the ZFS pool. I wonder if it was not smarter to have them as cache? I mainly have big files like movies and TV-Shows writing to the server (and reading those files when using Plex). My backupserver has a pool consisting of 4x 8TB and 4x 4TB (2 vdev's in 1 pool). There I added 2 SATA 2.5 inch SSD's as 'special' subpool. This server has 32GB of RAM. Because this server makes a backup once a week, I wonder if it is not better to have my SSD's doing another task? When making a backup it copies all those movies and TV-Shows, so big streams of data. What are your opinions on this subject? Thanks.
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
I get a long list of files that are unable to be processed. Can you help me find out where the issue lays? Thanks so much. Tdarr.txt
-
[Support] binhex - DelugeVPN
Hi, thanks for the help. Logs attached. supervisord.log Edit.txt
-
[Support] binhex - DelugeVPN
My DelugeVPN docker does not start anymore, since a while, while is was working before. 2025-03-21 12:52:06,064 DEBG 'start-script' stdout output: [warn] WireGuard interface failed to come 'up', exit code is '1' 2025-03-21 12:53:36,380 DEBG 'start-script' stderr output: Warning: `/config/wireguard/wg0.conf' is world accessible The wg0.conf file is renewed with the latest VPN info from my provider. Docker is running in privileged mode. Can you guide me into the right direction?
-
RAM usage ZFS pool
Hi, I have a Dell R720 with a 4x20TB RaidZ1 ZFS pool. The server has 192GB of RAM and I tweaked with a zfs.conf file in the modprobe.d folder to let ZFS use 175GB. The system and docker RAM usage on top of the 175GB usage gave me 8GB free RAM. After that I felt the Unraid GUI was very slow and it could take up to 30 seconds to load a page. How come, with still enough RAM left that it was feeling sluggish? I changed the zfs config now to use 150GB and now the server if fine, do I know that it had to do with this setting but I am curious if something else uses RAM that the GUI doesn't show?
-
[Support] ich777 - Application Dockers
HI @ich777 is there a way to change the SSH encryption to speed up LuckyBackup? I can copy with SMB up to 600MB/s but LB does not go faster than 190MB/s. Thanks.
-
Slow transfer speed between Unraid boxes on 10G and ZFS pools
I don't know. The standard Unraid one. If I change it will this impact Luckybackup, or do I have to do it in the Luckybackup container?
-
Slow transfer speed between Unraid boxes on 10G and ZFS pools
Yes, I do indeed need to give you more info. My workstation is also connected with 10G and copying a 60GB file to my workstation from the mainserver is around 500/600 MB/s. If I copy that file to my Backupserver also through SMB, it goes even higher (due to more disks) at 700/800 MB/s. So SMB shares work fine, at high speed. I am using LuckyBackup with Rsync over SSH. That does not go higher than 190 MB/s.