adminmat

Members
  • Posts

    347
  • Joined

  • Last visited

Everything posted by adminmat

  1. When i run a chia farm summary it returns Farming status: Farming. And chia show -s -c returns Current Blockchain Status: Full Node Synced. chia wallet show returns Sync status: Synced Does this mean that I'm properly connected to the "netspace"? even though I have not opened any ports on my router.
  2. Has anyone compared the performance on unRAID vs a bare metal distro like Ubuntu server?
  3. Have you found something suitable? I've been using dstat. Specifically dstat -pcmrd You can install this with Nerd Pack. Gives you a decent (although I don't completely understand it) view of I/O. I was also using top or htop to watch my CPU utilization. As the unRAID dashboard isn't the bet metric. top will tell you how many tasks are waiting for a CPU. I think this can help you tune your plotting better than just a graph. I'm going to try out Swar next.
  4. I've made these changes to my config.yaml but I'm still not seeing any progress in my debug.log, only many warnings and errors. I've been getting spammed with these two errors: 2021-05-11T19:38:45.339 full_node chia.full_node.full_node: WARNING Wasn't able to add transaction with id....., status 3 error: Err.DOUBLE_SPEND 2021-05-11T19:46:01.312 full_node chia.full_node.full_node: ERROR Consensus error 124, not disconnecting Any idea why I see no status of plotting updates in the log? or what these errors mean? I've been successfully plotting (6 plots) prior to this.
  5. I have this up and running although I didn't use the CA template. I have a few questions: - How do I view logs? and how do I view progress of ongoing plotting? - when i do a: I get: Why is the Blockchain Status not synced? Do i have to open a port on my router or forward a port to this Docker container?
  6. ok, looks like it issued the new cert. I just removed the "server" domain and changed to True. Applied. Then re-added "server" changed back to false and applied. Thanks
  7. I found in the log that it was not resolving the DNS for server.mydomain.com (example). I didnt have "server" added as a Cname. Only Nextcloud. I assume it needs this for the cert renewal. I So I added this within the Namecheap DNS section. (sorry I don't know the proper terminology here) Now is there a way to manually renew or I just wat for the chron job at 2AM again? I confirmed that restarting the Swag container does not renew the cert.
  8. Thanks. Mine still says it's expiring in a few days. Any idea how to force the renewal or check when the chron job is set to run?
  9. Thanks for the info. Is there a way to manually confirm that your cert is up to date?
  10. No. It does a Backup / Restore every night that shuts down the containers around 4 AM EST
  11. I'm getting alert emails that my letsencrypt cert is expiring. I restarted the Swag container but I'm still getting the alerts. Is there something more I need to do? This is for Nextcloud.
  12. I always thought you had to update containers from within unRAID. So how specifically do we update to Nextcloud 21? Thanks.
  13. Well this news is pretty exciting. Apparently Nextcloud 21 is said to be twice as fast. Should we really expect to see these kind of results in real world use? I'd love to see faster load times. Although 2 X as fast means my text document load in 6 seconds instead of 12. Still an improvement! https://www.zdnet.com/article/nextcloud-21-arrives-with-ten-times-better-performance/
  14. ok. So those process are still running but just not consuming as much resources when showing the basic view. So I guess nothing to be concerned about. I probably check my logs for errors a little too much. This was actually the first time I've run an htop... when I was troubleshooting the wsdd network today issue that had one CPU core at 100%.
  15. Found a few of these listed when running an htop: containerd --config /var/run/docker/container/containerd.toml --log-level error unraid Not sure if it was of any concern but it did cost about 4% of my CPU. Switching to basic view immediately remedied this. Thanks for that. But is that "error" process an issue?
  16. Noticed this today. htop shows CPU1 at 100% culprit being WSDD. I'm going to try -i br0. I don't see how "Disable WSD" is a reasonable solutuion.
  17. I JUST noticed that this was logged at the same time mine was !
  18. Also have a couple instinces of this in my log: Feb 14 04:40:01 Tower apcupsd[26901]: apcupsd exiting, signal 15 Feb 14 04:40:01 Tower apcupsd[26901]: apcupsd shutdown succeeded Feb 14 04:40:04 Tower apcupsd[6799]: apcupsd 3.14.14 (31 May 2016) slackware startup succeeded Feb 14 04:40:04 Tower apcupsd[6799]: NIS server startup succeeded Maybe this happened when the apcupsd plugin was updated? Did you find anything out?
  19. Hey @Hoopster BTW, no call traces or issues since I put the containers on VLANs 👍
  20. Yep, this is what I'm doing. I have a couple Pis laying around. With my google Pixel 5 it doesn't automatically choose the other DNS even if it's set in my Edgerouter. You have to set a fixed ip in Android settings. Then it won't revert back to the Pihole's dns after it comes back online. I'm really curious what everyone does who uses pihole on unRAID. Maybe most people won't run Backup/restore as frequent as I do? Doesn't seem like a good fit to run on unRAID.
  21. I've been trying to find a solution for this all day. I'm not sure if this belongs in the Pihole or Backup/Restore thread. Every night when backup/restore begins all my clients taking advantage of pihole lose internet.(DNS resolution) Yes I use my internet at 3:45am when this happens. Then in the morning you have to manually reset the network settings on some clients to reach pihole. Specifically with Android and Edgerouter this is a huge pain. As you can't set a failover DNS server. Not sure on Apple ios. Actuall you can set a failover DNS on android but when Pihole comes back online you have to basically delete your DNS settings in Android and reenter. Huge pain in the rear. I guess the only solution is to take PiHole off of unRAID and run it on a dedicated Raspberry Pi?
  22. Got it. I have the Docker containers set to static IPs within VLAN60. And I just limited my router's IP range for VLAN60. Which I now understand as I just had to add my HDHomerun to that network and I can see how it could create a conflict. I have since disabled it. I can't remember the reason I needed it now. This is great. I'm glad I got this sorted. Fingers crossed that I don't have any more issues. 🤞 You don't have to have an HDHomerun that you are using across the VLANs? Thanks for all the help
  23. is there a docker container or application that will broadcasts HDHomerun traffic across VLANs? I found this method of running socat on your router but I'm curious if there is another method. I like using the HDHomerun with Plex but I sometimes prefer to use the Roku or phone app which is on another VLAN.
  24. Ok @Hoopster, little update. I was able to get my docker containers working again. Set up br0.50 for VMs and br0.60 for Docker. Added the VLANs on my Edgerouter. Tagged the ports on the switch, updated each container and I'm up and running. Couple question: - The way I understand it, my router wont be handing out DHCP leases for Docker containers like it does for VMs? (I'm so confused how Docker works) - Do I have to completely segregate the VLANs with firewall rules to keep the Call Trace issue from happening? - Should I delete/disable br0 completely? - I have "Host access to custom networks" set to "Enable." I think I need this for Nextcloud to work (?) Will this cause the macvlan issues?