From owner-freebsd-stable@FreeBSD.ORG Thu Nov 10 20:57:58 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAC2B16A41F for ; Thu, 10 Nov 2005 20:57:58 +0000 (GMT) (envelope-from bkelly@vadev.org) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67B2443D45 for ; Thu, 10 Nov 2005 20:57:58 +0000 (GMT) (envelope-from bkelly@vadev.org) Received: (qmail 15249 invoked from network); 10 Nov 2005 20:57:58 -0000 Received: from vadev.org (HELO [192.168.1.101]) (desdicardo@[66.92.166.151]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 10 Nov 2005 20:57:58 -0000 Message-ID: <4373B454.8080502@vadev.org> Date: Thu, 10 Nov 2005 15:57:56 -0500 From: Ben Kelly User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org References: <200511071149.03181.bkelly@vadev.org> <200511072105.36728.sarxan@azerin.com> <200511071310.51482.bkelly@vadev.org> <200511072319.18538.sarxan@azerin.com> In-Reply-To: <200511072319.18538.sarxan@azerin.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: loader.conf setting ignored 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, 10 Nov 2005 20:57:58 -0000 Sarxan Elxanzade wrote: > It looks like console access is necessary. But may be someone prompt another > solution. So it turns out you can set kern.geom.debugflags from loader.conf. The gvinum mirror problem I was trying to debug was causing the problem. Edits to loader.conf were only being written to the second disk, but the loader was reading the first disk during boot. After manually copying /boot over it worked fine. Just thought I would mention that for the archives. - Ben