From owner-cvs-ports Wed Dec 18 20:46:24 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA29415 for cvs-ports-outgoing; Wed, 18 Dec 1996 20:46:24 -0800 (PST) Received: from dfw-ix10.ix.netcom.com (dfw-ix10.ix.netcom.com [206.214.98.10]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id UAA29410; Wed, 18 Dec 1996 20:46:18 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (ala-ca13-06.ix.netcom.com [204.32.168.38]) by dfw-ix10.ix.netcom.com (8.6.13/8.6.12) with ESMTP id UAA18583; Wed, 18 Dec 1996 20:45:41 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id UAA04370; Wed, 18 Dec 1996 20:45:36 -0800 (PST) Date: Wed, 18 Dec 1996 20:45:36 -0800 (PST) Message-Id: <199612190445.UAA04370@silvia.HIP.Berkeley.EDU> To: erich@lodgenet.com CC: erich@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199612121407.IAA20668@jake.lodgenet.com> (erich@lodgenet.com) Subject: Re: cvs commit: ports/games/doom - Imported sources From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * do you have the linuxulator loaded? `pat' is a linux binary and the * kernel is trying to run it as a shell script. Can I assume that * this will be loaded, or should I go through some contortions to * check modstat and call /usr/bin/linux if necessary? I see. Yes, I would say so. Or at least print out a message and quit before it gets there. I'm not too up to full speed with the Linux emulator stuff, does it require special things in the kernel (I tried it and it worked on our machines, but I can't tell if that's generic enough)? If not, I suggest you put in a modstat | grep || /usr/bin/linux pipeline. Satoshi