Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2007 20:44:48 +0000
From:      Darren Reed <darrenr@hub.freebsd.org>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        Robert Watson <rwatson@FreeBSD.org>, current@freebsd.org
Subject:   Re: Experiences with 7.0-CURRENT and vmware.
Message-ID:  <20070510204448.GB73840@hub.freebsd.org>
In-Reply-To: <20070510194144.GA66798@xor.obsecurity.org>
References:  <20070510111326.GA94093@hub.freebsd.org> <20070510132153.A91312@fledge.watson.org> <20070510125445.GA5460@hub.freebsd.org> <20070510194144.GA66798@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 10, 2007 at 03:41:44PM -0400, Kris Kennaway wrote:
> On Thu, May 10, 2007 at 12:54:45PM +0000, Darren Reed wrote:
...
> > In another reply it was "hint.apic.0.disabled=1".
> > My current loader.conf:
> > 
> > vm.kmem_size=536870912
> > vm.kmem_size_max=536870912
> > unset acpi_load
> 
> acpi_load="NO" to disable the module
> 
> > hint.acpi.0.disabled=1
> > hint.apci.0.disabled=1
> 
> dunno what apci does :)
> 
> > hint.acpi.0.disabled="1"
> 
> This is the one that should work.  Can you confirm that you see it in
> the loader environment by doing 'show'?

ok.  I modified my loader.conf to be:

hint.acpi.0.disabled="1"
vm.kmem_size=536870912
vm.kmem_size_max=536870912
vfs.zfs.arc_max=402653184

and now ACPI is didsabled when the kernel boots :-)

Is it possible for parsing errors of this file to generate errors?
And maybe pause for a few seconds so they can be read?

When I was modifying the loader.conf, I was looking for errors on
bootup but regarding getting acpi vs apci vs apic right, I never
saw any.  My experience also tells me that errors seem to quietly
stop the rest of the file being parsed or...?

> > # sysctl kern.timecounter.hardware="ACPI-fast"
> > kern.timecounter.hardware: ACPI-safe
> > sysctl: kern.timecounter.hardware: Invalid argument
> 
> kern.timecounter.choice

When I tried to set this with sysctl, I got told it was read-only.
The next step was to put it in loader.conf but now ACPI *is* disabled :)

Cheers,
Darren



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070510204448.GB73840>