From owner-freebsd-emulation Sun Jun 25 6:25: 2 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from netcom.com (netcom7.netcom.com [199.183.9.107]) by hub.freebsd.org (Postfix) with ESMTP id E6F3037B6AD for ; Sun, 25 Jun 2000 06:24:58 -0700 (PDT) (envelope-from stanb@netcom.com) Received: (from stanb@localhost) by netcom.com (8.9.3/8.9.3) id GAA15569 for freebsd-emulation@freebsd.org; Sun, 25 Jun 2000 06:23:11 -0700 (PDT) From: Stan Brown Message-Id: <200006251323.GAA15569@netcom.com> Subject: Help, please with JRE under Linux emulation To: freebsd-emulation@freebsd.org (FreeBSD Emulation) Date: Sun, 25 Jun 2000 09:23:10 -0400 (EDT) X-Mailer: ELM [version 2.5 PL3] 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 I am trying to install Oracle 8I frp Linux on my 4.0 STANLE machine. I have read teh section of the Handbook realting to this, and done as it sugested. However somehow I have come up missing, what I assume is, the Java Runtime Environmnet. When I run the Oracle installler, I get: Initializing Java Virtual Machine from /usr/local/jre/bin/jre. Please wait... Error in CreateOUIProcess(): -1 : No such file or directory Now, since I am runing /compat/bin/bash, when this occuts, I would think that the real path it is looking for would be /compat/linux/usr/local/jre/nin/jre, and indeed there is no such fie. I am by no means familar with JAVA, but I am geussing that this must be the Java Runtime Environment (for Linux). I probably need to install some port to get thsi. I have installed these ports, thinking that they might be it: /usr/ports/java/linux-jdk /usr/ports/hava/jdk but I still done't have the file the installer is looking for. Could someone tell me what port I need to install to get this file? Or how I may obtain it? Perhaps I need to download some RPM and install it? I have instlled the RPM port, if this is what I ned to do, Thanks. -- Stan Brown stanb@netcom.com 404-996-6955 Factory Automation Systems Atlanta Ga. -- Look, look, see Windows 95. Buy, lemmings, buy! Pay no attention to that cliff ahead... Henry Spencer (c) 1998 Stan Brown. Redistribution via the Microsoft Network is prohibited. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Sun Jun 25 11:20: 1 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from lafontaine.cybercable.fr (lafontaine.cybercable.fr [212.198.0.202]) by hub.freebsd.org (Postfix) with SMTP id 92EAD37BC88 for ; Sun, 25 Jun 2000 11:19:49 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 3060166 invoked from network); 25 Jun 2000 18:19:44 -0000 Received: from r224m65.cybercable.tm.fr (HELO gits.dyndns.org) ([195.132.224.65]) (envelope-sender ) by lafontaine.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 25 Jun 2000 18:19:44 -0000 Received: (from root@localhost) by gits.dyndns.org (8.9.3/8.9.3) id UAA16003 for clefevre@citeweb.net; Sun, 25 Jun 2000 20:19:40 +0200 (CEST) (envelope-from root) Posted-Date: Sun, 25 Jun 2000 20:19:40 +0200 (CEST) To: "Mark W. Krentel" Cc: clefevre@citeweb.net, freebsd-emulation@FreeBSD.ORG, freebsd-fs@FreeBSD.ORG Reply-To: clefevre@citeweb.net, krentel@dreamscape.com, freebsd-emulation@FreeBSD.ORG Subject: Re: panic running linux binaries from ext2fs References: <200006250608.CAA15375@dreamscape.com> Reply-To: clefevre@citeweb.net X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C From: Cyrille Lefevre Date: 25 Jun 2000 20:19:35 +0200 In-Reply-To: "Mark W. Krentel"'s message of "Sun, 25 Jun 2000 02:08:58 -0400 (EDT)" Message-ID: Lines: 57 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "Canyonlands" Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Mark W. Krentel" writes: > > how is mounted your linux filesystem ? > > is it mounted to /linux or to /compat/linux ? > > if /linux, do you have a symlink like /compat/linux -> /linux ? > > I use the linux_base-6.1 port, which installs some 57 Meg on > /compat/linux. But all that's on /usr, a UFS partition. > > My machine dual boots between Linux and Freebsd, so the Linux > partitions are on a different slice. I mount Linux's / partition on > /mnt, usually read-only to reduce the number of fsck's after each > panic. > > # Device Mountpoint FStype Options Dump Pass# > /dev/da0s1 /mnt ext2fs ro,noauto 0 0 > > > how do you run your linux application ? > > /linux/bin/whatever or /compat/linux/bin/whatever ? > > I'm not running the binaries in /compat/linux. I cd to /mnt/bin > (Linux's /bin) and run ./ls. I guess the problem is here. if the Linux binaries aren't branded, and not run from /compat/linux, FreeBSD run them in the FreeBSD kernel space, not the Linux kernel space. since the syscalls are differents... > > /linux/bin/whatever may failed if not branded to Linux, > > while /compat/linux/bin/whatever should work. > > try "brandelf -t Linux /linux/bin/whatever" before to run /linux/bin/whatever > > and make the symlink /compat/linux to /linux if it doesn't exists. > > I haven't branded them because I wasn't sure how Linux would react to > the brand. Besides, it doesn't seem to have trouble identifying that > they are Linux binaries. But I'll try the experiment tomorrow and > report if there's any difference. what says "brandelf /mnt/bin/ls" ? is there the Linux keyword somewhere ? if no, you probably need to brand them or don't complain. > All good ideas that could cause emulation to fail, but I don't see > where they would cause a panic. why don't you mount your Linux partition on top of /compat/linux ? so, you don't need to have the linux-base port installed. and all should work fine. > P.S. I know I announced this to both -emulation and -fs, but let's > restrict the follow-ups to one or the other, probably -emulation. fu2 freebsd-emulation@FreeBSD.ORG Cyrille. -- home:mailto:clefevre@no-spam.citeweb.net Supprimer "no-spam." pour me repondre. work:mailto:Cyrille.Lefevre@no-spam.edf.fr Remove "no-spam." to answer me back. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Jun 26 12:10: 8 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from gvr.gvr.org (gvr.gvr.org [194.151.74.97]) by hub.freebsd.org (Postfix) with ESMTP id 7E64237BC8D; Mon, 26 Jun 2000 12:10:03 -0700 (PDT) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id E45F5A85A; Mon, 26 Jun 2000 21:10:01 +0200 (CEST) Date: Mon, 26 Jun 2000 21:10:01 +0200 From: Guido van Rooij To: clefevre@citeweb.net, krentel@dreamscape.com, freebsd-emulation@FreeBSD.ORG Cc: freebsd-fs@FreeBSD.ORG Subject: Re: panic running linux binaries from ext2fs Message-ID: <20000626211001.A50614@gvr.gvr.org> References: <200006250608.CAA15375@dreamscape.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: ; from Cyrille Lefevre on Sun, Jun 25, 2000 at 08:19:35PM +0200 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jun 25, 2000 at 08:19:35PM +0200, Cyrille Lefevre wrote: > > I guess the problem is here. if the Linux binaries aren't branded, > and not run from /compat/linux, FreeBSD run them in the FreeBSD > kernel space, not the Linux kernel space. since the syscalls are > differents... That should not be a reason for a panic...core dump okay, but not a panic. What does gdb of the crashdump say? -Guido To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Jun 26 12:17:29 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from io.dreamscape.com (io.dreamscape.com [206.64.128.6]) by hub.freebsd.org (Postfix) with ESMTP id 5453E37B51B; Mon, 26 Jun 2000 12:17:20 -0700 (PDT) (envelope-from krentel@dreamscape.com) Received: from dreamscape.com (sA10-p35.dreamscape.com [209.4.252.227]) by io.dreamscape.com (8.9.3/8.8.4) with ESMTP id PAA09229; Mon, 26 Jun 2000 15:16:01 -0400 (EDT) X-Dreamscape-Track-A: sA10-p35.dreamscape.com [209.4.252.227] X-Dreamscape-Track-B: Mon, 26 Jun 2000 15:16:01 -0400 (EDT) Received: (from krentel@localhost) by dreamscape.com (8.9.3/8.9.3) id PAA02609; Mon, 26 Jun 2000 15:16:51 -0400 (EDT) (envelope-from krentel) Date: Mon, 26 Jun 2000 15:16:51 -0400 (EDT) From: "Mark W. Krentel" Message-Id: <200006261916.PAA02609@dreamscape.com> To: freebsd-emulation@FreeBSD.ORG Subject: Re: panic running linux binaries from ext2fs Cc: clefevre@citeweb.net, freebsd-fs@FreeBSD.ORG Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I guess the problem is here. if the Linux binaries aren't branded, > and not run from /compat/linux, FreeBSD run them in the FreeBSD > kernel space, not the Linux kernel space. since the syscalls are > differents... Ok, I've copied the Linux /mnt/bin to /mnt/brand and branded them. And running the branded version (again from ext2fs) produces the same panic. It's not a branding issue. I asked about this on -emulation several months ago. Except for static binaries, branding has not been necessary for quite some time. For dynamically-linked binaries, the Freebsd loader can identify the binary type from how the binary asks to be loaded. You can even mis-brand binaries, and all you'll get is an Abort trap, certainly not a panic. No, I don't think it's a simple misconfiguration problem. I've run the Linux versions of emacs and netscape, and everything runs fine as long as all the files are on UFS. But moving the binaries to ext2fs produces a panic. --Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Jun 26 12:28:36 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from io.dreamscape.com (io.dreamscape.com [206.64.128.6]) by hub.freebsd.org (Postfix) with ESMTP id 9DE5137BCDD for ; Mon, 26 Jun 2000 12:28:33 -0700 (PDT) (envelope-from krentel@dreamscape.com) Received: from dreamscape.com (sA10-p35.dreamscape.com [209.4.252.227]) by io.dreamscape.com (8.9.3/8.8.4) with ESMTP id PAA16969; Mon, 26 Jun 2000 15:27:07 -0400 (EDT) X-Dreamscape-Track-A: sA10-p35.dreamscape.com [209.4.252.227] X-Dreamscape-Track-B: Mon, 26 Jun 2000 15:27:07 -0400 (EDT) Received: (from krentel@localhost) by dreamscape.com (8.9.3/8.9.3) id PAA02645; Mon, 26 Jun 2000 15:27:57 -0400 (EDT) (envelope-from krentel) Date: Mon, 26 Jun 2000 15:27:57 -0400 (EDT) From: "Mark W. Krentel" Message-Id: <200006261927.PAA02645@dreamscape.com> To: guido@gvr.org Subject: Re: panic running linux binaries from ext2fs Cc: freebsd-emulation@FreeBSD.ORG Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org See PR kern/19407. I'm happy to provide more info from the core dump or run more experiments. Just tell me what you need. --Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Jun 28 4:24:20 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id CDC4F37BE89; Wed, 28 Jun 2000 04:24:14 -0700 (PDT) (envelope-from atrn@zeta.org.au) Received: from ska.bsn (ppp103.dyn145.pacific.net.au [210.23.145.103]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id VAA19492; Wed, 28 Jun 2000 21:24:03 +1000 Received: (from andy@localhost) by ska.bsn (8.9.3/8.9.3) id IAA95782; Wed, 28 Jun 2000 08:36:41 +1000 (EST) (envelope-from andy) Message-ID: <20000628083641.A95088@ska.bsn> Date: Wed, 28 Jun 2000 08:36:41 +1000 From: Andy Newman To: "Mark W. Krentel" , freebsd-emulation@FreeBSD.ORG Cc: clefevre@citeweb.net, freebsd-fs@FreeBSD.ORG Subject: Re: panic running linux binaries from ext2fs References: <200006261916.PAA02609@dreamscape.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91i In-Reply-To: <200006261916.PAA02609@dreamscape.com>; from Mark W. Krentel on Mon, Jun 26, 2000 at 03:16:51PM -0400 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > No, I don't think it's a simple misconfiguration problem. I recall a message a while (i.e, months) ago on either -stable or -hackers concerning this. ISRT it's a VM system problem, it can't demand page off ext2fs. I didn't follow it closely (no ext2fs here) so that may not be entirely correct but sounds reasonable given the symptons. -- Chuck Berry lied about the promised land To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Jun 28 11:24:31 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id D145537BB6F for ; Wed, 28 Jun 2000 11:24:27 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel3.hp.com (Postfix) with ESMTP id D7AA9FD8; Wed, 28 Jun 2000 11:24:26 -0700 (PDT) Received: from cup.hp.com (gauss.cup.hp.com [15.28.97.152]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id LAA17184; Wed, 28 Jun 2000 11:24:25 -0700 (PDT) Message-ID: <395A42DA.8722BB94@cup.hp.com> Date: Wed, 28 Jun 2000 11:24:26 -0700 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: clefevre@citeweb.net, krentel@dreamscape.com, freebsd-emulation@FreeBSD.ORG Subject: Re: panic running linux binaries from ext2fs References: <200006250608.CAA15375@dreamscape.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Cyrille Lefevre wrote: > > > I'm not running the binaries in /compat/linux. I cd to /mnt/bin > > (Linux's /bin) and run ./ls. > > I guess the problem is here. if the Linux binaries aren't branded, > and not run from /compat/linux, FreeBSD run them in the FreeBSD > kernel space, not the Linux kernel space. since the syscalls are > differents... No. You only need to brand static linked binaries. Dynamic linked binaries have a loader that identifies the ABI (modulo name clashes). > > All good ideas that could cause emulation to fail, but I don't see > > where they would cause a panic. > > why don't you mount your Linux partition on top of /compat/linux ? > so, you don't need to have the linux-base port installed. and all > should work fine. You have to be careful doing that. Some binaries, libraries and/or config files depend on being used on a real Linux system and may give "problems" when run on FreeBSD... -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Jun 28 11:27:36 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id D737237C1EB; Wed, 28 Jun 2000 11:27:22 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel3.hp.com (Postfix) with ESMTP id 0976313AE; Wed, 28 Jun 2000 11:27:22 -0700 (PDT) Received: from cup.hp.com (gauss.cup.hp.com [15.28.97.152]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id LAA17330; Wed, 28 Jun 2000 11:27:20 -0700 (PDT) Message-ID: <395A4389.39DC4084@cup.hp.com> Date: Wed, 28 Jun 2000 11:27:21 -0700 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Andy Newman Cc: "Mark W. Krentel" , freebsd-emulation@FreeBSD.ORG, clefevre@citeweb.net, freebsd-fs@FreeBSD.ORG Subject: Re: panic running linux binaries from ext2fs References: <200006261916.PAA02609@dreamscape.com> <20000628083641.A95088@ska.bsn> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andy Newman wrote: > > > No, I don't think it's a simple misconfiguration problem. > > I recall a message a while (i.e, months) ago on either -stable > or -hackers concerning this. ISRT it's a VM system problem, it > can't demand page off ext2fs. I didn't follow it closely (no > ext2fs here) so that may not be entirely correct but sounds > reasonable given the symptons. This means that you can't load/run *any* binaries from an ext2 fs and not just Linux binaries, right? -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Jun 28 16:36:43 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id 07AA537B554 for ; Wed, 28 Jun 2000 16:36:38 -0700 (PDT) (envelope-from vsilyaev@mindspring.com) Received: from jupiter.delta.ny.us (nyf-ny12-31.ix.netcom.com [198.211.18.223]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id TAA25870 for ; Wed, 28 Jun 2000 19:36:33 -0400 (EDT) Received: (from vsilyaev@localhost) by jupiter.delta.ny.us (8.9.3/8.9.3) id TAA06646 for emulation@freebsd.org; Wed, 28 Jun 2000 19:36:32 -0400 (EDT) (envelope-from vsilyaev) Date: Wed, 28 Jun 2000 19:36:31 -0400 From: "Vladimir N. Silyaev" To: emulation@freebsd.org Subject: Update vmware port: testers required Message-ID: <20000628193631.A6615@jupiter.delta.ny.us> References: <20000616084248.A3531@jupiter.delta.ny.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000616084248.A3531@jupiter.delta.ny.us>; from vsilyaev@jupiter.delta.ny.us on Fri, Jun 16, 2000 at 08:42:48AM -0400 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, New bridging code for vmnet driver have to be work at 4.0-Release. But I want some assistance to test that code. So just grab port file from the next url and install it. http://www.mindspring.com/~vsilyaev/vmware/files/vmware.tar.gz To be able to load vmnet with bridging support you _must_ to have a kernel compiled with BRIDGE options (see LINT for the details). -- With best regards, Vladimir To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Jun 28 21:15:40 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from mail-relay.eunet.no (mail-relay.eunet.no [193.71.71.242]) by hub.freebsd.org (Postfix) with ESMTP id 79B8C37B5AC; Wed, 28 Jun 2000 21:15:33 -0700 (PDT) (envelope-from mbendiks@eunet.no) Received: from login-1.eunet.no (login-1.eunet.no [193.75.110.2]) by mail-relay.eunet.no (8.9.3/8.9.3/GN) with ESMTP id GAA07837; Thu, 29 Jun 2000 06:15:05 +0200 (CEST) (envelope-from mbendiks@eunet.no) Received: from localhost (mbendiks@localhost) by login-1.eunet.no (8.9.3/8.8.8) with ESMTP id GAA21189; Thu, 29 Jun 2000 06:15:05 +0200 (CEST) (envelope-from mbendiks@eunet.no) X-Authentication-Warning: login-1.eunet.no: mbendiks owned process doing -bs Date: Thu, 29 Jun 2000 06:15:05 +0200 (CEST) From: Marius Bendiksen To: Marcel Moolenaar Cc: Andy Newman , "Mark W. Krentel" , freebsd-emulation@FreeBSD.ORG, clefevre@citeweb.net, freebsd-fs@FreeBSD.ORG Subject: Re: panic running linux binaries from ext2fs In-Reply-To: <395A4389.39DC4084@cup.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I recall a message a while (i.e, months) ago on either -stable > > or -hackers concerning this. ISRT it's a VM system problem, it > > can't demand page off ext2fs. I didn't follow it closely (no > > ext2fs here) so that may not be entirely correct but sounds > > reasonable given the symptons. > This means that you can't load/run *any* binaries from an ext2 fs and > not just Linux binaries, right? If the above is indeed the problem, then, yes. This would mean that you could not run anything off an ext2 fs. If so, then your solution should be rather simple: add demand paging to ext2 fs. Marius To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Jun 29 0:17: 2 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 42C8737B89C for ; Thu, 29 Jun 2000 00:16:57 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id QAA09918; Thu, 29 Jun 2000 16:16:52 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id QAA20431; Thu, 29 Jun 2000 16:16:20 +0900 (JST) Date: Thu, 29 Jun 2000 16:16:18 +0900 Message-ID: <861z1h9cu5.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: vsilyaev@mindspring.com Cc: emulation@FreeBSD.ORG Subject: Re: Update vmware port: testers required In-Reply-To: In your message of "Wed, 28 Jun 2000 19:36:31 -0400" <20000628193631.A6615@jupiter.delta.ny.us> References: <20000616084248.A3531@jupiter.delta.ny.us> <20000628193631.A6615@jupiter.delta.ny.us> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, At Wed, 28 Jun 2000 19:36:31 -0400, Vladimir N. Silyaev wrote: > New bridging code for vmnet driver have to be work at 4.0-Release. > But I want some assistance to test that code. I'd like to help you with the test, however, could you update your VMware version to 2.0.1 release (Build 570) first? In my experience, 2.0.1 beta/release candidate versions, such as Build 546 which you are using, weren't stable enough in some respects. Now that 2.0.1 release is available, you'd better make the port base on it. > So just grab port file from the next url and install it. > http://www.mindspring.com/~vsilyaev/vmware/files/vmware.tar.gz > > To be able to load vmnet with bridging support you _must_ to have a kernel > compiled with BRIDGE options (see LINT for the details). I'll try that! :) -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Jun 29 1:43:15 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.100.7]) by hub.freebsd.org (Postfix) with ESMTP id 4972837BB93 for ; Thu, 29 Jun 2000 01:43:13 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.9.3/8.9.3) with ESMTP id EAA124278; Thu, 29 Jun 2000 04:42:59 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <861z1h9cu5.wl@localhost.local.idaemons.org> References: <20000616084248.A3531@jupiter.delta.ny.us> <20000628193631.A6615@jupiter.delta.ny.us> <861z1h9cu5.wl@localhost.local.idaemons.org> Date: Thu, 29 Jun 2000 04:43:23 -0400 To: "Akinori -Aki- MUSHA" , vsilyaev@mindspring.com From: Garance A Drosihn Subject: Re: Update vmware port: testers required Cc: emulation@FreeBSD.ORG Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 4:16 PM +0900 6/29/00, Akinori -Aki- MUSHA wrote: >Hi, > >At Wed, 28 Jun 2000 19:36:31 -0400, >Vladimir N. Silyaev wrote: > > New bridging code for vmnet driver have to be work at 4.0-Release. > > But I want some assistance to test that code. > >I'd like to help you with the test, however, could you update your >VMware version to 2.0.1 release (Build 570) first? In my experience, >2.0.1 beta/release candidate versions, such as Build 546 which you are >using, weren't stable enough in some respects. Now that 2.0.1 release >is available, you'd better make the port base on it. I'm giving this new port a shot too. It's complaining that my license will expire in 3 days (even though this is an official license, which I have been using under linux). Perhaps this is a mixup on my part, though, I'll have to recheck. --- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or drosih@rpi.edu Rensselaer Polytechnic Institute To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Jun 29 3:39:30 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 3338737B866 for ; Thu, 29 Jun 2000 03:39:28 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id TAA16613; Thu, 29 Jun 2000 19:39:11 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id TAA22715; Thu, 29 Jun 2000 19:38:40 +0900 (JST) Date: Thu, 29 Jun 2000 19:38:39 +0900 Message-ID: <86zoo493gw.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: drosih@rpi.edu Cc: vsilyaev@mindspring.com, emulation@FreeBSD.ORG Subject: Re: Update vmware port: testers required In-Reply-To: In your message of "Thu, 29 Jun 2000 04:43:23 -0400" References: <20000616084248.A3531@jupiter.delta.ny.us> <20000628193631.A6615@jupiter.delta.ny.us> <861z1h9cu5.wl@localhost.local.idaemons.org> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Thu, 29 Jun 2000 04:43:23 -0400, Garance A Drosihn wrote: > I'm giving this new port a shot too. It's complaining that my license > will expire in 3 days (even though this is an official license, which > I have been using under linux). Perhaps this is a mixup on my part, > though, I'll have to recheck. Note that every beta (i.e. non-release) version has its expiration period as announced. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Jun 29 5:18:45 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 5F0EE37B976 for ; Thu, 29 Jun 2000 05:18:43 -0700 (PDT) (envelope-from vsilyaev@mindspring.com) Received: from jupiter.delta.ny.us (nyf-ny1-05.ix.netcom.com [198.211.16.5]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id IAA07287; Thu, 29 Jun 2000 08:18:39 -0400 (EDT) Received: (from vsilyaev@localhost) by jupiter.delta.ny.us (8.9.3/8.9.3) id IAA03313; Thu, 29 Jun 2000 08:18:09 -0400 (EDT) (envelope-from vsilyaev) Date: Thu, 29 Jun 2000 08:17:59 -0400 From: "Vladimir N. Silyaev" To: Akinori -Aki- MUSHA Cc: emulation@FreeBSD.ORG Subject: Re: Update vmware port: testers required Message-ID: <20000629081758.B331@jupiter.delta.ny.us> References: <20000616084248.A3531@jupiter.delta.ny.us> <20000628193631.A6615@jupiter.delta.ny.us> <861z1h9cu5.wl@localhost.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <861z1h9cu5.wl@localhost.local.idaemons.org>; from knu@idaemons.org on Thu, Jun 29, 2000 at 04:16:18PM +0900 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jun 29, 2000 at 04:16:18PM +0900, Akinori -Aki- MUSHA wrote: > > New bridging code for vmnet driver have to be work at 4.0-Release. > > But I want some assistance to test that code. > > I'd like to help you with the test, however, could you update your > VMware version to 2.0.1 release (Build 570) first? In my experience, > 2.0.1 beta/release candidate versions, such as Build 546 which you are > using, weren't stable enough in some respects. Now that 2.0.1 release > is available, you'd better make the port base on it. Done. -- Vladimir To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Jun 29 8: 0:14 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 6789937B6B9; Thu, 29 Jun 2000 08:00:08 -0700 (PDT) (envelope-from atrn@zeta.org.au) Received: from ska.bsn (ppp174.dyn145.pacific.net.au [210.23.145.174]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id AAA14839; Fri, 30 Jun 2000 00:59:51 +1000 Received: (from andy@localhost) by ska.bsn (8.9.3/8.9.3) id IAA98403; Thu, 29 Jun 2000 08:21:43 +1000 (EST) (envelope-from andy) Message-ID: <20000629082143.A98393@ska.bsn> Date: Thu, 29 Jun 2000 08:21:43 +1000 From: Andy Newman To: freebsd-emulation@FreeBSD.ORG Cc: freebsd-fs@FreeBSD.ORG Subject: Re: panic running linux binaries from ext2fs References: <200006261916.PAA02609@dreamscape.com> <20000628083641.A95088@ska.bsn> <395A4389.39DC4084@cup.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91i In-Reply-To: <395A4389.39DC4084@cup.hp.com>; from Marcel Moolenaar on Wed, Jun 28, 2000 at 11:27:21AM -0700 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I recall a message a while (i.e, months) ago on either -stable > > or -hackers concerning this. ISRT it's a VM system problem, it > > can't demand page off ext2fs. I didn't follow it closely (no > > ext2fs here) so that may not be entirely correct but sounds > > reasonable given the symptons. > > This means that you can't load/run *any* binaries from an ext2 fs and > not just Linux binaries, right? I can't remember the details but the keywords "panic, ext2fs, paging" are involved. Maybe a search of the lists may help? -- Chuck Berry lied about the promised land To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Jun 29 21: 2:12 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.100.7]) by hub.freebsd.org (Postfix) with ESMTP id C1A1F37C322 for ; Thu, 29 Jun 2000 21:02:07 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.9.3/8.9.3) with ESMTP id AAA234318; Fri, 30 Jun 2000 00:02:04 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20000629081758.B331@jupiter.delta.ny.us> References: <20000616084248.A3531@jupiter.delta.ny.us> <20000628193631.A6615@jupiter.delta.ny.us> <861z1h9cu5.wl@localhost.local.idaemons.org> <20000629081758.B331@jupiter.delta.ny.us> Date: Fri, 30 Jun 2000 00:02:27 -0400 To: "Vladimir N. Silyaev" , Akinori -Aki- MUSHA From: Garance A Drosihn Subject: Re: Update vmware port: testers required Cc: emulation@FreeBSD.ORG Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 8:17 AM -0400 6/29/00, Vladimir N. Silyaev wrote: >On Thu, Jun 29, 2000 at 04:16:18PM +0900, Akinori -Aki- MUSHA wrote: > > > > New bridging code for vmnet driver have to be work at 4.0-Release. > > > But I want some assistance to test that code. > > > > I'd like to help you with the test, however, could you update your > > VMware version to 2.0.1 release (Build 570) first? > >Done. Okay. With this newer port I seem to be working ok. I had a few odd problems, but those may have been my fault. For instance, I managed to do the linux install with the wrong video card (just a screwup on my part). So, at the moment I can't get into X, but the bridged network support does seem to be working right. This is excellent. I am testing this on release 4.0-2000.0625-STABLE, on hardware which is a dual-CPU 650 MHz P3 system, 256meg of RAM. Right now I'm testing on virtual disks, as that seemed the safest. When I start the virtual machine, vmware warns me that I'm running on a "remote file system", which may slow things down. Is that just because it's seeing a native freebsd filesystem instead of a native linux (ext2fs) filesystem? Should I compile ext2fs support in my system, reformat a slice to ext2fs (using linux), mount that under freebsd, and then create my virtual disks there? Also, some of the comments in README.FreeBSD need a little updating. For instance, there is no longer a need to install the separate linuxproc.tar.gz port, since that's now in the linproc module. It would be particularly nice if it mentioned WHAT someone needs to do if they don't have linproc mounted. It's simple once you know where to look, but it can take awhile to find the right inf. Also, the README.FreeBSD still says that the port only supports 'Host only' networking. Is there much chance that this could be improved to support multiple guest OS's running at the same time? (in different vmware processes, of course). The more OS's I can run on the one machine, the easier life gets when testing certain changes. Also, the emulators/rtc port seems a little odd. It does not seem to have the same targets as other ports, or work in quite the same way. --- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or drosih@rpi.edu Rensselaer Polytechnic Institute To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Jun 29 23:43: 6 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from io.dreamscape.com (io.dreamscape.com [206.64.128.6]) by hub.freebsd.org (Postfix) with ESMTP id 5FF0637B7B3; Thu, 29 Jun 2000 23:43:02 -0700 (PDT) (envelope-from krentel@dreamscape.com) Received: from dreamscape.com (sA19-p35.dreamscape.com [209.217.200.98]) by io.dreamscape.com (8.9.3/8.8.4) with ESMTP id CAA24143; Fri, 30 Jun 2000 02:40:10 -0400 (EDT) X-Dreamscape-Track-A: sA19-p35.dreamscape.com [209.217.200.98] X-Dreamscape-Track-B: Fri, 30 Jun 2000 02:40:10 -0400 (EDT) Received: (from krentel@localhost) by dreamscape.com (8.9.3/8.9.3) id CAA01502; Fri, 30 Jun 2000 02:40:53 -0400 (EDT) (envelope-from krentel) Date: Fri, 30 Jun 2000 02:40:53 -0400 (EDT) From: "Mark W. Krentel" Message-Id: <200006300640.CAA01502@dreamscape.com> To: marcel@cup.hp.com Subject: Re: panic running linux binaries from ext2fs Cc: freebsd-emulation@FreeBSD.ORG, freebsd-fs@FreeBSD.ORG, mbendiks@eunet.no Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > This means that you can't load/run *any* binaries from an ext2 fs and > > not just Linux binaries, right? > > If the above is indeed the problem, then, yes. This would mean that you > could not run anything off an ext2 fs. If so, then your solution should > be rather simple: add demand paging to ext2 fs. I don't normally have any Freebsd binaries on my Linux partitions. But as a test, I copied a few and ran them. It wasn't a real stress test, but ls, emacs, xv and xsnow all seemed to run ok on ext2fs. So, I guess that's not the problem. It seems to require the combination of a Linux binary and ext2fs. And it's not a complicated Linux binary. I can produce the panic with Linux's ls. On the other hand, I have successfully run the Linux versions of emacs and netscape, as long as all the files are on ufs. I know this works for other people, and that's what's so baffling. The symptoms point to me misconfiguring something. But I install linux_base-6.1 and load the module (with the linux script), and it's ready to go. There aren't any rc or sysctl variables for me to screw up. Are there any configuration options for the Linuxulator that I might have set wrong? I blew away /compat/linux and reinstalled linux_base, just to make sure it wasn't any additional libs that were the problem. Is Linux emulation or ext2fs sensitive to any kernel options (other than EXT2FS)? I'm not using soft updates, if that matters. And to make sure it wasn't bad sectors on the disk, I tried the ext2fs slice on two disks. And it panics on both. --Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Jun 30 4:41:46 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id B8A2D37B97A for ; Fri, 30 Jun 2000 04:41:43 -0700 (PDT) (envelope-from vsilyaev@mindspring.com) Received: from jupiter.delta.ny.us (nyf-ny6-13.ix.netcom.com [198.211.17.77]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id HAA26412; Fri, 30 Jun 2000 07:41:39 -0400 (EDT) Received: (from vsilyaev@localhost) by jupiter.delta.ny.us (8.9.3/8.9.3) id HAA00370; Fri, 30 Jun 2000 07:41:37 -0400 (EDT) (envelope-from vsilyaev) Date: Fri, 30 Jun 2000 07:39:53 -0400 From: "Vladimir N. Silyaev" To: emulation@FreeBSD.ORG Cc: Akinori -Aki- MUSHA Subject: Re: Update vmware port: testers required Message-ID: <20000630073953.A314@jupiter.delta.ny.us> References: <20000616084248.A3531@jupiter.delta.ny.us> <20000628193631.A6615@jupiter.delta.ny.us> <861z1h9cu5.wl@localhost.local.idaemons.org> <20000629081758.B331@jupiter.delta.ny.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Mailer: Mutt 1.0i In-Reply-To: ; from drosih@rpi.edu on Fri, Jun 30, 2000 at 12:02:27AM -0400 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > At 8:17 AM -0400 6/29/00, Vladimir N. Silyaev wrote: > >On Thu, Jun 29, 2000 at 04:16:18PM +0900, Akinori -Aki- MUSHA wrote: > > > > > > New bridging code for vmnet driver have to be work at 4.0-Release. > > > > But I want some assistance to test that code. > > > > > > I'd like to help you with the test, however, could you update your > > > VMware version to 2.0.1 release (Build 570) first? > > > >Done. > > Okay. With this newer port I seem to be working ok. I had a few > odd problems, but those may have been my fault. For instance, I > managed to do the linux install with the wrong video card (just a > screwup on my part). So, at the moment I can't get into X, but > the bridged network support does seem to be working right. > This is excellent. > > I am testing this on release 4.0-2000.0625-STABLE, on hardware > which is a dual-CPU 650 MHz P3 system, 256meg of RAM. > > Right now I'm testing on virtual disks, as that seemed the safest. Do you have an IDE hard drivers? If so please try to use raw disk or plain disk (to be safe you are can select read only access for all partitions). I know about some problem on early stage, some thing like VMware crashed on startup, or when you are trying to create/edit parameters for such drive. > When I start the virtual machine, vmware warns me that I'm running > on a "remote file system", which may slow things down. Is that > just because it's seeing a native freebsd filesystem instead of a > native linux (ext2fs) filesystem? Should I compile ext2fs support > in my system, reformat a slice to ext2fs (using linux), mount that > under freebsd, and then create my virtual disks there? Now, vmware doesn't matter about filesystem type in that way (BTW FreeBSD has a bug wich prevent to run any executables from ext2fs). So I'm out of idea, I know that vmware can complain about 'remote display', about 'remote file system' never seen that. > > Also, some of the comments in README.FreeBSD need a little updating. > For instance, there is no longer a need to install the separate > linuxproc.tar.gz port, since that's now in the linproc module. It > would be particularly nice if it mentioned WHAT someone needs to do > if they don't have linproc mounted. It's simple once you know where > to look, but it can take awhile to find the right inf. Also, the > README.FreeBSD still says that the port only supports 'Host only' > networking. That's right for vmware point of view this networking is 'Host only', but for the rest of computers in your LAN it's a bridged. > > Is there much chance that this could be improved to support > multiple guest OS's running at the same time? (in different > vmware processes, of course). The more OS's I can run on the > one machine, the easier life gets when testing certain changes. It's a problem, with differncies between Linux and FreeBSD in aproach open/close device drivers. > > Also, the emulators/rtc port seems a little odd. It does not > seem to have the same targets as other ports, or work in quite > the same way. Sorry, what are you mean? -- Vladimir To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Jun 30 9:26:54 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id 0BC1137B986; Fri, 30 Jun 2000 09:26:45 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel3.hp.com (Postfix) with ESMTP id 063C87B4; Fri, 30 Jun 2000 09:26:43 -0700 (PDT) Received: from cup.hp.com (gauss.cup.hp.com [15.28.97.152]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id JAA17554; Fri, 30 Jun 2000 09:26:41 -0700 (PDT) Message-ID: <395CCA42.53199592@cup.hp.com> Date: Fri, 30 Jun 2000 09:26:42 -0700 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Mark W. Krentel" Cc: freebsd-emulation@FreeBSD.ORG, freebsd-fs@FreeBSD.ORG, mbendiks@eunet.no Subject: Re: panic running linux binaries from ext2fs References: <200006300640.CAA01502@dreamscape.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Mark W. Krentel" wrote: > > I don't normally have any Freebsd binaries on my Linux partitions. > But as a test, I copied a few and ran them. It wasn't a real stress > test, but ls, emacs, xv and xsnow all seemed to run ok on ext2fs. > So, I guess that's not the problem. Thanks. > It seems to require the combination of a Linux binary and ext2fs. > And it's not a complicated Linux binary. I can produce the panic > with Linux's ls. On the other hand, I have successfully run the > Linux versions of emacs and netscape, as long as all the files are > on ufs. ls might be a special case in that it may have too much FS dependent code. A kernel trace should tell us more... > Are there any configuration options for the Linuxulator that I might > have set wrong? I blew away /compat/linux and reinstalled linux_base, > just to make sure it wasn't any additional libs that were the problem. You shouldn't need any options. > Is Linux emulation or ext2fs sensitive to any kernel options (other > than EXT2FS)? I'm not using soft updates, if that matters. The linuxulator currently still depends on COMPAT_43, but that's about it, I guess. If you can send us the last dozen of lines of a ktrace/truss session, then we can start working on this... -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Jun 30 12:24:16 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.100.7]) by hub.freebsd.org (Postfix) with ESMTP id 87E2E37BCDB for ; Fri, 30 Jun 2000 12:24:09 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.9.3/8.9.3) with ESMTP id PAA248470; Fri, 30 Jun 2000 15:24:03 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20000628193631.A6615@jupiter.delta.ny.us> References: <20000616084248.A3531@jupiter.delta.ny.us> <20000628193631.A6615@jupiter.delta.ny.us> Date: Fri, 30 Jun 2000 15:24:26 -0400 To: "Vladimir N. Silyaev" , emulation@FreeBSD.ORG From: Garance A Drosihn Subject: Re: Update vmware port: testers required Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 7:36 PM -0400 6/28/00, Vladimir N. Silyaev wrote: >New bridging code for vmnet driver have to be work at 4.0-Release. >But I want some assistance to test that code. > >So just grab port file from the next url and install it. >http://www.mindspring.com/~vsilyaev/vmware/files/vmware.tar.gz > >To be able to load vmnet with bridging support you _must_ to have >a kernel compiled with BRIDGE options (see LINT for the details). When installing this, it asked me what addresses I wanted for my private network. I went with whatever it came up with by default. Networking for my guest OS does seem to be working right, as near as I can tell in a little bit of testing. I notice that in my host-OS (ie, the freebsd which I am running vmware from), if I send a message then sendmail comes back with the warning: gethostbyaddr(192.168.254.1) failed: 1 The message being sent at the time does get delivered correctly, but I am just wondering about the warning message. I do not have much experience with bridging issues. I added a dummy hostname (in a dummy domain) for that IP address in my /etc/hosts file. Is that a reasonable thing to do? Is there any reason for me to care about this warning? --- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or drosih@rpi.edu Rensselaer Polytechnic Institute To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Jun 30 14:19:55 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from hotmail.com (f10.law7.hotmail.com [216.33.237.10]) by hub.freebsd.org (Postfix) with SMTP id 55B2A37B516 for ; Fri, 30 Jun 2000 14:19:53 -0700 (PDT) (envelope-from gdc_7777@hotmail.com) Received: (qmail 38256 invoked by uid 0); 30 Jun 2000 21:19:52 -0000 Message-ID: <20000630211952.38255.qmail@hotmail.com> Received: from 208.8.48.2 by www.hotmail.com with HTTP; Fri, 30 Jun 2000 14:19:52 PDT X-Originating-IP: [208.8.48.2] From: "gary crisp" To: marcel@cup.hp.com, krentel@dreamscape.com Cc: freebsd-emulation@FreeBSD.ORG, freebsd-fs@FreeBSD.ORG, mbendiks@eunet.no Subject: Re: panic running linux binaries from ext2fs Date: Fri, 30 Jun 2000 14:19:52 PDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org what re binaries if you don't mind explaining a little to me. I'm a newnbie. gary ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Jun 30 15:31:20 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id 22E6437B641 for ; Fri, 30 Jun 2000 15:31:16 -0700 (PDT) (envelope-from vsilyaev@mindspring.com) Received: from jupiter.delta.ny.us (nyf-ny6-46.ix.netcom.com [198.211.17.110]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id SAA16679; Fri, 30 Jun 2000 18:30:09 -0400 (EDT) Received: (from vsilyaev@localhost) by jupiter.delta.ny.us (8.9.3/8.9.3) id SAA00348; Fri, 30 Jun 2000 18:27:36 -0400 (EDT) (envelope-from vsilyaev) Date: Fri, 30 Jun 2000 18:27:01 -0400 From: "Vladimir N. Silyaev" To: Garance A Drosihn Cc: emulation@FreeBSD.ORG Subject: Re: Update vmware port: testers required Message-ID: <20000630182701.B297@jupiter.delta.ny.us> References: <20000616084248.A3531@jupiter.delta.ny.us> <20000628193631.A6615@jupiter.delta.ny.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from drosih@rpi.edu on Fri, Jun 30, 2000 at 03:24:26PM -0400 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 30, 2000 at 03:24:26PM -0400, Garance A Drosihn wrote: > When installing this, it asked me what addresses I wanted for my > private network. I went with whatever it came up with by default. > > Networking for my guest OS does seem to be working right, as near > as I can tell in a little bit of testing. > > I notice that in my host-OS (ie, the freebsd which I am running > vmware from), if I send a message then sendmail comes back with > the warning: > gethostbyaddr(192.168.254.1) failed: 1 > The message being sent at the time does get delivered correctly, > but I am just wondering about the warning message. When you are install vmware, it created new network interface (vmnet1) and assign that address. Sendmail at the startup time want to get a list of the active network interfaces and trying to get cannonical names for its IP addresses. I suppose that in your DNS 192.168.254 network not registeres ;-). > > I do not have much experience with bridging issues. I added a > dummy hostname (in a dummy domain) for that IP address in my > /etc/hosts file. Is that a reasonable thing to do? Is there > any reason for me to care about this warning? It's not a bridge issue. And you don't have any reason to worry about this warning. -- Vladimir To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Sat Jul 1 7:37:44 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from netcom.com (netcom10.netcom.com [199.183.9.110]) by hub.freebsd.org (Postfix) with ESMTP id D368737B51E for ; Sat, 1 Jul 2000 07:37:40 -0700 (PDT) (envelope-from stanb@netcom.com) Received: (from stanb@localhost) by netcom.com (8.9.3/8.9.3) id HAA27278 for freebsd-emulation@freebsd.org; Sat, 1 Jul 2000 07:34:36 -0700 (PDT) From: Stan Brown Message-Id: <200007011434.HAA27278@netcom.com> Subject: Help with Oracle 8 (Linux emulation) To: freebsd-emulation@freebsd.org (FreeBSD Emulation) Date: Sat, 1 Jul 2000 10:34:36 -0400 (EDT) X-Mailer: ELM [version 2.5 PL3] 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 I am trying to install Oracle 8.0.5 for Linux on my FreeBSD 4.0 STABLE machine. Thanks to Marcel Moolenaar I realized that this was the version that the Handbook section talks about, and not the 8i version. Now that I have figure this out, I think I am _much_ closer to aking this work. I have followed all the steps in the Handbook, and I can get the installer to run and do it's thing. However once it reaches the point of trying to run svrmgrl to startup th db it fails. Jumping out to a shell I find that if I run svrmgrl, it core dumps. Backing up, I just isntalled the client side stuff, networking, and sqlpus. The installer scueded in doing this. However, when I try to run sqlplus, it also core dumps. I _think_ the problem may ne that this version is a libc5 version. How do I go about installing linux libc5 libraires et all on thsi machine? -- Stan Brown stanb@netcom.com 404-996-6955 Factory Automation Systems Atlanta Ga. -- Look, look, see Windows 95. Buy, lemmings, buy! Pay no attention to that cliff ahead... Henry Spencer (c) 1998 Stan Brown. Redistribution via the Microsoft Network is prohibited. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message