arough

Members
  • Posts

    11
  • Joined

  • Last visited

arough's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks @trurl. Will delete the shares. I forked CA and hacked together an old version that still runs on 6.8.3 to potentially fix the Minecraft docker. In the end CA wasn't even needed to fix it I got Minecraft running again (was an issue with an old version of `runc` that is already updated on UnRAID 6.9.2+) The Minecraft server is running great again. Peaks to 90% when someone is joining or exploring new areas, but when playing in already generated chunks UnRAID hovers around 20%. It looks to me as if there is a direct link between my problems and the upgrade. Is there anything I should test while on 6.8.3 to gather data and compare it to 6.10.3? Here is another diagnostics with docker running and everything as fast as it was before. tower-diagnostics-20220913-1630.zip Are there maybe some other settings that were introduced in 6.9 or 6.10 that could mess with my setup? Should I maybe upgrade to 6.9 first to see if the slowdowns happen there too? Is there any way to check if the Spectre and Meltdown mitigations were correctly disabled on 6.10.3 after I edited the `syslinux.cfg`? I would of course check this after upgrading to 6.10.3 again. I wanted to upgrade to a Ryzen 3600 in the coming weeks and thought it would be good to upgrade UnRAID before that. Maybe that wasn't the best idea
  2. As far as I can tell this is only relevant for `prefer/only` right? The other ones already had folders on array disks and just used them. As there was no docker containers running and nothing moved in the `running without cache` state only empty folders were created and the complete `system` share was copied somehow. How should I proceed from here? Delete the empty folders manually via the console and delete the `system` folder on disk4?
  3. I don't know what you mean. When I started without the cache drives UnRAID created every share again? After assigning the cache and starting the array every share looks fine to me. All cache settings are there and all the files seem to be there. What do you suppose I should do?
  4. God damn it... forget every iperf log I posted before. For some reason it is way slower over my Mac then with my PC. The two top ones are from my windows PC. But UnRAID is nevertheless faster with 6.8.3. The duplicati backups take 1-2 minutes again. The minecraft server for some reason will not start so I can't test it right now. And because CA is missing (the newest version isn't compatible with 6.8 anymore and I can't find a way to install an old one) I can't install another minecraft app/docker. Is there any way to do this? Plex seems to behave better. It is now transcoding for ~30 secs at 100% to fill the buffer and then only spiking every few seconds for like a second to fill the buffer again. While moving the same file (on my Mac again to keep it comparable) htop now looks like this. Way lower load than with 6.10.3. Moving files via FileBot is now back to ~450 MB/s again, opposed to ~140MB/s with 6.10.3. I use FileBot on Windows, but it is transferring directly on the cache drives as source and target are both on it. Should I update to 6.10.3 again and see how iperf performs with my PC so the data I present to you is actually useful? 😅 EDIT: Just assigning the cache drives again worked btw.
  5. oh I think I see what happened. My cache drives aren't assigned. If I try to assign them they are marked as `new device`. I didn't start the array with them assigned yet, because I fear UnRAID will try to erase them, as they are detected as a new device. How to proceed from here?
  6. Well... I restored to 6.8.3 via the GUI and now I don't have an `Apps` tab an my docker tab says `No Docker containers installed`. I had to install iperf via Nerd Pack again as it was not installed after the downgrade. It doesn't look so different from 6.10.3 But there is something fishy going on now with the docker stuff. Here is the diagnostics. tower-diagnostics-20220913-1330.zip
  7. Can I just use the backup of my Flash Drive to go back or is there another way?
  8. Sadly that didn't help. iperf was even slower for a bit, but I don't think that's because of the disabled mitigations. At least I couldn't explain how it should have an effect on it. While copying a 2.1GB file this is what htop looks like: And the UnRAID GUI: As you can see there is some activity after the file transfer is complete. The progress bar for the transfer is at 100% and my MacBook isn't sending data anymore. Only when it's at 100% the cache is written to at it's normal speed of ~500MB/s. Same behaviour with my Windows PC. It feels like there is some kind of slower cache in between. It definitely isn't the RAM as it would be faster and the RAM usage isn't going up significantly while transferring. And of course I'm not using WiFi for all of this.
  9. Hey, I updated my server from 6.8 to 6.10 and now pretty much everything runs with high CPU load and/or slower then before the update. iperf is somewhat slow. Before the update I was able to move files from a local machine to the server with the full 1Gbit/s and now im only getting 70-80MB/s. In the GUI it looks like there isn't even any activity on the cache drives until the transfer is nearly done and then it goes up to the ~500Mbit/s of my MX500s for the last few seconds. When moving files on the server the speed normally went up to ~400MB/s and now hovers around 140MB/s. One measurable slowdown is with my duplicati backup. It normally took 1-2 minutes when nothing has changes and only the checks were running. It now takes 5-7 minutes. A minecraft server I set up a few days ago ramps up my CPU to ~90% with one player connected. Before the update four players were able to play without that much load on the CPU. Plex also uses nearly 100% when transcoding for one user and ~50% when direct playing. That are the things I noticed so far, I think. I don't understand what is happening here. The network isn't up to snuff and the CPU is overloading constantly. The drives seem to be fine, when checking the speed via the DiskSpeed docker. (One of my array drives is collecting `Reallocated sector count` errors, but I'm already in contact with Seagate for advanced RMA. And as this seems to be a problem when using the cache drives, I don't see how that could be related) UnRAID forgot the settings for the SMART notifications after the update so I was getting the "normal" `current pending sector count` errors every MX500 gets. I didn't find any other settings UnRAID "lost" after the update so far. I attached the diag archive. Can someone make any sense of all this? Thanks in advance. tower-diagnostics-20220912-2100.zip
  10. Can someone help me with my F@H docker only using one of my CPU cores? As you can see in the image F@H somehow sees that I have 4 cores but doesn't use them. I already tried CPU pinning, but to no avail. Maybe some setting inside the docker that I#m not seeing? Thanks in advance
  11. Hey guys, loving this nextcloud docker. Have it working with MariaDB and LetsEncrypt Reverse Proxy. But I have two problems with it. When I logout of e.g. the admin account to log in with my user account it doesn't redirect me to the login page. I press logout and nothing happens. If I press F5 it redirects me, but not automatically. But this is only a minor problem and nothing to serious. Next I am apperantly in an update loop. I update, check for updates and there is another one ready. The docker says there is an update but only this happens: Sometimes it does a real update and downloads some files, one of it is ~150mb in size. But I am still on 17.0.2. Is there no update for v18 in this docker yet? Thanks in advance guys