From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 13:06:52 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD530106564A for ; Mon, 13 Feb 2012 13:06:52 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from sakura.ccs.furiru.org (sakura.ccs.furiru.org [IPv6:2001:2f0:104:8060::1]) by mx1.freebsd.org (Postfix) with ESMTP id 498E48FC13 for ; Mon, 13 Feb 2012 13:06:52 +0000 (UTC) Received: from localhost (authenticated bits=0) by sakura.ccs.furiru.org (unknown) with ESMTP id q1DD6knJ018739 for ; Mon, 13 Feb 2012 22:06:49 +0900 (JST) (envelope-from nyan@FreeBSD.org) Date: Mon, 13 Feb 2012 22:06:45 +0900 (JST) Message-Id: <20120213.220645.343708041324869748.nyan@FreeBSD.org> To: current@freebsd.org From: TAKAHASHI Yoshihiro X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: 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 13:06:52 -0000 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