From owner-freebsd-emulation Mon Jun 28 8:38:22 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from cis.ohio-state.edu (mail.cis.ohio-state.edu [164.107.115.5]) by hub.freebsd.org (Postfix) with ESMTP id AD83314D96 for ; Mon, 28 Jun 1999 08:38:10 -0700 (PDT) (envelope-from cmcurtin@cis.ohio-state.edu) Received: from gold.cis.ohio-state.edu (cmcurtin@gold.cis.ohio-state.edu [164.107.112.16]) by cis.ohio-state.edu (8.9.1/8.9.1) with ESMTP id LAA15088; Mon, 28 Jun 1999 11:38:09 -0400 (EDT) Received: (from cmcurtin@localhost) by gold.cis.ohio-state.edu (8.9.1/8.9.1) id LAA24744; Mon, 28 Jun 1999 11:38:09 -0400 (EDT) To: Jolicoeur Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: Vmware? References: <37752ED1.F510477C@globalserve.net> X-Face: L"IcL.b%SDN]0Kql2b`e.}+i05V9fi\yX#H1+Xl)3!+n/3?5`%-SA-HDgPk9uTk<3dv^J5DCgal)-E{`zN#*o6F|y>r)\< Date: 28 Jun 1999 11:38:08 -0400 In-Reply-To: Jolicoeur's message of "Sat, 26 Jun 1999 12:49:37 -0700" Message-ID: Lines: 6 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "20 Minutes to Nikko" Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org VMWare uses a kernel module in Linux, which negates FreeBSD's binary compatibility with Linux. There is no FreeBSD version. Linux can host VMWare and FreeBSD can run inside of VMWare on a Linux machine, however. -- Matt Curtin cmcurtin@interhack.net http://www.interhack.net/people/cmcurtin/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Jul 1 9:45:24 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.ruhr.de (in-ruhr2.ruhr.de [141.39.224.60]) by hub.freebsd.org (Postfix) with SMTP id 171BC14D90 for ; Thu, 1 Jul 1999 09:44:51 -0700 (PDT) (envelope-from robsch@robkaos.ruhr.de) Received: (qmail 78415 invoked by alias); 1 Jul 1999 16:45:20 -0000 Received: by robkaos.ruhr.de (Smail-3.2 1996-Jul-4 #1) id ; Thu, 1 Jul 1999 18:41:07 +0200 (CEST) Message-Id: From: robsch@robkaos.ruhr.de (Robert Schien) Subject: Informix libraries link problem To: freebsd-emulation@freebsd.org Date: Thu, 1 Jul 1999 18:41:07 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On my 4.0-current system I have the Informix IDS database server running. The software runs fine, but there is a problem with the libraries for application development. After correcting some symbolic links in /compat/linux/usr/lib as described here on the list a few weeks ago I was able to compile and link some demo applications but running the binaries results in segmentation faults immediately after starting :( Compiling a trivial hello-world program works fine. Inspecting with truss gave me the impression that the errors with the compiled demos appear while loading various shared libraries. The shell I'm using is a Linux shell. The PATH environment variable contains /compat/linux/bin and /compat/linux/usr/bin as first entries. Are there any known inconsistences between commercial linux libs, FreeBSD and the Linux development system (I have version 0.2 installed) under FreeBSD? BTW, accessing the Informix server with JDBC under JDK-1.1.8 works fine. TIA Robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Jul 1 11:34:25 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id E41A715892 for ; Thu, 1 Jul 1999 11:34:16 -0700 (PDT) (envelope-from freebsd-emulation@scc.nl) Received: from scones.sup.scc.nl (i200.ztm.euronet.nl [194.134.67.1]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id UAA24148 from for ; Thu, 1 Jul 1999 20:34:12 +0200 (MET DST) Received: (from daemon@localhost) by scones.sup.scc.nl (8.9.3/8.9.3) id UAA93041 for emulation@FreeBSD.ORG; Thu, 1 Jul 1999 20:05:01 +0200 (CEST) (envelope-from freebsd-emulation@scc.nl) Received: from GATEWAY by scones.sup.scc.nl with netnews for emulation@FreeBSD.ORG (emulation@FreeBSD.ORG) To: emulation@FreeBSD.ORG Date: Thu, 01 Jul 1999 20:04:58 +0200 From: Marcel Moolenaar Message-ID: <377BADCA.7D59501D@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: Subject: Re: Informix libraries link problem Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Robert Schien wrote: > After correcting some symbolic links in /compat/linux/usr/lib > as described here on the list a few weeks ago I was able to > compile and link some demo applications but running the binaries > results in segmentation faults immediately after starting :( Could you be more specific. > Inspecting with truss gave me the impression that the errors with the > compiled demos appear while loading various shared libraries. The library that is giving you problems is probably a FreeBSD native library. You should be able to see or infere that from the trace. > Are there any known inconsistences between commercial linux libs, > FreeBSD and the Linux development system (I have version 0.2 installed) > under FreeBSD? They're not up-to-date. See also http://www.scc.nl/~marcel/ for alternative ports based on the RH 5.2 release (the RH 6.0 based ports do not work yet). -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Jul 2 15:24:49 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id A6EA614E1B; Fri, 2 Jul 1999 15:24:30 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-3-23.dialup.rdu.ipass.net [209.170.134.23]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id SAA14732; Fri, 2 Jul 1999 18:24:24 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id SAA09738; Fri, 2 Jul 1999 18:26:21 -0400 (EDT) (envelope-from rhh) Date: Fri, 2 Jul 1999 18:26:20 -0400 From: Randall Hopper To: multimedia@freebsd.org, emulation@freebsd.org Subject: RealPlayer G2 for Linux (6.0-0.99051701) Message-ID: <19990702182620.A9199@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org http://www.real.com/products/player/linux.html FWIW, it works pretty well here on 3.2-RELEASE with Voxware. You'll just need to grab /usr/lib/libstdc++.so.2.8 from a Linux box somewhere. That's missing from the 3.2-R linuxlib. For example at http://www.sagabegins.com/: http://ramhurl.real.com/smildemohurl.ram?file=g2audio/jive/wierd_al/wierdal_starwars.rm needs 6.0-G2. One oddity though. The frame rate starts out nicely (10-15 fps), but gets slower and slower as it goes on (down to many seconds per frame). May be the web server, net latency, socket blocking, or who knows. The audio is fine though all the way through. No breaks or studders at all. Just the video has problems. BTW, 233MMX and 56K modem here, so horsepower isn't a problem. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Jul 2 15:28:33 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 5C57A14E49; Fri, 2 Jul 1999 15:28:22 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-3-23.dialup.rdu.ipass.net [209.170.134.23]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id SAA15290; Fri, 2 Jul 1999 18:28:17 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id SAA09833; Fri, 2 Jul 1999 18:30:13 -0400 (EDT) (envelope-from rhh) Date: Fri, 2 Jul 1999 18:30:13 -0400 From: Randall Hopper To: multimedia@freebsd.org, emulation@freebsd.org Subject: Re: RealPlayer G2 for Linux (6.0-0.99051701) Message-ID: <19990702183013.A9744@ipass.net> References: <19990702182620.A9199@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990702182620.A9199@ipass.net>; from Randall Hopper on Fri, Jul 02, 1999 at 06:26:20PM -0400 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org |http://www.real.com/products/player/linux.html BTW, if you pull it, you might consider put "FreeBSD user" in the name field along with your name. Also, I mailed alphag2@real.com and asked them to add FreeBSD to the Linux-binary-download platforms list; currently you have to lie when you download. They'll no doubt ignore one person, but more feedback might spark some action... Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Sat Jul 3 3:59: 7 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from news.itfs.nsk.su (news.itfs.nsk.su [212.20.32.45]) by hub.freebsd.org (Postfix) with ESMTP id A7E9614CF8 for ; Sat, 3 Jul 1999 03:59:01 -0700 (PDT) (envelope-from nnd@news.itfs.nsk.su) Received: (from nnd@localhost) by news.itfs.nsk.su (8.9.2/8.9.2) id RAA11491; Sat, 3 Jul 1999 17:58:59 +0700 (NSS) (envelope-from nnd) Date: Sat, 3 Jul 1999 17:58:59 +0700 (NSS) From: "Nickolay N. Dudorov" Message-Id: <199907031058.RAA11491@news.itfs.nsk.su> To: emulation@freebsd.org Subject: Re: RealPlayer G2 for Linux (6.0-0.99051701) In-Reply-To: <19990702182620.A9199@ipass.net> User-Agent: tin/pre-1.4-980818 ("Laura") (UNIX) (FreeBSD/3.1-STABLE (i386)) Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In <19990702182620.A9199@ipass.net> Randall Hopper wrote: > http://www.real.com/products/player/linux.html > One oddity though. The frame rate starts out nicely (10-15 fps), but gets > slower and slower as it goes on (down to many seconds per frame). May be > the web server, net latency, socket blocking, or who knows. The audio is > fine though all the way through. No breaks or studders at all. Just the > video has problems. > BTW, 233MMX and 56K modem here, so horsepower isn't a problem. Do you see this frame rate degradation with 'statistics' window on ? In my case the frame rate is at 15 fps (server's rate) without 'statisctics' window and slows down to 3-4 fps with it. It seems to me that there can be some problems with FreeBSD's emulation of linux threads. N.Dudorov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message