From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 12 11:27:36 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 572BD16A400 for ; Mon, 12 Feb 2007 11:27:36 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from nibbel.kulnet.kuleuven.ac.be (nibbel.kulnet.kuleuven.ac.be [134.58.240.41]) by mx1.freebsd.org (Postfix) with ESMTP id 18F9013C4A7 for ; Mon, 12 Feb 2007 11:27:36 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from localhost (localhost [127.0.0.1]) by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP id E915C4D668; Mon, 12 Feb 2007 12:27:34 +0100 (CET) Received: from smtp02.kuleuven.be (lepidus.kulnet.kuleuven.ac.be [134.58.240.72]) by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 5BC154D662; Mon, 12 Feb 2007 12:27:34 +0100 (CET) Received: from kalimero.kotnet.org (kalimero.kotnet.org [10.4.16.222]) by smtp02.kuleuven.be (Postfix) with ESMTP id F37F82CAB13; Mon, 12 Feb 2007 12:27:33 +0100 (CET) Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.13.8/8.13.8) with ESMTP id l1CBRWbW002022; Mon, 12 Feb 2007 12:27:33 +0100 (CET) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: freebsd-emulation@freebsd.org Date: Mon, 12 Feb 2007 12:27:29 +0100 User-Agent: KMail/1.9.5 References: <20070211160403.CNP31726@ms1.nss.udel.edu> In-Reply-To: <20070211160403.CNP31726@ms1.nss.udel.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702121227.31828.tijl@ulyssis.org> X-Virus-Scanned: by KULeuven Antivirus Cluster Cc: carl@udel.edu Subject: Re: FreeBSD-6.2 and MAPLE-9 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2007 11:27:36 -0000 On Sunday 11 February 2007 22:04, carl@udel.edu wrote: > Thank you very much for your assistance, it is greatly appreciated! > I've implemented your suggestions below, and the maple splash comes > up, and then hangs. When I run maple in text mode, I still get > "maple: could not start server", which I believe would explain the > hanging. Any thoughts on why the server won't start? Again, this > is happening with linux_base-fc4; this text-mode problem does not > manifest itself if I use an older linux_base. > > Thank you very much for your assistance, it is greatly appreciated! In /path/to/maple/bin/maple, I also have these two lines commented out, but I don't remember if the install did that or if it was me. It shouldn't really make any difference either, but you never know... # MR_CHECK=`perl -ane '$_ =~ /Mandrake Linux release (\d+)\.(\d+)/; print $1 if $1 >= 9;' /etc/redhat-release` # RH_CHECK=`perl -ane '$_ =~ /Red Hat .* release (\d+)(\.\d+)?/; print $1 if ($1 >= 7);' /etc/redhat-release`