Avahi demon removed in 23.05
-
I would like to know the "genius" who decided to remove the avahi demon from latest release. We upload our custom firmware using a 32 port switch to 32 Omega devices at a time, using a script where simply I compile a field (for each device) with the mac address. When starting a production, generally we have to program hundreds of devices at a time...
Now this proceduce won't work anymore! The "genius" tell me to connect to each device with a serial cable (but our board hasn't the connector...) or using wifi (and how automate the process?). Very easy a quick!
MM
-
@mauriziomeucci While I have no idea of the decision making process, perhaps some clarity can be found in the heading of the release announcement: "Major Beta Firmware Update: OpenWRT 23.05 ......"
The term "Beta" indicating that it is a test release inviting feedback, which would include which packages users may prefer to be included. Personally I don't include avahi in my custom builds.
-
hi @mauriziomeucci, I understand the necessity for efficient factory programming via Ethernet, but I am genuinely curious to learn what you need avahi for in this scenario.
I am factory programming omega2s via ethernet for many years now, but my script is using IPv6 neighbour discovery, which automatically provides the full MAC address of the omegas, as the MAC is part of the IPv6 link local address. Of course that requires IPv6 to be initially enabled, which was the case so far with omega2 in factory state. @Lazar-Demin77 I hope this will remain the case also for future factory firmware…
-
hi @mauriziomeucci, sorry to hear about the frustration caused by not having the avahi daemon.
To quote @crispyoz:
The term "Beta" indicating that it is a test release inviting feedback, which would include which packages users may prefer to be included.
The 23.05 firmware is still in beta and not yet our stable firmware. We want to give users a chance to try it out before rolling it out as the default firmware in the factory.
If you have specific improvement suggestions (or bugs to report), you can create an Issue in the OnionIoT/OpenWRT-Packages GitHub Repo. There are issue templates you can use for Improvement Suggestions/Feature Requests and Bug Reports.
You can also try building your own version of the 23.05 firmware that includes the avahi daemon. This is now very easy and takes minutes instead of hours. See the How to Build Custom Firmware article in the new documentation for the procedure.
Let me know how it goes!
@luz what's a quick way to test if IPv6 and link local is enabled in the new fw? I'm not too familiar with IPv6 - I need to study