From owner-freebsd-questions@FreeBSD.ORG Thu Apr 2 16:26:25 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F3D91065673 for ; Thu, 2 Apr 2009 16:26:25 +0000 (UTC) (envelope-from prvs=336bbaaf0=a@jenisch.at) Received: from mgaterz1.oekb.co.at (mgaterz1.oekb.co.at [143.245.5.111]) by mx1.freebsd.org (Postfix) with ESMTP id 27F188FC15 for ; Thu, 2 Apr 2009 16:26:24 +0000 (UTC) (envelope-from prvs=336bbaaf0=a@jenisch.at) Received: from srv47.oekb.co.at ([143.245.2.137]) by mgaterz1.oekb.co.at with ESMTP; 02 Apr 2009 18:26:23 +0200 Received: from MAIL1.oekb.co.at ([143.245.2.188]) by srv47.oekb.co.at with Microsoft SMTPSVC(6.0.3790.3959); Thu, 2 Apr 2009 18:26:23 +0200 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL1.oekb.co.at with Microsoft SMTPSVC(6.0.3790.3959); Thu, 2 Apr 2009 18:26:23 +0200 Received: from aurora.oekb.co.at (localhost [127.0.0.1]) by aurora.oekb.co.at (8.14.3/8.14.3) with ESMTP id n32GQNPF073193; Thu, 2 Apr 2009 18:26:23 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.14.3/8.14.3/Submit) id n32GQN3e073192; Thu, 2 Apr 2009 18:26:23 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Thu, 2 Apr 2009 18:26:23 +0200 From: Ewald Jenisch To: Chagin Dmitry Message-ID: <20090402162623.GA33016@aurora.oekb.co.at> References: <20090402152823.GA1322@aurora.oekb.co.at> <20090402160438.GA8848@dchagin.static.corbina.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090402160438.GA8848@dchagin.static.corbina.ru> User-Agent: Mutt/1.4.2.3i X-OriginalArrivalTime: 02 Apr 2009 16:26:23.0197 (UTC) FILETIME=[C32DB0D0:01C9B3AF] Cc: freebsd-questions@freebsd.org Subject: Re: Stop during upgrade of textproc/linux-expat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2009 16:26:25 -0000 On Thu, Apr 02, 2009 at 08:04:38PM +0400, Chagin Dmitry wrote: > > linux_expat depends on running linuxulator > (USE_LDCONFIG=YES in Makefile) so kldload linux :) > Hi Dmitry, Thanks much for the hint! I tried "kldload linux" then restarting the build process and it went through :-) Something related but slightly off-topic: To load linux-emu (linuxolator) automatically - is having 'linux_load="YES"' in /boot/loader.conf sufficient? -ewald