From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 16:34:38 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 972A5106566B for ; Mon, 13 Feb 2012 16:34:38 +0000 (UTC) (envelope-from break19@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 550DA8FC17 for ; Mon, 13 Feb 2012 16:34:38 +0000 (UTC) Received: by yenl12 with SMTP id l12so3149288yen.13 for ; Mon, 13 Feb 2012 08:34:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=zZc/mcdlJ7zJjYN8+kvNnbky7M6KVk7SKcI+zZb3S1Y=; b=UQw9sBy5qiyCDu4IfYafCy/GLdSxN9nvqZNt+iX9HSxEsM7KPerEMGj/yVhxqmY/iY Mqpb6bvgLxyvQZ6QZ8vcsbI5icqRdHnBulW8iUhMQV/oKVXqsGkDW7JvOBqCHpMgwmd8 XHtsdhKhYGpG8P0Bazum2BZz3B2E+q023IS84= Received: by 10.50.15.129 with SMTP id x1mr13366971igc.14.1329150877046; Mon, 13 Feb 2012 08:34:37 -0800 (PST) Received: from [192.168.0.199] ([184.239.67.254]) by mx.google.com with ESMTPS id ut1sm21307849igc.2.2012.02.13.08.34.33 (version=SSLv3 cipher=OTHER); Mon, 13 Feb 2012 08:34:36 -0800 (PST) Message-ID: <4F393B95.7070203@gmail.com> Date: Mon, 13 Feb 2012 10:34:29 -0600 From: Chuck Burns User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20120213.220645.343708041324869748.nyan@FreeBSD.org> In-Reply-To: <20120213.220645.343708041324869748.nyan@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: loader is aborted with 'out of memory' X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 16:34:38 -0000 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 > _______________________________________________ > 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/