Skip to content
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

"ipmitool user list" fails #10

Open
uebayasi opened this issue Jan 4, 2016 · 9 comments
Open

"ipmitool user list" fails #10

uebayasi opened this issue Jan 4, 2016 · 9 comments

Comments

@uebayasi
Copy link
Owner

uebayasi commented Jan 4, 2016

# /tmp/bin/ipmitool user list 
Get User Access command failed (channel 14, user 1): Invalid data field in request
@uebayasi uebayasi changed the title ipmitool user list fails ipmitool user list fails Jan 4, 2016
@uebayasi uebayasi changed the title ipmitool user list fails "ipmitool user list" fails Jan 4, 2016
@uebayasi
Copy link
Owner Author

uebayasi commented Jan 4, 2016

"ipmitool user list 2" succeeds.

This seems a bug of ipmitool, not ipmi(4) driver:

http://sourceforge.net/p/ipmitool/mailman/message/6480573/

@uebayasi
Copy link
Owner Author

uebayasi commented Jan 4, 2016

Why "channel 14, user 1"?

@uebayasi
Copy link
Owner Author

uebayasi commented Jan 4, 2016

"ipmitool user summary" also fails with the same error message as "ipmitoo user list".

@uebayasi
Copy link
Owner Author

uebayasi commented Jan 4, 2016

"channel 14" is alias of "all channels".

@uebayasi
Copy link
Owner Author

uebayasi commented Jan 4, 2016

Both "ipmitool user list" and "ipmitool user summary" work from network (lanplus):

% ipmitool -I lanplus -H 192.168.0.123 -U Administrator -P xxx user summary
Maximum IDs         : 16
Enabled User Count  : 3
Fixed Name Count    : 2
obdevx:/home/uebayasi/src/openbsd/dest.cvs.src.amd64
% ipmitool -I lanplus -H 192.168.0.123 -U Administrator -P xxx user list
ID  Name             Callin  Link Auth  IPMI Msg   Channel Priv Limit
1                    false   false      true       USER
2   root             false   false      true       ADMINISTRATOR
5   Administrator    true    true       true       ADMINISTRATOR

@ilyaevseev
Copy link

ilyaevseev commented Nov 27, 2016

The same problem on SuperMicro X8DTU (BIOS 2.1b) with Debian Wheezy, kernel 3.2.78-1/amd64 and ipmitool 1.8.11-5:

# ipmitool user list
Get User Access command failed (channel 14, user 1): Invalid data field in request

# ipmitool user list 1
ID  Name	     Callin  Link Auth	IPMI Msg   Channel Priv Limit
2   ADMIN            false   false      true       ADMINISTRATOR

@ZYLN
Copy link

ZYLN commented May 19, 2020

Is here any update on this issue?
I got the same problem when I tried to use ipmitool-user-list/summary command in-band.
Version 1.8.11 and 1.8.18 are both failed.

@DebianGuru
Copy link

I know this is an older post. I'm sorry if this is the wrong place to posts this, but i haven't found a better place. I too am having problems changing passwords for users I've created. The users I have are id 2 and 3, with username "admin" and "nagios" respectively. I'm using ipmitool 1.8.18 on Debian 10.6. When I run "sudo ipmitool user set password " I get:
IPMI command failed: Invalid data field in request
Set User Password command failed (user )

Any help is greatly appreciated.

@billdenney
Copy link

I just found this page, and when I run ipmitool user list I see IPMI command failed: Invalid data field in request.

When I ran ipmitool user list 1, I see the expected user list. So, perhaps try checking non-default devices by incrementing the number after the list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants