Details
-
Type:
Bug
-
Status: Done (View Workflow)
-
Priority:
Low
-
Resolution: Complete
-
Affects Version/s: 11.3-U2, 11.3-U1
-
Fix Version/s: 12.0-ALPHA2, 11.3-U3
-
Component/s: Alerts
-
Labels:None
Description
I get these alerts sporadically, since upgrading to 11.3.
I'm able to run these commands from a login shell without errors.
I've tried lowering the severity of IPMI alerts as well as reducing the frequenecy to never, but it doesn't seem to make a difference.
The following alert has been cleared: * Failed to check for alert IPMISEL: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/middlewared/plugins/alert.py", line 660, in __run_source alerts = (await alert_source.check()) or [] File "/usr/local/lib/python3.7/site-packages/middlewared/plugins/../alert/source/ipmi_sel.py", line 130, in check (await run(["ipmitool", "-c", "sel", "elist"], encoding="utf8")).stdout) File "/usr/local/lib/python3.7/site-packages/middlewared/utils/__init__.py", line 111, in run cp.check_returncode() File "/usr/local/lib/python3.7/subprocess.py", line 444, in check_returncode self.stderr) subprocess.CalledProcessError: Command '('ipmitool', '-c', 'sel', 'elist')' returned non-zero exit status 1. Current alerts: * Scrub of pool 'freenas-boot' finished. * Failed to check for alert IPMISELSpaceLeft: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/middlewared/plugins/alert.py", line 660, in __run_source alerts = (await alert_source.check()) or [] File "/usr/local/lib/python3.7/site-packages/middlewared/plugins/../alert/source/ipmi_sel.py", line 194, in check (await run(["ipmitool", "sel", "info"], encoding="utf8")).stdout) File "/usr/local/lib/python3.7/site-packages/middlewared/utils/__init__.py", line 111, in run cp.check_returncode() File "/usr/local/lib/python3.7/subprocess.py", line 444, in check_returncode self.stderr) subprocess.CalledProcessError: Command '('ipmitool', 'sel', 'info')' returned non-zero exit status 1.
Attachments
Attachments
JEditor
Issue Links
- relates to
-
NAS-105103 Repeatedly changing IPMI password ended up with "Failed to check for alert IPMISEL" line 650
-
- Engineering Closed
-