Introduce suggest_NDE_conflict() helper method, use in libusb faults#3041
Merged
jimklimov merged 2 commits intonetworkupstools:masterfrom Aug 2, 2025
Merged
Introduce suggest_NDE_conflict() helper method, use in libusb faults#3041jimklimov merged 2 commits intonetworkupstools:masterfrom
suggest_NDE_conflict() helper method, use in libusb faults#3041jimklimov merged 2 commits intonetworkupstools:masterfrom
Conversation
… NEWS.adoc: introduce suggest_NDE_conflict() [networkupstools#477, networkupstools#3040] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
… have a Wiki page about Insufficient Permissions [networkupstools#3041] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
7a08477 to
eccebbc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Potential conflict between a driver program and NDE-wrapped service instances with NUT v2.8.x is a situation that is brought up a lot in troubleshooting and has Wiki pages dedicated to it. Speed up this loop by pointing end-users to the general idea and specific docs when it seems relevant.
NOTE: This PR focused on libusb faults, but the same sort of conflict might happen for other media types. Handling it there could be a matter of later PRs, once the code paths and other clues relevant to such failure mode are identified there.