From owner-freebsd-questions@FreeBSD.ORG Mon Jan 23 13:52:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 872AA16A41F for ; Mon, 23 Jan 2006 13:52:01 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id C39CE44546 for ; Mon, 23 Jan 2006 13:51:59 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [192.168.0.2] ([82.41.34.87]) by smtp-out3.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Mon, 23 Jan 2006 13:52:59 +0000 Message-ID: <43D4DF7E.2090706@dial.pipex.com> Date: Mon, 23 Jan 2006 13:51:58 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20051106 X-Accept-Language: en MIME-Version: 1.0 To: Grant Peel References: <001201c61eaf$28d81e00$6501a8c0@GRANT> In-Reply-To: <001201c61eaf$28d81e00$6501a8c0@GRANT> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Jan 2006 13:52:59.0818 (UTC) FILETIME=[524AC0A0:01C62024] Cc: freebsd-questions@freebsd.org Subject: Re: Dell DRAC QUestion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2006 13:52:01 -0000 Grant Peel wrote: > Hi all, > > I have three servers with Dell remote access cards. > > One of them work fine. It is running FBSD5.4, and when I log onto the > DRAC card I can acces the console fine. > > The other two, I can only access the console up untill the point that > the login: prompt appears. After that, I can't. > > I have the bios setting the same for all three cards, per the Dell > (DRAC) instructions. > > Does anyone have experience with these and pehaps let me know what (if > any) FBSD setting to review? Do you have any PS/2 keyboards plugged in to these servers? That will stop DRACs working since they are a virtual USB keyboard and FreeBSD can only handle one console keyboard and the PS/2 will override. This is a bit of a pain, but our policy (which seems to work) is that we never plug a keyboard in and only ever use the DRAC. If you do need a PS/2 at some point, you can switch with kbdcontrol - see the man page. --Alex