-
Notifications
You must be signed in to change notification settings - Fork 107
Device open failed, device did not return an IDENTIFY DEVICE #287
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
Comments
You can get more information about what the exporter is actually trying to do, by raising the logging level to debug |
Found it. this one cause this error.
If i use smartctl wth this args, it works.
But how can I say the exporter to use not |
PR #242 has been merged. @Anagastes Can you build from master and test if the |
If build it now with And changed my systemd service.
Only I must have missed something. Because the binary does not start with this flag. It does without it :) ░░ The job identifier is 18007.
Apr 22 14:25:06 HOST smartctl_exporter[1464599]: smartctl_exporter: error: expected argument for flag '--smartctl.powermode-check', try --help
Apr 22 14:25:06 HOST systemd[1]: smartctl_exporter.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support |
You forget to add the value of the flag. "Must be one of: never, sleep, standby, idle" |
The fix/feature released in v0.14.0 |
I have tested the release, it also works. So I close the case :) |
In #290 will add more clear help, what argument values exactly supported |
Hi guys,
the exporter cant open one device.
But directly
smartctl -a /dev/sda
works.The systemd service run as root user. So I dont have any idea :D
Do you have an idea? xD
The text was updated successfully, but these errors were encountered: