We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nut-scanner
CONFPATH
Fall-out from #2246 / #2242 :
0.175520 [D1] nutscan_init: succeeded to load the library for NUT Client library 0.175529 Scanning USB bus. 0.175577 No start IP, skipping SNMP 0.175580 Scanning XML/HTTP bus. 0.175583 [D1] XML/HTTP SCAN: starting pthread_create with run_xml... 0.175605 [D1] run_usb: using library default link_detail_level settings 0.175623 No start IP, skipping NUT bus (old connect method) 0.175627 Scanning NUT simulation devices. 0.175629 [D1] NUT simulation devices SCAN: starting pthread_create with run_nut_simulation... 0.175674 Scanning NUT bus (avahi method). 0.175678 [D1] NUT bus (avahi) SCAN: starting pthread_create with run_avahi... 0.175677 [D1] Scanning XML/HTTP bus using broadcast. 0.175714 [D2] nutscan_scan_xml_http_generic() : scanning connected network segment(s) with a broadcast, attempt 1 of 3 with a timeout of 5000000 usec 0.175724 Scanning IPMI bus. 0.175728 [D1] IPMI SCAN: starting pthread_create with run_ipmi... 0.175723 [D1] Scanning: /usr/local/ups/etc 0.175749 Failed to open /usr/local/ups/etc: No such file or directory 0.175873 [D5] nutscan_scan_xml_http_generic() : sent request to <broadcast>, loop #1/3, waiting for responses nut$
Probably related to fatal_with_errno() below:
fatal_with_errno()
upsdebugx(1, "Scanning: %s", CONFPATH); if ((dp = opendir(CONFPATH)) == NULL) { fatal_with_errno(EXIT_FAILURE, "Failed to open %s", CONFPATH); return NULL; }
The text was updated successfully, but these errors were encountered:
Addressed by commit cd4e190 (issue link in comment botched)
Sorry, something went wrong.
aquette
Successfully merging a pull request may close this issue.
Fall-out from #2246 / #2242 :
Probably related to
fatal_with_errno()
below:The text was updated successfully, but these errors were encountered: