From owner-freebsd-emulation@FreeBSD.ORG Fri Jan 22 00:10:07 2010 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D64071065676 for ; Fri, 22 Jan 2010 00:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C63AE8FC12 for ; Fri, 22 Jan 2010 00:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0M0A7Nr070656 for ; Fri, 22 Jan 2010 00:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0M0A7FM070654; Fri, 22 Jan 2010 00:10:07 GMT (envelope-from gnats) Date: Fri, 22 Jan 2010 00:10:07 GMT Message-Id: <201001220010.o0M0A7FM070654@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: Scot Hetzel Cc: Subject: Re: ports/142837: [patch] emulators/linux_base-* packages fails to install when linux.ko is not installed X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Scot Hetzel List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2010 00:10:07 -0000 The following reply was made to PR ports/142837; it has been noted by GNATS. From: Scot Hetzel To: Boris Samorodov Cc: bug-followup@freebsd.org Subject: Re: ports/142837: [patch] emulators/linux_base-* packages fails to install when linux.ko is not installed Date: Thu, 21 Jan 2010 18:08:44 -0600 On Thu, Jan 21, 2010 at 4:54 PM, Boris Samorodov wrote: > Scot, thanks for the patch. Really there is no consystency. ;-) > However, I'm not sure if the proposed behavior is desirable. > I.e. if a port loads kernel module but the system is not configured > to do it at next reboot, then a user may got very surprised. Esp. > if previous uptime was several months... > The pkg-message informs the user to add linux_enable to rc.conf to enable Linux mode permanetly. If they don't pay attention to the pkg-message it is their fault for not enabling it. ;-) Scot