All,
Wondering if anyone has had a similar issue. I've installed and have been using Acuparse since Feb of last year....it been running perfect every since!
Yesterday evening, I noticed my https://www.wunderground.com/ site was offline. So I tried ssh'ing into the pi on my home network. No response....I then rebooted it (power unplug) waited for a bootup but still noting.
I then took the pi and hooked it up to a monitor/keyboard to see what was going on...the pi is booting but it boots into
Raspbian GNU/Linux 7 raspberrypi tty1
raspberrypi login:
The default password (which i never changed) does not work - User name Pi - PW Raspberry
The Pi is also not connecting to my home WiFi as it's not pingable and not showing up in my router (has a static IP as per the install docs).
I am running on a 64 Gb SSD card....could be out of space? I have not yet tried to give my laptop a static IP - same as the smarthub and plug directly into the ethernet port.
Thanks in advance.
Rob.
Acuparse is running in a vbox buster guest (bridged adapter) on the same LAN as my Access.
I try forwarding data from Access via router with:
iptables -t nat -A PREROUTING -s Access -j DNAT --to-destination Acuparse
iptables -t nat -A POSTROUTING -s Acuparse -j SNAT --to Access
This error in syslog puzzles me:
Aug 24 16:54:57 Acuparse acuparse(2.10.0-release): (SYSTEM)[ERROR]: MAC is not configured.
Please help!