[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

IPMI on stretch



Hi all,

I am unable to use ipmitool:

root@srv3:~# ipmitool
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory

System info:
Motherboard: Asrock C2750D4I
Debian: stretch, fully patched as of today
Kernel: 4.6.0-1-amd64 #1 SMP Debian 4.6.4-1 (2016-07-18) x86_64 GNU/Linux
Package: openipmi-2.0.22-1

Judging from my command history, this worked before.

 1587  modprobe ipmi_si
 1588  systemctl start openipmi
 1589  systemctl status openipmi
 1590  dmesg | tail
 1591  lsmod | grep -i ipmi
 1592  systemctl stop openipmi
 1593  modprobe ipmi_devintf
 1594  systemctl start openipmi
 1595  dmesg | tail
 1596  ipmitool lan print 1
 1597  vi /etc/modules
 1598  ipmitool --help
 1599  ipmitool -I open chassis status
 1600  ipmitool -I open chassis help
 1601  ipmitool -I open chassis power
...etc...

Following the same process, I get the following:

  root@srv3:~# modprobe ipmi_si

  root@srv3:~# modprobe ipmi_devintf

  root@srv3:~# systemctl start openipmi

  root@srv3:~# systemctl status openipmi
  ● openipmi.service - LSB: OpenIPMI Driver init script
Loaded: loaded (/etc/init.d/openipmi; generated; vendor preset: enabled)
     Active: active (exited) since Tue 2016-08-09 11:02:24 HKT; 2s ago
       Docs: man:systemd-sysv-generator(8)
Process: 12730 ExecStart=/etc/init.d/openipmi start (code=exited, status=0/SUCCESS)

Aug 09 11:02:24 srv3.dcnet.local systemd[1]: Starting LSB: OpenIPMI Driver init script... Aug 09 11:02:24 srv3.dcnet.local openipmi[12730]: Starting ipmi drivers ipmi. Aug 09 11:02:24 srv3.dcnet.local systemd[1]: Started LSB: OpenIPMI Driver init script.

  root@srv3:~# dmesg | tail
  [24480.977520] ata12.00: configured for UDMA/133
  [24480.981019] ata12: EH complete
  [27788.510325] ipmi message handler version 39.2
  [27788.515522] ipmi_si IPI0001:01: ipmi_si: probing via ACPI
[27788.518991] ipmi_si IPI0001:01: [io 0x0ca2] regsize 1 spacing 1 irq 0
  [27788.522394] ipmi_si: Adding ACPI-specified kcs state machine
  [27788.525786] IPMI System Interface driver.
[27788.529296] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0
  [27788.570248] ipmi_si: There appears to be no BMC at this location
  [27802.155730] ipmi device interface

  root@srv3:~# ipmitool lan print 1
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory


I've looked through the open bugs and didn't find anything related:

https://bugs.debian.org/cgi-bin/pkgreport.cgi?archive=0;ordering=normal;repeatmerged=0;src=openipmi

Am I missing something or did I hit a new bug?

Thanks


Reply to: