Dave Wilson wrote: > ... isn't working, at least not for me. > > Google has found me this sample dmesg from 4.0: > http://www.armorlogic.com/openbsd_information_server_compatibility_list.html?action=detail&id=dsc1425 > > And this from Marco Peereboom announcing ipmi support: > http://marc.info/?l=openbsd-misc&m=112993650617151&w=2 > > but under my amd64 install of 4.4 I get 'not configured'. > > My current theory is that I've done something dumb. > > Anyone care to tell me what it is? > > Dave W
It's not enabled by default. (not sure why) To try it you need to enable ipmi in the kernel. Either by using the config option (-c) at the boot prompt and typing 'enable ipmi' to try it out at that particular boot (see boot(8), boot_config(8)), or by using config(8) to enable it persistently at every boot.

