servidude

Members
  • Posts

    76
  • Joined

  • Last visited

Everything posted by servidude

  1. I'm trying to run some disk benchmarks to compare two identical drives in the array, one running XFS the other BTRFS. The DiskSpeed docker doesn't appear to give me the results I'm looking for. So instead I am running fio from the command line (it's in Nerd Pack), with the settings listed here: fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --bs=4k --iodepth=64 --readwrite=randrw --rwmixread=75 --size=4G --filename=/mnt/disk1/test/testfile I notice the parity drive is active during this test - why is that? I thought writes to /mnt/diskX (as opposed to /mnt/user) will bypass it, or am I mistaken? Is there a way to bypass the parity drive temporarily (other than actually restarting the array without it selected)?
  2. I think I discovered a typo in this excellent plugin, the tool tip for the CPU temperature is missing an "s": How to reproduce: hover over the CPU temperature in the footer. It will say "Procesor" instead of "Processor". Can anyone confirm?
  3. This is a nice plugin @dmacias thank you! I just tried setting it up on my ASRock E3C236D2I and think I got fan control working.... kind of. Couple of questions: my FRNT_FAN1 has a max RPM of 1500, but your plugin keeps detecting it as 3000 or 2900 RPM. Is there a way to tweak this? my REAR_FAN1 is not detected when I hit the "Configure" button, even though its RPM can be read out. Am I correct in assuming this is because it's a non-PWM fan? lastly, do I need to switch off any kind of "smart" fan control in the BIOS for this to work? Thanks in advance, and once again great job on this plugin.
  4. Thank you for this @itimpi! So the final step would then be, copy the data back to the new drive (with its new files system)?
  5. Is this possible/sensible? I currently have all my array drives set to BTRFS for the extra features like scrub (which I use) and snapshot (which I don't), but I'd like to try XFS on at least some of the drives, since it's supposedly quite a bit faster. Do I need to use the standard procedure for file system conversion here, or can I get by with just moving the data to another drive, reformatting the now empty drive with XFS, and then.....? Do I need to rebuild parity, or create a new config, or...? Thanks for any pointers.
  6. The version of the container, i.e. the same version I would add to a docker pull command. Asking since I want to know which version to reinstall if my update breaks things. Thanks!
  7. Is there a way to tell what version of a particular docker I currently have installed? Right now all I can do is restart it and look through the logs while it comes back up. It would be nice to be able to get this info from the GUI. Or is there already a way I don't know about? Thanks.
  8. Thank you @binhex for the clarification!
  9. OK now I'm confused. Assuming AirVPN forwards port 9999 for me, are you saying I don't need to touch the Host Ports (-p 58846:58846 as mentioned on https://github.com/binhex/arch-delugevpn) but I need to set my incoming port to 9999 in Deluge's web UI? Sorry if I'm being slow about this. Thanks for your patience and your great work on these dockers!
  10. from that answer: This means setting the host port to whatever port I am forwarding from my VPN provider, right?
  11. Is there a reliable way to tell if I'm connectable from within the container? Is qBittorrent's icon (lower right) being green enough?
  12. Yeah., I saw that too. Regardless of port forwarding, I was always able to torrent at close to full speed. As of late I can't get above about 600 KB/s total. I've tried using Deluge as well as a non-VPN qB docker, and the problem is definitely related to going through the VPN.
  13. A new version just came out, although I don't see any references to automatic torrent management in the changelog: https://www.qbittorrent.org/news.php
  14. Thank you. That's interesting reading. I am using NordVPN and this is definitely a new issue, I am wondering if they recently disabled port forwarding... Assuming it is possible, I should have 6881 as my container port and then whatever NordVPN assign me as my host port?
  15. Quick question about container and host ports: if I have 6881 (container) and 6891 (host) as seen here: then I need to have: 6881 set as my incoming port in the qBittorrent web UI 6891 forwarded from my router, to the server's IP (192.168.2.1) Are my assumptions correct?
  16. Hi. I'm trying to run both a qBittorrentVPN and a DelugeVPN (both by binhex) docker simultaneously - that way I can use two different sets of configurations. This doesn't seem to work though, either one or the other downloads, the other will invariably time out. Shouldn't this be possible? I've attempted to set my ports so that they don't conflict: 192.168.2.1. is my server's local IP. I've set up qBittorrent to use port 6881 internally, and Deluge using 58946. Is there anything obvious I am missing? Thanks for any ideas...
  17. Dare we ask what tools you use to come up with these awesome clean-looking representations of our cases? Illustrator or something...?
  18. These are great! THANK YOU Mex! 😃
  19. Thank you @Mex for taking the time to do these custom icons! They all look great and I've enjoyed just browsing through this thread. Having said that... any chance you could add the Lian Li PC-Q25? I'm sure there are quite a few unRAID users who own this cute little case. I'm attaching the "cleanest" frontal view image of it I could find.... I tried creating my own line art from it but let's just say, I don't think I'm very talented at this... 😬 If you need, there are lots more pictures out there, for example at B&H. Thanks again, would be awesome if you find some time to do this when you can. 🙂
  20. I would be curious to know this as well...
  21. Hi. I am trying to sync a few shares to a Synology box, which sits behind a VPN router. If I VPN into it, I can access the Synology at a local IP (192.168...) but then I can no longer connect to my Unraid box at its local address! It seems I can either connect to one subnet or another, if that makes any sense. Do you have any suggestions for connecting to both machines simultaneously? Am I getting myself confused here? I could swear this used to work.... Using Tunnelblick to connect to my VPN, if that makes any difference. Thanks for any tips!
  22. Thanks for the explanation! So, what's the solution? Explicitly browse the web GUI via http, not https?