Description
This seems to be a very similar issue to #111 (and maybe #161 and #138) , but in case it's different I'll make a new issue. Feel free to merge.
I've been getting the same issue both for the provided RPi 3 ethoscope image and a newly created image for RPi 4.
I am able to boot the ethoscope just fine (no rainbow screen), it is connecting to the network (visible to the router as Unknown
), and I can ping between the node and the ethoscope, but the ethoscope does not show up in the UI.
I've also tried to add it with the IP address, but to no avail.
It seems that the issue might have to do with the avahi-daemon.
avahi-browse --all
shows no sign of the ethoscope. If I run systemctl status avahi-daemon
I can see that it is disabled, but even after enabling it, the ethoscope still doesn't show up.
[alarm@node ~]$ arp -a
? (192.168.0.3) at 14:7d:da:31:b1:20 [ether] on eth0
_gateway (192.168.0.1) at c8:be:19:5a:03:95 [ether] on eth0
And after activating it with avahi-daemon -D
(or editing and undoing the edit), and getting a good readout, it still doesn't show up.
[alarm@node ~]$ systemctl status ethoscope_node
* ethoscope_node.service - Ethoscope node server
Loaded: loaded (/usr/lib/systemd/system/ethoscope_node.service; enabled; vendor preset: disabled)
Active: active (running) since Sat 2020-10-03 18:13:47 UTC; 37s ago
Main PID: 302 (python)
Tasks: 19 (limit: 4915)
CGroup: /system.slice/ethoscope_node.service
`-302 /usr/bin/python /opt/ethoscope-node/node_src/scripts/server.py
Meanwhile, the ethoscope just continues to print audits.
I tried searching in the other issues, but I haven't found an obvious solution. Any ideas what I'm missing?
It might be worth mentioning that I haven't updated the system or accessed whatever is in Resources as I don't have internet connection here.