On 2014-10-13, Justin Winch <flas...@hotmail.com> wrote: > I have a very irritating problem with the keyboard lag through IPMI on a > supermicro X9DRT. If i install centos I do not have the lag/missed keystrokes > and also I do not have this problem with any of my other hardware running > openbsd. Some keystrokes dont get logged others are logged twice. > > System--> > http://www.supermicro.com/products/system/2U/6027/SYS-6027TR-DTRF.cfm > dmesg --> > http://img.photobucket.com/albums/v641/2muchricemakesmesick/dmesgmaster.png~o > riginal > > Can someone please tell me how I can fix this? It pretty much makes the > system useless. > > Thanks in advance > >
Do you actually need keyboard? I haven't tried it with X9 but I've just setup some X10 (A1SAi) with serial-over-lan (console redirect on com1, redirect after POST -> boot loader), it's much easier to work with than the java-plus-binary-module rubbish. As far as the OpenBSD side goes, if you 'stty com1 115200' and 'set tty com1' in the boot loader when you install, the installer will prompt you to run a console on that port automatically - otherwise if you've already installed, you can add the stty/set lines to /etc/boot.conf and run a getty on tty01 in /etc/ttys. Connect with "ipmitool -I lanplus -H hostname -U ADMIN -P ADMIN sol activate". Private network on the management lan port of course, *never* expose crappy BMC hardware to the internet! I run conserver on a host with a private network to BMCs, which runs the above command to connect to the consoles, which logs and manages access to them (and I recently added some config snippets for this to the port in -current).