From owner-freebsd-stable@FreeBSD.ORG Thu Jul 1 14:05:02 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 2E771106566B for ; Thu, 1 Jul 2010 14:05:02 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id B75888FC21 for ; Thu, 1 Jul 2010 14:05:01 +0000 (UTC) Received: by wwb28 with SMTP id 28so845586wwb.31 for ; Thu, 01 Jul 2010 07:04:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=2JsPZ7AA2Oeivilwbbe/9YJ2i65+NCO4QPbTRd2I+ts=; b=rY2OhgKszaBLctf7EWbCJ0IjqrYqV+Ns3ioPa1QIigHbHuztyaMwvB+CvSvOnwKJ9u LF4R5BO+S9CJ4LRykzeDf9h9zwGz4Hyo6LIwgKNKzSigy4MRQN1elEcTswHdZmPJQNXt /ZjS/NIJW5Cfmn/P/6urysTidUoHKHpYpNb6w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ZEGvUfQxc+QXJ1p5ISDU0kmhYCpLamNaQFRl+6YtVYT8yx4j8YtzEm1mAXQim69m35 FzmQHyXdn8OoegkWk199/NOI0fpRY7d+Hg4KHhCN6JnxDrZBLLVG0gV03dHmFLo/KPwc GXXK6MpFnlf9gp2RaJ/+30NSdGeUmACJVuyQY= MIME-Version: 1.0 Received: by 10.213.9.200 with SMTP id m8mr2322157ebm.11.1277993096245; Thu, 01 Jul 2010 07:04:56 -0700 (PDT) Received: by 10.213.15.208 with HTTP; Thu, 1 Jul 2010 07:04:56 -0700 (PDT) In-Reply-To: <4C2B35A2.7010709@vfemail.net> References: <4C2B35A2.7010709@vfemail.net> Date: Thu, 1 Jul 2010 15:04:56 +0100 Message-ID: From: Tom Evans To: Free BSD Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Stable Mailing List 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 14:05:02 -0000 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 when 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. Cheers Tom