Re: [Ipmitool-devel] Implement "Get User Access Command"

2009-01-09 Thread Carol Hebert
Hi Jan, Very nice -- docs and everything! :-) This patch looks great and the new functionality is nice -- I've committed it to cvs. If anyone finds an issue with it that I missed, please let me know. Thank you! Carol On Thu, 2009-01-08 at 14:31 +0100, Jan Safranek wrote: > Currently it's po

Re: [Ipmitool-devel] Q about SOL during linux kernel boot

2009-01-09 Thread Corey Minyard
Andy Cress wrote: > Carsten, > > In your grub.conf, do you have "console=ttyS1,19200n8" or similar on the > kernel parameters line? > You also generally need an "r" at the end of that to use rts/cts flow control, otherwise it will drop characters. Like: "console=ttyS1,19200n8r" And you need t

Re: [Ipmitool-devel] Q about SOL during linux kernel boot

2009-01-09 Thread Carsten Aulbert
Hi Andy Cress wrote: > Carsten, > > In your grub.conf, do you have "console=ttyS1,19200n8" or similar on the > kernel parameters line? > Also check the kernel parameters to make sure that "rhgb" or similar has > been removed so that it isn't trying to send graphics to the serial > console. > Ty

Re: [Ipmitool-devel] Q about SOL during linux kernel boot

2009-01-09 Thread Andy Cress
Carsten, In your grub.conf, do you have "console=ttyS1,19200n8" or similar on the kernel parameters line? Also check the kernel parameters to make sure that "rhgb" or similar has been removed so that it isn't trying to send graphics to the serial console. Andy -Original Message- From: C

Re: [Ipmitool-devel] Q about SOL during linux kernel boot

2009-01-09 Thread Steffen Grunewald
On Fri, Jan 09, 2009 at 01:34:50PM +0100, Carsten Aulbert wrote: > Hi James, > > James Pearson wrote: > > > > Does the SOL share the same network interface as used by the OS? I've > > see cases where SOL will be dropped when the OS loads/uses the NIC driver. > > > > On dual NIC machines, we use

Re: [Ipmitool-devel] Q about SOL during linux kernel boot

2009-01-09 Thread Carsten Aulbert
Hi James, James Pearson wrote: > > Does the SOL share the same network interface as used by the OS? I've > see cases where SOL will be dropped when the OS loads/uses the NIC driver. > > On dual NIC machines, we use the 2nd NIC for the OS and leave the first > NIC for IPMI Yes, that could be the

Re: [Ipmitool-devel] Q about SOL during linux kernel boot

2009-01-09 Thread James Pearson
Carsten Aulbert wrote: > Hi all, > > another question just waited for us in the darkness and jumped right > into our faces. When we boot a machine we cannot follow the boot process > through the end but it just stops at some point and we have no idea why. > Can anyone enlighten us please? > > Che