// 此模板仅供参考,如果不适用可以修改
问题描述
带内ipmitool命令报错Insufficient privilege level,只有一台机器是这样,是什么原因,该怎么解决
下面是对应日志
% 2026-07-14 11:12:19.739302 account DEBUG: reg_command.lua(135): rmcp priv auth failed: privilege validate failed
2026-07-14 11:12:21.615259 account DEBUG: reg_command.lua(135): rmcp priv auth failed: privilege validate failed
2026-07-14 11:12:21.877342 account DEBUG: account_linux.lua(258): file key root duplicated!
2026-07-14 11:12:21.878759 account DEBUG: account_linux.lua(446): add root to user group root: linux user exist
2026-07-14 11:12:21.888669 account DEBUG: account_linux.lua(258): file key sshd duplicated!
2026-07-14 11:12:21.890443 account DEBUG: account_linux.lua(446): add sshd to user group sshd: linux user exist
2026-07-14 11:12:21.892113 account DEBUG: account_linux.lua(258): file key apache duplicated!
2026-07-14 11:12:21.892838 account DEBUG: account_linux.lua(446): add apache to user group apache: linux user exist
2026-07-14 11:12:21.894536 account DEBUG: account_linux.lua(446): add apache to user group apps: linux user exist
2026-07-14 11:12:21.895892 account DEBUG: account_linux.lua(258): file key snmpd_user duplicated!
2026-07-14 11:12:21.897279 account DEBUG: account_linux.lua(446): add snmpd_user to user group snmpd_user: linux user exist
2026-07-14 11:12:21.898735 account DEBUG: account_linux.lua(446): add snmpd_user to user group apps: linux user exist
2026-07-14 11:12:21.900159 account DEBUG: account_linux.lua(258): file key ipmi_user duplicated!
2026-07-14 11:12:21.901663 account DEBUG: account_linux.lua(446): add ipmi_user to user group ipmi_user: linux user exist
2026-07-14 11:12:21.902810 account DEBUG: account_linux.lua(446): add ipmi_user to user group apps: linux user exist
2026-07-14 11:12:21.903890 account DEBUG: account_linux.lua(258): file key kvm_user duplicated!
2026-07-14 11:12:21.905119 account DEBUG: account_linux.lua(446): add kvm_user to user group kvm_user: linux user exist
2026-07-14 11:12:21.906645 account DEBUG: account_linux.lua(446): add kvm_user to user group apps: linux user exist
2026-07-14 11:12:21.908122 account DEBUG: account_linux.lua(446): add kvm_user to user group operator: linux user exist
2026-07-14 11:12:21.909615 account DEBUG: account_linux.lua(446): add kvm_user to user group user: linux user exist
2026-07-14 11:12:21.910963 account DEBUG: account_linux.lua(446): add kvm_user to user group no_access: linux user exist
2026-07-14 11:12:21.912693 account DEBUG: account_linux.lua(258): file key discovery_user duplicated!
2026-07-14 11:12:21.913995 account DEBUG: account_linux.lua(446): add discovery_user to user group discovery_user: linux user exist
2026-07-14 11:12:21.915658 account DEBUG: account_linux.lua(446): add discovery_user to user group apps: linux user exist
2026-07-14 11:12:21.917421 account DEBUG: account_linux.lua(258): file key comm_user duplicated!
2026-07-14 11:12:21.923024 account DEBUG: account_linux.lua(446): add comm_user to user group comm_user: linux user exist
2026-07-14 11:12:21.924092 account DEBUG: account_linux.lua(446): add comm_user to user group apps: linux user exist
2026-07-14 11:12:21.925731 account DEBUG: account_linux.lua(258): file key redfish_user duplicated!
2026-07-14 11:12:21.926793 account DEBUG: account_linux.lua(446): add redfish_user to user group redfish_user: linux user exist
2026-07-14 11:12:21.927988 account DEBUG: account_linux.lua(446): add redfish_user to user group apps: linux user exist
2026-07-14 11:12:21.929032 account DEBUG: account_linux.lua(446): add redfish_user to user group operator: linux user exist
2026-07-14 11:12:21.930306 account DEBUG: account_linux.lua(446): add redfish_user to user group user: linux user exist
2026-07-14 11:12:21.931512 account DEBUG: account_linux.lua(446): add redfish_user to user group no_access: linux user exist
2026-07-14 11:12:21.932731 account DEBUG: account_linux.lua(258): file key secbox duplicated!
2026-07-14 11:12:21.933818 account DEBUG: account_linux.lua(446): add secbox to user group secbox: linux user exist
2026-07-14 11:12:21.934922 account DEBUG: account_linux.lua(446): add secbox to user group apps: linux user exist
2026-07-14 11:12:21.936148 account DEBUG: account_linux.lua(487): remove Administrator from user group admin
2026-07-14 11:12:21.937963 account DEBUG: account_linux.lua(262): file key data Administrator is no change!
2026-07-14 11:12:21.939029 account DEBUG: account_linux.lua(262): file key data Administrator is no change!
2026-07-14 11:12:21.962187 account DEBUG: account_linux.lua(487): remove q from user group operator
2026-07-14 11:12:21.963216 account DEBUG: account_linux.lua(262): file key data q is no change!
2026-07-14 11:12:21.980027 account DEBUG: account_linux.lua(487): remove t from user group user
2026-07-14 11:12:21.981760 account DEBUG: account_linux.lua(262): file key data t is no change!
2026-07-14 11:12:21.983178 account DEBUG: account_linux.lua(262): file key data t is no change!
