-
-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2236 nut scanner reports non existent driver for nut discovery #2245
2236 nut scanner reports non existent driver for nut discovery #2245
Conversation
Signed-off-by: Arnaud Quette <[email protected]>
the previously pointed driver "nutclient" does not exist yet. At least points to a sane working default Signed-off-by: Arnaud Quette <[email protected]>
Closes: #networkupstools/issues/2236 Signed-off-by: Arnaud Quette <[email protected]>
seriously @jimklimov? please put such targets as optional, and revise the CI to be dev friendly. Breaking the momentum for such errors is no good ;) |
Can't see details too well on mobile on the road, but errors look like broken automake syntax? Did you change the makefiles to match? |
boils down to 1 single poor OpenIndiana failure among bagazillions working, and that destroys the whole castle :/
Please fix the CI @jimklimov, spasibo :) |
Well, we sort of (officially) pride ourselves on supporting builds of NUT everywhere it could be built before, hence the very diverse CI-testing matrix with C99+ and 2000'ish or newer (du'jour and beyonder) toolkit implenentations. While not part of regular builds, there were in recent past questions about Solaris 8 and CentOS 6, and a few fixes to make those happen. Developer momentum can quite quickly happen on their few systems, but non-regression for everyone has to happen on all the 180-ish os/toolkit combos. I'll try to check that code and error-report if there will be signal later in the night, or after holidays at worst. Maybe just some disk space ran out and diags were misread. |
for sure a pride, I've been the one porting it for more than 15 years. I'm gonna force gates to move fast, we'll fix after ;) |
As noted elsewhere, the issue was in the end due to NUT CI farm VM migration to a new provider, and it ended up pointing to a wrong container (not set up for builds) as the OI agent. |
When discovering NUT, either with Avahi or old method, the reported driver is "nutclient", which doesn't (yet) exists.
This should be fixed to dummy-ups, which will use the repeater mode, while waiting for #2232
the short term fix is to symlink nutclient to dummy-ups (example on Debian):