It was going so well, then
Things started going a little wacky a few weeks ago. All has run fine for years with minimal issues. But then I noticed the sunrise/sunset was not telling me if it was daylight anymore. Then I lost the roomnode receiver. When I say lost, the serial data stopped displaying in XFX viewer. So I power cycled the HAH. Now the time is out by hours as though it isn't checking with the nntp pool anymore. Maybe it's dropped off the network but no, I can still connect via ethernet.
My DNS address has changed as I have a new broadband router, so I have corrected that via the webserver.
I have pulled out the three jeenodes (or copies of) and all work individually. Time to see how good my memory is. It's worked so well for so many years, I forgotten more than I care to admit.
Any suggestions on what to check?
I was able to clone the portable branch without any issue like this:
# git clone --branch portable https://github.com/dbzoo/hah.git
That's a DNS issue check your /etc/resolv.conf file.
Normaly it points to your router so it can cache requests/responses you can point it directly at google.
nameserver 8.8.8.8
Glad its sorted. I was chatting with Derek regularly up until his accident but I've had no direct contact since then.
To add a little more info, I'm running the portable version on a BeagleBone. I have tried to upgrade to the latest firmware but I get a reply from the git pull command that the git is not a repository. Is this something I should worry about too?