goodGame

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by goodGame

  1. May I suggest the apt approach, use repositories. You'll have one default heavily moderated repo the Squid way. Next, you'll have a community developers repo, with Linuxservers, Hotios, binhex etc Next, you'll have a unsigned repo where stuff like https://github.com/selfhosters/unRAID-CA-templates goes. Lastly you'll have dockerhub repo End users can add any repo they want in CA settings. The non tinker confused users will only see it like Squid intends it for them.
  2. I have a weird issue where my letsencrypt docker container is not showing up in CA auto update. The container updates and behaves normally and as expected fine in the docker Tab. But it's as if it's not installed when I go to CA auto update. Tried reinstalling the container and the plugin without luck. Any hints?
  3. I'll share the nice little script again someone I don't remember made a few months back here: #!/bin/bash ### replace sdg below with label of drive you want TBW calculated for ### device=/dev/sdc sudo smartctl -A $device |awk ' $0 ~ /Power_On_Hours/ { poh=$10; printf "%s / %d hours / %d days / %.2f years\n", $2, $10, $10 / 24, $10 / 24 / 365.25 } $0 ~ /Total_LBAs_Written/ { lbas=$10; bytes=$10 * 512; mb= bytes / 1024^2; gb= bytes / 1024^3; tb= bytes / 1024^4; #printf "%s / %s / %d mb / %.1f gb / %.3f tb\n", $2, $10, mb, gb, tb printf "%s / %.2f GB / %.2f TB\n", $2, gb, tb printf "Mean writes per hour / %.3f GB / %.3f TB", gb/poh, tb/poh } $0 ~ /Wear_Leveling_Count/ { printf "%s / %d (%% health)\n", $2, int($4) } ' | sed -e 's:/:@:' | sed -e "s\$^\$$device @ \$" | column -ts@ Output example: /dev/sdc Power_On_Hours 22386 hours / 932 days / 2.55 years /dev/sdc Wear_Leveling_Count 91 (% health) /dev/sdc Total_LBAs_Written 282880.40 GB / 276.25 TB /dev/sdc Mean writes per hour 12.636 GB / 0.012 TB
  4. Before this: 762MB on loop2 over 5 minutes After this: 120MB on loop2 over 5 minutes Good bandaid for now, thanks
  5. Would this do it? Shut down docker/array chattr -R +C /mnt/user/system/docker rm -rf /mnt/user/system/docker/docker.img start docker/array
  6. At this point, I'll take a vague rumor over an empty void!
  7. We do not, I wish that Lime could say if it's fixed for 6.9 or not. At this point the biggest issue for me isn't if it will get fixed or not. It's that I have no clue if it'll be fixed next month in a hot patch or in 6.9 half a year away, or not at all by diverging from btrfs or whatever. That way I could give myself a remote chance of planning my approach. But it is what it is so I'll go the xfs route, worst case I could just switch back later down the road I guess.
  8. LT have known about this since atleast December of last year, I really hope what you're saying isn't true.
  9. I strongly disagree with this. My new purchase of a $550 cache SSD which would have lasted 10+ years with my workload is now at 253TBW out of the warranted 300 after 1 year. How this can be seen as system working normally is frustrating to me.
  10. I like how you can get so many advanced features going so easy and easy to maintain. Meanwhile, if you want to get your hands dirty, there's no stopping if you want to do it your way and get your hands dirty (allmost). I'd like VM snapshots for 2020!
  11. I'm sorry to have wasted your time but I actually believe all is working well now. I've gotten stuff to seed now and I believe my issue was not seeding popular enough stuff... Sorry but thanks!
  12. I'm a bit confused, I do use PIA. At first you say I need an open incoming port, then you say all I need to do is enable strict port forward in the container. So if I use PIA, I do not need an open incoming port, correct? I get an incoming port in the container logs, yes. And that's the port I'm using for incoming in Deluge. The problem seems to be outgoing. DHT is off. I can't find peer exchange in the settings but I turned all off so should be off. I now do get a very small upload but it maxes out at like 100kb/s very rarely, which is abysmal. Down I get 20+MBit/s without issues.
  13. I'm having trouble getting deluge to upload. I'm using PIA with Sweden (tried with german too) endpoint and download works great. No matter what I seem to do it will not upload however. Is there something I need to add? If I understand correctly, I don't need to open any ports?
  14. Oh my, that was it. I have over 90 tabs open in 3 browsers, didn't notice it. I really have to deal with my tabs somehow... No clue how you figured that out but thank you alot
  15. I tried to get help in the announcement thread but noone replied, not sure what to do so going to try here. After updating to 6.6.3 this error pops up in my systemlog every 10 seconds. Oct 27 13:10:47 unRAID nginx: 2018/10/27 13:10:47 [crit] 7464#7464: *622 connect() to unix:/var/tmp/letsencrypt.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.0.44, server: , request: "GET /dockerterminal/letsencrypt/ws HTTP/1.1", upstream: "http://unix:/var/tmp/letsencrypt.sock:/ws", host: "73ea33eb735ffe6b67133d3f0f2ea238f9dd96de.unraid.net" I reverted to 6.6.2 but it's the same thing. I don't notice anything but it fills up the logfile if nothing else, any help? Thanks unraid-diagnostics-20181026-1332.zip
  16. My systemlog spams this after updating Oct 26 13:38:23 unRAID nginx: 2018/10/26 13:38:23 [crit] 7439#7439: *3076 connect() to unix:/var/tmp/letsencrypt.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.0.44, server: , request: "GET /dockerterminal/letsencrypt/ws HTTP/1.1", upstream: "http://unix:/var/tmp/letsencrypt.sock:/ws", host: "73ea33eb735ffe6b67133d3f0f2ea238f9dd96de.unraid.net" What is this about? There is indeed no "/var/tmp/letsencrypt.sock" in my fs unraid-diagnostics-20181026-1332.zip
  17. I found it, nevermind! root@unRAID:~# grep 'CONFIG_HZ=' /usr/src/linux-4.14.49-unRAID/.config CONFIG_HZ=1000
  18. Hello, looking for some assistance! I'm trying out hosting some game servers on Unraid. I've been trying to find the HZ var in the kernel but I can't find the kernel config in unraid. It's normally in /boot/config-'uname -r', where can I find it in unraid? (Specifically the 'CONFIG_HZ=') Also, I'm not terribly good at Linux in general. Compiling my own kernel for this would be out of my league I think, is there any way I can change this setting in a easier way? *Edit, another question. If I have a VM with kernel config_hz=500 and the host (unraid) running kernel config_hz=200, the VM would still be running at a max of 200, correct? Could I bypass this by passing through logical CPUs to the VM? Thanks
  19. Allright, I understood now what happened since /var/log was full plugin: removing: community.applications.plg No such package: /var/log/packages/community.applications-2018.04.08. Can't remove. plugin: removed
  20. Apparently an atop log of 127M....... du.txt Edit: It's from one day too, too big to open, I've deleted it Edit 2: I opened /var/log/atop/atop_20180326 and it wasn't readable by a text editor. Anyone know what it is? How can I prevent this from happening without removing atop? atop comes from the Nerd Pack Plugin Edit 3: Actually I'm just gonna remove atop, not worth it. Thanks for pointing me in the right direction, trurl!
  21. I'm getting the exact same thing from the last CA update (18-04-08). I have not tried reinstalling it however. Also, my logs seem to have ended on 08? Both the syslog and dockerlog? The server's been online 24/7 unraid-diagnostics-20180410-0452.zip
  22. I know absolutely nothing about ChromeOS but checked out a few and seems really good for my purpose! You sure there are rdp client software you can install in chromeOS?