From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 23 21:50:49 2008 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FA5D106564A for ; Wed, 23 Apr 2008 21:50:49 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from cavuit02.kulnet.kuleuven.be (cavuit02.kulnet.kuleuven.be [134.58.240.44]) by mx1.freebsd.org (Postfix) with ESMTP id 09BA58FC1B for ; Wed, 23 Apr 2008 21:50:48 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from smtps02.kuleuven.be (smtpshost02.kulnet.kuleuven.be [134.58.240.75]) by cavuit02.kulnet.kuleuven.be (Postfix) with ESMTP id 0FDD351C002; Wed, 23 Apr 2008 23:50:37 +0200 (CEST) Received: from kalimero.kotnet.org (kalimero.kotnet.org [10.4.16.222]) by smtps02.kuleuven.be (Postfix) with ESMTP id D49E0F3862; Wed, 23 Apr 2008 23:50:36 +0200 (CEST) Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.2/8.14.2) with ESMTP id m3NLoaOW010864; Wed, 23 Apr 2008 23:50:36 +0200 (CEST) (envelope-from tijl@ulyssis.org) X-Kuleuven: This mail passed the K.U.Leuven mailcluster From: Tijl Coosemans To: "John Wright" Date: Wed, 23 Apr 2008 23:50:34 +0200 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804232350.35658.tijl@ulyssis.org> X-KULeuven-Information: Katholieke Universiteit Leuven X-KULeuven-Scanned: Found to be clean X-Spam-Status: not spam, SpamAssassin (not cached, score=-50, required 5, autolearn=disabled, KUL_SMTPS -50.00) X-KULeuven-Envelope-From: tijl@ulyssis.org Cc: freebsd-emulation@freebsd.org Subject: Re: Maple 10 & linux_base-fc6 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: Wed, 23 Apr 2008 21:50:49 -0000 Hi John, On Wednesday 23 April 2008 22:10:18 John Wright wrote: > I'm having some problems getting Maple 10 working on FreeBSD and I'm hoping > someone can sort me out. From the FreeBSD Handbook and from the forums I've > found a way to install Maple 10 and have it recognize FreeBSD as a type of > Linux. All is well until I actually run it. > > See, a few months back I was running 6.3-RELEASE with linux_base-fc4 and I > was able to install FreeBSD and run it, but I couldn't connect to the kernel > because of an rt_sigpending error. This has been documented and there is a > fix available (a patch). I was never able to get it working with the patch > and eventually I had a fresh install of 7.0 anyways. Now I'm using > linux_base-fc6 (because Skype calls for it now) and I've recently tried to > install Maple again. When I run "xmaple" (the X version) it hangs at the > splash screen. If I run "maple" I get an error (because I haven't activated > it yet, but that's okay). I don't want to activate it yet until I know that > it is working under FreeBSD because I've had to keep asking Maple again and > again to reset my Activation code because I've been trying to install and > reinstall a lot. > > I also tried installing linux_base-f8 but when I had it installed I didn't > even get the splash screen, it just froze immediately. One more thing, > there is an "activation" program that is included which you can run > separately from xmaple in order to activate it. When I run this, the window > for it pops up just fine, and I can enter the activation code and > everything. So it seems that the command-line Maple is working fine but the > X-window version is not, and I'm not really sure why. I'd really like to > run the X version so any help is appreciated. > > jello# uname -a > FreeBSD jello.hwresnet.org 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 > 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > i386 > > linux_base-fc6-6_5 > xorg-7.3_1 > > Also, before I sent out this email I tried to run Maple again and opened a > new terminal to see what processes are running while Maple is frozen, and > I'm not sure what to make of it. Maybe the reason Maple isn't starting is > Java related? The Linux version of the Java runtime needs linprocfs(5): mount -t linprocfs linprocfs /compat/linux/proc It might also help to run maple/xmaple using the Linux /bin/sh: /compat/linux/bin/sh /path/to/xmaple Then you don't need to modify any script to add a FreeBSD case.