From owner-freebsd-stable@FreeBSD.ORG Thu Jul 1 18:06:35 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 763E9106566B for ; Thu, 1 Jul 2010 18:06:35 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2EF1F8FC18 for ; Thu, 1 Jul 2010 18:06:34 +0000 (UTC) Received: by gyf3 with SMTP id 3so1546760gyf.13 for ; Thu, 01 Jul 2010 11:06:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=96BtFixCvakOQV0XJKRgywudtecQc5FLEHZfVi4xCso=; b=W5ZWzC4n+3tpzBNXNEpXXr51FU7qymMAyX+b6h/IzR74ZRGDuR5kxPq8WOd3lhWhah C6Wxx5R234TM8JodJiU4Snd1xb34StrYhJprzqDV+0cp+GucsG3KY2KR27FB3h3MAzEe Y3zAOsyNsZbTifg2G9IfY+nhfxOQRISyEoHpQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=oIIQE1U2CThiBIgZ89adGTy7oGOgTa/IhxPApwjBfO8MoHHIdLEr0RD8KPWjfOIN4P Qbfr36zg/bfddzd/jhu9Oa94l/xRGJpsX7SnopvNZmfjP7HiQpCeIEV5SoNOniveWxhq fgGRcqkKAA+CPOAMFNF8ceyfA2q3cRvagJ+VU= MIME-Version: 1.0 Received: by 10.229.183.198 with SMTP id ch6mr6414356qcb.243.1278007587377; Thu, 01 Jul 2010 11:06:27 -0700 (PDT) Received: by 10.229.221.83 with HTTP; Thu, 1 Jul 2010 11:06:27 -0700 (PDT) In-Reply-To: <20100701145848.GA97312@icarus.home.lan> References: <4C2B35A2.7010709@vfemail.net> <20100701145848.GA97312@icarus.home.lan> Date: Thu, 1 Jul 2010 11:06:27 -0700 Message-ID: From: Garrett Cooper To: Jeremy Chadwick Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Tom Evans , FreeBSD Stable Mailing List , Free BSD Subject: Re: kernel issues with 8 STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2010 18:06:35 -0000 On Thu, Jul 1, 2010 at 7:58 AM, Jeremy Chadwick wrote: > On Thu, Jul 01, 2010 at 03:04:56PM +0100, Tom Evans wrote: >> On Wed, Jun 30, 2010 at 1:16 PM, Free BSD wrote: >> > Dear List Members >> > Also, even though I have custom keyboard in my kernel configuration, >> > whenever I boot into single user mode I get US layout (it works fine w= hen in >> > multi-user mode). >> >> Does it work correctly if you run kbdmap and choose the correct >> layout? If so, set keymap in /etc/rc.conf so it is always configured >> correctly. > > AFAIK this only applies to multi-user mode. =A0rc scripts (thus use of > rc.conf), to my knowledge, aren't run in single-user. Depending on what's going on, I've run rc scripts in single user mode to diagnose issues and/or get my machine(s) up to limping state, but by and large that's not a supported model (and thus I have booted my machine into quasi-multiuser mode). Just wanted to say that there are other folks out there using rc scripts for `non-standard' multiuser scenarios :). Thanks, -Garrett