Hi, sorry for the late response, the mail just got marked as junk :(
KM> enabling acpi How exactly do you do it? Mine acpi-related lines are
its already in the default kernel, not sure if its enabled by default. # config -ef /bsd.mp ... ukc> enable acpi 414 acpi0 enabled
KM> enabling write cache for wd0 in the system with: KM> # atactl wd0 writecacheenable Where do you put these command? For now I just ran it manually (and tested the result). I think it makes sense to activate the write cache before checking (and possibly recovering) RAIDframe devices, but rc.secure and rc.local are being called after that. Is it a good idea to put these atactl commands to /etc/rc right before "#Configure ccd devices" line?
i ran it manually as well, and i guess you're right, even though i would not touch /etc/rc, since its part of the core system and i guess its not supposed to be changed by the "user" dunno if there is a sysctl and or other way to enable it at boot time, maybe also config -ef /bsd?
KM> "Compaq iLO" rev 0x03 at pci6 dev 4 function 0 not configured KM> "Compaq iLO" rev 0x03 at pci6 dev 4 function 2 not configured KM> uhci4 at pci6 dev 4 function 4 "Hewlett-Packard USB" rev 0x00: apic 8 int 23 (irq 11) KM> "Hewlett-Packard IPMI" rev 0x00 at pci6 dev 4 function 6 not configured KM> usb1 at uhci4: USB revision 1.0 KM> uhub1 at usb1 "Hewlett-Packard UHCI root hub" rev 1.00/1.00 addr 1 Did you do something special about uhci*? Mine is giving errors on two computers already. Sometimes it even crashes to ddb:
maybe try to disable it in the kernel config # config -ef /bsd.mp ... ukc> disable uhci 139 uhci* disabled
Also, does iLO 2 Remote Console (a Java one) work for you?
we dont use it. sorry. Best Kai