From owner-freebsd-proliant@FreeBSD.ORG Tue Oct 23 22:21:07 2012 Return-Path: Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC70AFCC for ; Tue, 23 Oct 2012 22:21:07 +0000 (UTC) (envelope-from ziyanm@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id A8C5F8FC0A for ; Tue, 23 Oct 2012 22:21:07 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id rp8so819108pbb.13 for ; Tue, 23 Oct 2012 15:21:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=NpLamWW2pQF96nI4FdYtLbux4F88HVlyPze/nTryg8o=; b=PFGa5ZzttKosRyJ1RsdlPeI13JEC2D94SSKMUMNcxyPUqQnq7sprVTTxe2QqViINT3 AcKV6eoLbDgxT/SnyqWYU7PFGOwXfkob4W/TXNLMT29Fh4dAEABO5MzvpwJvs4M/mcd6 MA0O1QNJQAE0O1gbw3zWNPSm/U348lkNgcMfhrUl56elIK+OVi5f/P2AyI6ez3uoyt9V h5EbrwlIEAbxxc1OUg0nkKxyoW1l+/sUNEPIgPWg9TyCxobUDVpX7o5YOTXeZ5LwzMGK yMT/lAiWBH0TG9oFCalQHSwOntjBf2SardTzB8oQitsU4E22QMgTBI79Lr5riIdLJnsm p6sA== Received: by 10.68.209.200 with SMTP id mo8mr44314296pbc.102.1351030867394; Tue, 23 Oct 2012 15:21:07 -0700 (PDT) Received: from ziyans-macbook.lan ([112.135.248.0]) by mx.google.com with ESMTPS id h6sm8350371paw.12.2012.10.23.15.21.05 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 23 Oct 2012 15:21:06 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1278) Subject: Re: REMCONS broken after upgrading to 9.1-RC2 From: Ziyan Maraikar In-Reply-To: <18068A7B-00E0-46A6-9653-837520EA9E04@gmail.com> Date: Wed, 24 Oct 2012 03:51:02 +0530 Content-Transfer-Encoding: quoted-printable Message-Id: <4778CC68-6054-43C2-8368-E38CFCD0DF0A@gmail.com> References: <18068A7B-00E0-46A6-9653-837520EA9E04@gmail.com> To: freebsd-proliant@freebsd.org X-Mailer: Apple Mail (2.1278) X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 22:21:08 -0000 On 22-Oct-2012, at 4:08 PM, Ziyan Maraikar wrote: > [cross-posted to freebsd-questions] > Hello all,=20 >=20 > I had a working REMCONS setup on Freebsd 9.0 for remote access on my = HP DL165 G7 (LO100i). I recently built and installed 9.1-RC2 on a = separate dataset on this machine's ZFS pool and merged in my existing = configuration from 9.0.=20 >=20 > On 9.1-RC2 I no longer get a login prompt. However, I still do have = access to the loader prompt and can see the kernel boot messages on the = serial console. I built my GENERIC kernel and world using clang with = default flags. I see that the kernel identifies the serial port getty = has spawned on the port. FYI, enabling the BIOS output on COM1 (REMCONS port) and setting = appropriate baud/parity/stop bits fixed the problem. I can't recall the = exact CMOS setting that worked right now. __ Ziyan.