-
Notifications
You must be signed in to change notification settings - Fork 78
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
Unknown microcode status #229
Comments
Could you please provide the output of |
|
The output $ iucode_tool --scan-system 2>&1|grep -oE '[^[:space:]]+$'
found
$ iucode_tool --scan-system 2>&1
bash: iucode_tool: command not found
$ /usr/sbin/iucode_tool --scan-system 2>&1|grep -oE '[^[:space:]]+$'
0x000906e9 Is iucode_tool available? Is sudo configured to keep the PATH env variable? |
@liske
|
This is weird. Could you please add the output of
|
@liske which clears the problem, but now EDIT: I have another machine with that problem. iucode_tool wasn't installed, but after package installation it looks like that:
|
We do get that temporarily, too. Especially after reboots. |
Ok, scratch that - it does not relate to the reboots. Actually it's that Cron uses a different
|
@liske Although this is only a minor issue and I'd give in to the fact that the problem lies in our usage, maybe, instead of querying for the return 1 if($bin =~ m@/usr/(local/)?bin/python@); https://github.com/liske/needrestart/blob/master/perl/lib/NeedRestart/Interp/Python.pm#L45 |
Hello, so I have needrestart -p configured on Icinga services, and it occasionally yields the following output on some hosts and exits with an unknown state:
Info: UNKN - Kernel: 4.19.0-17-amd64, Microcode: unknown, Services: none, Containers: none, Sessions: none
What does "Unknown" state actually mean and how can I fix this to present either OK or Warning/Critical?
The text was updated successfully, but these errors were encountered: