-
Bug
-
Resolution: Unresolved
-
Normal
-
rhel-9.6
-
No
-
Low
-
3
-
sst_kernel_debug
-
ssg_core_kernel
-
8
-
12
-
1
-
False
-
-
None
-
CK-September-2024, CK-October-2024, CK-November-2024
-
None
-
None
-
-
x86_64
-
None
What were you trying to do that didn't work?
"irqbalance --version" reports the version properly but then returns an exit code of 1 (error) instead of 0 (success), which confuses some tests.
Please provide the package NVR for which bug is seen:
irqbalance-2:1.9.2-3.el9
How reproducible:
always, trivially
Steps to reproduce
- enter "/usr/sbin/irqbalance --version" from the shell
- enter "echo $?" then to check return value - it returns 1
Expected results
Like all other tools known to me, when running with only the "–version" argument, it should return 0 as exit code.
Actual results
Works correctly but returns 1.