ipmitool segmentation fault

Status
Not open for further replies.

wegisan

Dabbler
Joined
Nov 4, 2017
Messages
10
Hello

I am trying to manage my backup FreeNAS Server using ipmitool. But, every command addressing the remote server results in segmentation fault (signal 11). Local commands are working well.
E.q. requesting power commands remote (doesn't matter whether using -I lan or without -I):
root@cosmos:~ # ipmitool -I lan -H 192.168.x.x -U<username> chassis power
Password:
Segmentation fault (core dumped)

E.q. requesting power commands local:
Code:
root@cosmos:~ # ipmitool chassis power
chassis power Commands: status, on, off, cycle, reset, diag, soft

ipmitool mc info
Device ID				 : 32
Device Revision		   : 1
Firmware Revision		 : 1.34
IPMI Version			  : 2.0
Manufacturer ID		   : 10876
Manufacturer Name		 : Supermicro
Product ID				: 2197 (0x0895)
Product Name			  : Unknown (0x895)
Device Available		  : yes
Provides Device SDRs	  : no

Both Servers have the same HW Configuration. Supermicro X11SAE-F. Current BIOS and BMC Firmware.
On both Servers local commands are working.

Using ipmitool from a third Linux system (Debian) works also. I am able to power on as well as power off the server remote.
Is there a bug in the ipmitool or what I am doing wrong?
 
Last edited by a moderator:

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
What FreeNAS version?
 

wegisan

Dabbler
Joined
Nov 4, 2017
Messages
10
Update:
Using the -P <passwod> option on the command line instead of typing the password on prompt works?!
 
Last edited by a moderator:

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Still something that needs to be addressed. File a bug report for the segfault, please, and post the issue number here.
 
Status
Not open for further replies.
Top