Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2012 10:34:29 -0600
From:      Chuck Burns <break19@gmail.com>
To:        freebsd-current@freebsd.org
Subject:   Re: loader is aborted with 'out of memory'
Message-ID:  <4F393B95.7070203@gmail.com>
In-Reply-To: <20120213.220645.343708041324869748.nyan@FreeBSD.org>
References:  <20120213.220645.343708041324869748.nyan@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2/13/2012 7:06 AM, TAKAHASHI Yoshihiro wrote:
> I got the following error of the current loader if I put the xxx_after
> line into loader.conf to wait a key after load the xxx module.
>
> ---
> Error: out of memory
> Module xxx
> Error executing read -p "Press Enter"
> Aborted!
> ---
>
> The loader.conf is:
> xxx_load="YES"
> xxx_after="read -p \"Press Enter\""
>
>
> Does anyone know what is wrong?
>
> ---
> TAKAHASHI Yoshihiro<nyan@FreeBSD.org>
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Uhm, yea.. it's having trouble executing the command 'read -p "Press Enter"'

My guess is, it can't run that command "read". Perhaps it needs a full 
path, or something? grasping at straws on the fix you want, but the 
error message is pretty clear..  and without the _after line I'm betting 
it would boot fine.

-- 
Chuck Burns
The Southern Libertarian (owner/editor)
http://www.thesouthernlibertarian.com/




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