From owner-freebsd-emulation Sun Jul 2 19:54:22 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 22BE937BF3C for ; Sun, 2 Jul 2000 19:54:13 -0700 (PDT) (envelope-from krentel@dreamscape.com) Received: from dreamscape.com (sA16-p33.dreamscape.com [209.217.195.160]) by io.dreamscape.com (8.9.3/8.8.4) with ESMTP id WAA27489; Sun, 2 Jul 2000 22:51:13 -0400 (EDT) X-Dreamscape-Track-A: sA16-p33.dreamscape.com [209.217.195.160] X-Dreamscape-Track-B: Sun, 2 Jul 2000 22:51:13 -0400 (EDT) Received: (from krentel@localhost) by dreamscape.com (8.9.3/8.9.3) id WAA00399; Sun, 2 Jul 2000 22:51:56 -0400 (EDT) (envelope-from krentel) Date: Sun, 2 Jul 2000 22:51:56 -0400 (EDT) From: "Mark W. Krentel" Message-Id: <200007030251.WAA00399@dreamscape.com> To: marcel@cup.hp.com 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 > ls might be a special case in that it may have too much FS dependent > code. A kernel trace should tell us more... Yes, it also looks to me like ls is a special case. I've been trying to reduce the problem to the smallest, simplest case that induces the problem, and so far, ls is my best example. And, I'll remind you that the panic doesn't happen during ./ls. Something in the kernel must get corrupted during ls. The output of ls has too few files, but the panic happens later, usually when I unmount the Linux partition. And of course, I run ./ls as user, not root. > If you can send us the last dozen of lines of a ktrace/truss session, > then we can start working on this... Ok, you may need to give me a few more directions on how to produce that, I haven't done much with ktrace or truss before. Do I need the linux_kdump port? There's a nice section in the Handbook on kgdb and crash dumps. Is there something on ktrace or truss (beyond man)? This output is from Red Hat 6.1. The Linux / partition is about 170 meg, revision 0, no extra features, and block/frag size 1024. I mount that read-only on /mnt, cd to /mnt/bin and run ./ls. This one didn't panic, maybe truss is interfering with that. There are kgdb traces in PR kern/19407. Here's the output of truss ./ls, all 104 lines. syscall linux_brk(0x0) returns 134565888 (0x8055000) syscall linux_open("/etc/ld.so.preload",0,05001460044) errno -2 'No such file or directory' syscall linux_open("/etc/ld.so.cache",0,05001460044) returns 4 (0x4) syscall linux_newfstat(4,0xbfbff6c4) returns 0 (0x0) syscall linux_mmap(0xbfbff700) returns 671510528 (0x28067000) syscall close(4) returns 0 (0x0) syscall linux_open("/lib/libc.so.6",0,05001460044) returns 4 (0x4) syscall linux_newfstat(4,0xbfbff620) returns 0 (0x0) syscall read(0x4,0xbfbfe674,0x1000) returns 4096 (0x1000) syscall linux_mmap(0xbfbfe5e4) returns 671518720 (0x28069000) syscall mprotect(0x28154000,0x78dc,0x0) returns 0 (0x0) syscall linux_mmap(0xbfbfe5e4) returns 672481280 (0x28154000) syscall linux_mmap(0xbfbfe5e4) returns 672497664 (0x28158000) syscall close(4) returns 0 (0x0) syscall mprotect(0x28069000,0xeb000,0x3) returns 0 (0x0) syscall mprotect(0x28069000,0xeb000,0x5) returns 0 (0x0) syscall munmap(0x28067000,0x1509) returns 0 (0x0) syscall linux_personality(0x0) returns 0 (0x0) syscall getpid() returns 219 (0xdb) syscall linux_brk(0x0) returns 134565888 (0x8055000) syscall linux_brk(0x80551a0) returns 134566304 (0x80551a0) syscall linux_brk(0x8056000) returns 134569984 (0x8056000) syscall linux_time(0x0) returns 962587506 (0x395feb72) syscall linux_ioctl(0x1,0x5401,0xbfbffc24) returns 0 (0x0) syscall linux_ioctl(0x1,0x5413,0xbfbffcb0) returns 0 (0x0) syscall linux_brk(0x8059000) returns 134582272 (0x8059000) syscall linux_open("/dev/null",67584,01001277560) returns 4 (0x4) syscall close(4) returns 0 (0x0) syscall linux_newstat(".",0xbfbffbd0) returns 0 (0x0) syscall linux_open(".",67584,01001277560) returns 4 (0x4) syscall linux_newfstat(4,0xbfbffbd0) returns 0 (0x0) syscall linux_fcntl(0x4,0x2,0x1) returns 0 (0x0) syscall linux_getdents(0x4,0xbfbffb54,0xdf) returns 216 (0xd8) syscall linux_lseek(0x4,0x88,0x0) returns 136 (0x88) syscall linux_getdents(0x4,0xbfbffb54,0xdf) returns 208 (0xd0) syscall linux_lseek(0x4,0x120,0x0) returns 288 (0x120) syscall linux_getdents(0x4,0xbfbffb54,0xdf) returns 204 (0xcc) syscall linux_lseek(0x4,0x1b8,0x0) returns 440 (0x1b8) syscall linux_getdents(0x4,0xbfbffb54,0xdf) returns 116 (0x74) syscall linux_getdents(0x4,0xbfbffb54,0xdf) returns 0 (0x0) syscall close(4) returns 0 (0x0) syscall linux_brk(0x805a000) returns 134586368 (0x805a000) syscall linux_newfstat(1,0xbfbfda40) returns 0 (0x0) syscall linux_mmap(0xbfbfda90) returns 671510528 (0x28067000) syscall linux_ioctl(0x1,0x5401,0xbfbfda28) returns 0 (0x0) syscall write(1,0x28067000,52) returns 52 (0x34) syscall write(1,0x28067000,67) returns 67 (0x43) syscall write(1,0x28067000,47) returns 47 (0x2f) syscall write(1,0x28067000,44) returns 44 (0x2c) syscall close(1) returns 0 (0x0) syscall munmap(0x28067000,0x2000) returns 0 (0x0) syscall exit(0x0) process exit, rval = 0 And here's the output from ./ls, but /mnt/bin actually has 89 files. @^ chmod dd gawk ln mknod rm sync awk chown df gawk-3.0.4 loadkeys mktemp rmdir touch bash consolechars egrep grep ls mv sed chgrp cp fgrep igawk mkdir ps sh And here's the contents of the directory. % hd /mnt/bin 00000000 21 5e 00 00 0c 00 01 00 2e 00 00 00 02 00 00 00 |!^..............| 00000010 0c 00 02 00 2e 2e 00 00 23 5e 00 00 10 00 06 00 |........#^......| 00000020 6d 6b 74 65 6d 70 00 00 24 5e 00 00 0c 00 04 00 |mktemp..$^......| 00000030 62 61 73 68 25 5e 00 00 0c 00 02 00 73 68 00 00 |bash%^......sh..| 00000040 26 5e 00 00 0c 00 03 00 61 77 6b 00 27 5e 00 00 |&^......awk.'^..| 00000050 14 00 0a 00 67 61 77 6b 2d 33 2e 30 2e 34 00 00 |....gawk-3.0.4..| 00000060 27 5e 00 00 0c 00 04 00 67 61 77 6b 28 5e 00 00 |'^......gawk(^..| 00000070 10 00 05 00 69 67 61 77 6b 00 00 00 29 5e 00 00 |....igawk...)^..| 00000080 0c 00 03 00 73 65 64 00 2a 5e 00 00 10 00 05 00 |....sed.*^......| 00000090 63 68 67 72 70 00 00 00 2b 5e 00 00 10 00 05 00 |chgrp...+^......| 000000a0 63 68 6d 6f 64 00 00 00 2c 5e 00 00 10 00 05 00 |chmod...,^......| 000000b0 63 68 6f 77 6e 00 00 00 2d 5e 00 00 0c 00 02 00 |chown...-^......| 000000c0 63 70 00 00 2e 5e 00 00 0c 00 02 00 64 64 00 00 |cp...^......dd..| 000000d0 2f 5e 00 00 0c 00 02 00 64 66 00 00 30 5e 00 00 |/^......df..0^..| 000000e0 0c 00 02 00 6c 6e 00 00 31 5e 00 00 0c 00 02 00 |....ln..1^......| 000000f0 6c 73 00 00 32 5e 00 00 10 00 05 00 6d 6b 64 69 |ls..2^......mkdi| 00000100 72 00 00 00 33 5e 00 00 10 00 05 00 6d 6b 6e 6f |r...3^......mkno| 00000110 64 00 00 00 34 5e 00 00 0c 00 02 00 6d 76 00 00 |d...4^......mv..| 00000120 35 5e 00 00 0c 00 02 00 72 6d 00 00 36 5e 00 00 |5^......rm..6^..| 00000130 10 00 05 00 72 6d 64 69 72 00 00 00 37 5e 00 00 |....rmdir...7^..| 00000140 0c 00 04 00 73 79 6e 63 38 5e 00 00 10 00 05 00 |....sync8^......| 00000150 74 6f 75 63 68 00 00 00 39 5e 00 00 14 00 0c 00 |touch...9^......| 00000160 63 6f 6e 73 6f 6c 65 63 68 61 72 73 3a 5e 00 00 |consolechars:^..| 00000170 10 00 08 00 6c 6f 61 64 6b 65 79 73 3b 5e 00 00 |....loadkeys;^..| 00000180 0c 00 02 00 70 73 00 00 3c 5e 00 00 10 00 05 00 |....ps..<^......| 00000190 65 67 72 65 70 00 00 00 3d 5e 00 00 10 00 05 00 |egrep...=^......| 000001a0 66 67 72 65 70 00 00 00 3e 5e 00 00 0c 00 04 00 |fgrep...>^......| 000001b0 67 72 65 70 3f 5e 00 00 0c 00 03 00 63 73 68 00 |grep?^......csh.| 000001c0 40 5e 00 00 0c 00 04 00 74 63 73 68 41 5e 00 00 |@^......tcshA^..| 000001d0 10 00 06 00 64 6f 65 78 65 63 00 00 42 5e 00 00 |....doexec..B^..| 000001e0 10 00 06 00 69 70 63 61 6c 63 00 00 43 5e 00 00 |....ipcalc..C^..| 000001f0 10 00 06 00 75 73 6c 65 65 70 00 00 44 5e 00 00 |....usleep..D^..| 00000200 0c 00 03 00 61 73 68 00 45 5e 00 00 14 00 0a 00 |....ash.E^......| 00000210 61 73 68 2e 73 74 61 74 69 63 00 00 46 5e 00 00 |ash.static..F^..| 00000220 0c 00 03 00 62 73 68 00 47 5e 00 00 0c 00 04 00 |....bsh.G^......| 00000230 63 70 69 6f 48 5e 00 00 0c 00 03 00 63 61 74 00 |cpioH^......cat.| 00000240 49 5e 00 00 0c 00 04 00 73 6f 72 74 4a 5e 00 00 |I^......sortJ^..| 00000250 0c 00 02 00 65 64 00 00 4b 5e 00 00 0c 00 03 00 |....ed..K^......| 00000260 72 65 64 00 4c 5e 00 00 0c 00 04 00 7a 63 61 74 |red.L^......zcat| 00000270 4c 5e 00 00 10 00 06 00 67 75 6e 7a 69 70 00 00 |L^......gunzip..| 00000280 4c 5e 00 00 0c 00 04 00 67 7a 69 70 4d 5e 00 00 |L^......gzipM^..| 00000290 10 00 08 00 62 61 73 65 6e 61 6d 65 4e 5e 00 00 |....basenameN^..| 000002a0 0c 00 04 00 64 61 74 65 4f 5e 00 00 0c 00 04 00 |....dateO^......| 000002b0 65 63 68 6f 50 5e 00 00 10 00 05 00 66 61 6c 73 |echoP^......fals| 000002c0 65 00 00 00 51 5e 00 00 0c 00 04 00 6e 69 63 65 |e...Q^......nice| 000002d0 52 5e 00 00 0c 00 03 00 70 77 64 00 53 5e 00 00 |R^......pwd.S^..| 000002e0 10 00 05 00 73 6c 65 65 70 00 00 00 54 5e 00 00 |....sleep...T^..| 000002f0 0c 00 04 00 73 74 74 79 55 5e 00 00 0c 00 02 00 |....sttyU^......| 00000300 73 75 00 00 56 5e 00 00 0c 00 04 00 74 72 75 65 |su..V^......true| 00000310 57 5e 00 00 10 00 05 00 75 6e 61 6d 65 00 00 00 |W^......uname...| 00000320 58 5e 00 00 10 00 06 00 66 73 63 6f 6e 66 00 00 |X^......fsconf..| 00000330 59 5e 00 00 14 00 09 00 6c 69 6e 75 78 63 6f 6e |Y^......linuxcon| 00000340 66 00 00 00 5a 5e 00 00 10 00 07 00 6c 70 64 63 |f...Z^......lpdc| 00000350 6f 6e 66 00 5b 5e 00 00 10 00 07 00 6e 65 74 63 |onf.[^......netc| 00000360 6f 6e 66 00 5c 5e 00 00 10 00 08 00 72 65 6d 61 |onf.\^......rema| 00000370 64 6d 69 6e 5d 5e 00 00 10 00 08 00 75 73 65 72 |dmin]^......user| 00000380 63 6f 6e 66 5e 5e 00 00 10 00 05 00 78 63 6f 6e |conf^^......xcon| 00000390 66 00 00 00 5f 5e 00 00 0c 00 04 00 6d 61 69 6c |f..._^......mail| 000003a0 60 5e 00 00 10 00 05 00 6d 6f 75 6e 74 00 00 00 |`^......mount...| 000003b0 61 5e 00 00 10 00 06 00 75 6d 6f 75 6e 74 00 00 |a^......umount..| 000003c0 62 5e 00 00 0c 00 02 00 6d 74 00 00 63 5e 00 00 |b^......mt..c^..| 000003d0 18 00 0d 00 64 6e 73 64 6f 6d 61 69 6e 6e 61 6d |....dnsdomainnam| 000003e0 65 00 00 00 64 5e 00 00 1c 00 0a 00 64 6f 6d 61 |e...d^......doma| 000003f0 69 6e 6e 61 6d 65 00 00 00 00 00 00 00 00 00 00 |inname..........| 00000400 65 5e 00 00 10 00 08 00 68 6f 73 74 6e 61 6d 65 |e^......hostname| 00000410 66 5e 00 00 10 00 07 00 6e 65 74 73 74 61 74 00 |f^......netstat.| 00000420 67 5e 00 00 18 00 0d 00 6e 69 73 64 6f 6d 61 69 |g^......nisdomai| 00000430 6e 6e 61 6d 65 00 00 00 68 5e 00 00 14 00 0c 00 |nname...h^......| 00000440 79 70 64 6f 6d 61 69 6e 6e 61 6d 65 69 5e 00 00 |ypdomainnamei^..| 00000450 0c 00 04 00 70 69 6e 67 6a 5e 00 00 0c 00 03 00 |....pingj^......| 00000460 72 70 6d 00 6b 5e 00 00 14 00 09 00 73 65 74 73 |rpm.k^......sets| 00000470 65 72 69 61 6c 00 00 00 6c 5e 00 00 0c 00 04 00 |erial...l^......| 00000480 67 74 61 72 6d 5e 00 00 0c 00 03 00 74 61 72 00 |gtarm^......tar.| 00000490 6e 5e 00 00 0c 00 04 00 61 72 63 68 6f 5e 00 00 |n^......archo^..| 000004a0 10 00 05 00 64 6d 65 73 67 00 00 00 70 5e 00 00 |....dmesg...p^..| 000004b0 0c 00 04 00 6b 69 6c 6c 71 5e 00 00 10 00 05 00 |....killq^......| 000004c0 6c 6f 67 69 6e 00 00 00 72 5e 00 00 0c 00 04 00 |login...r^......| 000004d0 6d 6f 72 65 73 5e 00 00 10 00 08 00 76 69 6d 74 |mores^......vimt| 000004e0 75 74 6f 72 74 5e 00 00 0c 00 02 00 65 78 00 00 |utort^......ex..| 000004f0 75 5e 00 00 0c 00 03 00 72 76 69 00 76 5e 00 00 |u^......rvi.v^..| 00000500 10 00 05 00 72 76 69 65 77 00 00 00 77 5e 00 00 |....rview...w^..| 00000510 0c 00 02 00 76 69 00 00 78 5e 00 00 e8 02 04 00 |....vi..x^......| 00000520 76 69 65 77 79 5e 00 00 dc 02 03 00 6c 73 32 00 |viewy^......ls2.| 00000530 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 00000800 Sorry if this is more output than you asked for. --Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Jul 3 6:22:36 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from ns.omskelecom.ru (proxy.omskelecom.ru [195.162.32.5]) by hub.freebsd.org (Postfix) with ESMTP id E590337B606 for ; Mon, 3 Jul 2000 06:22:12 -0700 (PDT) (envelope-from coredumped@coredumped.null.ru) Received: from inet2.itbank.ru (root@it-bank.ats23.omskelecom.ru [195.162.50.26] (may be forged)) by ns.omskelecom.ru (8.10.1/8.10.1) with ESMTP id e63D03s27843; Mon, 3 Jul 2000 20:00:04 +0700 Received: (from uucp@localhost) by inet2.itbank.ru (8.10.1/8.10.1) with UUCP id e63Co5M61187; Mon, 3 Jul 2000 19:50:05 +0700 (OMSST) Received: from coredumped.null.ru (localhost [127.0.0.1]) by inet1.itbank.ru (8.9.3/8.9.3) with ESMTP id TAA54165; Mon, 3 Jul 2000 19:49:08 +0700 (OMSST) (envelope-from coredumped@coredumped.null.ru) Message-ID: <3939006A.448ACC82@coredumped.null.ru> Date: Sat, 03 Jun 2000 19:56:10 +0700 From: Eugeny Kuzakov X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Darren Wiebe Cc: Uwe Laverenz , emulation@FreeBSD.ORG Subject: Re: staroffice 5.2 References: <3951A97B.D3725F0E@coredumped.null.ru> <3951D708.68F8F9C6@difi.de> <3952D981.6C3657A3@coredumped.null.ru> <39531C66.28825000@hagenhomes.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Darren Wiebe wrote: This problem can be fixed by upgrading 2 more new 4stable :) Everything works fine! 10tx 4 all! > > Take a look at what the 5.1 port does with libraries etc during the > install port. The Makefile can show you what commands are necessary. I > have 5.1a installed on mine and 5.2 installed with one command once I > got it figured out what I was doing. > > Darren Wiebe > dkwiebe@hagenhomes.com > > Eugeny Kuzakov wrote: > > > > Uwe Laverenz wrote: > > > > > > Hi Eugeny, > > > > > > > Has anyone succesfully installed subj? > > > > > > Yes, installs and works without any problems so far. I've just installed > > > the german so5.2 on my 4.0-STABLE box. > > > > > > > wow! But how?!!!!! > > > > I am tryed: > > bash-2.03# /tmp/1/so-5_2-ga-bin-linux-ru.bin /net > > glibc version: 2.1.2 > > /var/tmp/sv003.tmp/setup.bin: error in loading shared libraries: > > libvos1GCC.so: cannot open shared object file: No such file or directory > > > > I am also tryed: > > bash-2.03# export LD_LIBARARY_PATH=`pwd` > > bash-2.03# echo $LD_LIBARARY_PATH > > /tmp/1 > > bash-2.03# pwd > > /tmp/1 > > bash-2.03# ./so-5_2-ga-bin-linux-ru.bin /net > > glibc version: 2.1.2 > > /var/tmp/sv003.tmp/setup.bin: error in loading shared libraries: > > libvos1GCC.so: cannot open shared object file: No such file or directory > > > > > 1) I wanted a network installation, so as root I started with: > > > > > > ./so-5_2-ga-bin-linux-de.bin /net > > > > > > 2) then as user: > > > > > > LD_LIBRARY_PATH=/usr/local/office52/program > > > export LD_LIBRARY_PATH > > > /usr/local/office52/program/setup > > > > > > Uwe > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-emulation" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Jul 3 6:53:57 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from cx587235-a.chnd1.az.home.com (cx587235-a.chnd1.az.home.com [24.11.88.170]) by hub.freebsd.org (Postfix) with ESMTP id 4BF7337B5B7 for ; Mon, 3 Jul 2000 06:53:52 -0700 (PDT) (envelope-from jjreynold@home.com) Received: from whale.home-net (whale [192.168.1.2]) by cx587235-a.chnd1.az.home.com (8.9.3/8.9.3) with ESMTP id GAA82936 for ; Mon, 3 Jul 2000 06:53:51 -0700 (MST) (envelope-from jjreynold@home.com) Received: (from jjreynold@localhost) by whale.home-net (8.9.3/8.9.3) id GAA17362; Mon, 3 Jul 2000 06:53:51 -0700 (MST) (envelope-from jjreynold@home.com) From: John Reynolds MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14688.39662.888184.171821@whale.home-net> Date: Mon, 3 Jul 2000 06:53:50 -0700 (MST) To: emulation@freebsd.org Subject: recommendations on beginner configuration of VMware (raw/plain/virutal) X-Mailer: VM 6.73 under Emacs 20.6.1 Cc: Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hello, I'm planning on installing FreeBSD 4-STABLE this weekend with the goal of being able to run VMware eventually (mostly so the wife can access her "needed" Windows crap and not have to reboot). I've read through the port's README.FreeBSD files as well as Hints.FreeBSD. They seem to make general sense. How "up-to-date" are these files? It seems like there is some stale information there (I am subscribed to -emulation and have seen recent stuff about the bridging network support, etc. go by). Anyway, I find myself still confused as to how to proceed w.r.t. disks. I have a 20Gb IDE drive being unused in my system which I bought primarily for VMware (I had read that it didn't like scsi disks as well as IDE). I want to understand how "best" to carve this disk up so that I don't have to do it again in the future. My plans for this disk are: o / partition to boot FreeBSD o large chunk of it dedicated to MP3s :) o VMware o chunk for dual-booting into Win98 (just in case VMware doesn't support something my wife needs--like access to her favorite scanner progie--scanner is scsi ...) I'm weary about making VMware work with the actual installation of win98 until I'm more familiar with everything (I've read about the hardware configurations, etc., and it seems to be more complicated than a beginner with VMware should deal with, yes?). What do people recommend using? What are the performance trade-offs for using the virtual, plain, or raw disks? Also, if I choose the "plain disk," I infer from my reading that this is just a slice under FreeBSD, i.e. /dev/rad0s1. What filesystem should be on this slice? Should it be newfs'ed then VMware writes to it "natively" or should the whole slice be formatted with Win98 FAT? Does anybody have any URLs with pointers for setting up and/or maintaining VMware on FreeBSD (besides Vladimir's website)? Thanks for any information! -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running jjreynold@home.com FreeBSD 3.5-STABLE. FreeBSD: The Power to Serve. http://members.home.com/jjreynold/ Come join us!!! @ http://www.FreeBSD.org/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Jul 3 15: 6:24 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id C3D9F37B6E7 for ; Mon, 3 Jul 2000 15:06:20 -0700 (PDT) (envelope-from vsilyaev@mindspring.com) Received: from jupiter.delta.ny.us (nyf-ny6-23.ix.netcom.com [198.211.17.87]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id SAA06818; Mon, 3 Jul 2000 18:06:17 -0400 (EDT) Received: (from vsilyaev@localhost) by jupiter.delta.ny.us (8.9.3/8.9.3) id SAA08170; Mon, 3 Jul 2000 18:06:15 -0400 (EDT) (envelope-from vsilyaev) Date: Mon, 3 Jul 2000 18:06:14 -0400 From: "Vladimir N. Silyaev" To: John Reynolds Cc: emulation@freebsd.org Subject: Re: recommendations on beginner configuration of VMware (raw/plain/virutal) Message-ID: <20000703180614.A8141@jupiter.delta.ny.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, My personal recomendation it was to install Win98 on a IDE drive (trying to keep minimalistic configuration without super buper video drivers and etc), then create another hardware profile. After vmware installation on the FreeBSD, let use to vmware raw IDE drive, enable read/write access to partitions with Win98, at the boot stage select Win98 hardware profile for the vmware and install vmware tools for win98. That's it. In such way you'll be able to use the same Windows (with the same configuration and the same software) both for real and emulated PC. About newest vmware versions, mostly changes around vmnet to support the FreeBSD bridge, also I did some patches in the vmware linux simulation layer about simulate IDE harddrive configuration (probably it's required for large disks). -- Vladimir P.S. Future reading about how to install/use xxx OS under vmware guest is exists on the vmware.com web site. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Jul 5 3:43:18 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from web803.mail.yahoo.com (web803.mail.yahoo.com [128.11.23.63]) by hub.freebsd.org (Postfix) with SMTP id AE78037B847 for ; Wed, 5 Jul 2000 03:43:16 -0700 (PDT) (envelope-from shavamar@yahoo.com) Received: (qmail 22042 invoked by uid 60001); 5 Jul 2000 10:43:15 -0000 Message-ID: <20000705104315.22041.qmail@web803.mail.yahoo.com> Received: from [203.129.226.178] by web803.mail.yahoo.com; Wed, 05 Jul 2000 03:43:15 PDT Date: Wed, 5 Jul 2000 03:43:15 -0700 (PDT) From: Shailesh Marathe Subject: linux emulator problem To: freebsd-emulation@freebsd.org Cc: shailesh@cse.iitb.ernet.in MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I need some help to get my linux emulator working. I have installed freebsd 3.2 on my m/c. I have statically linked linux emulator by adding 'options LINUX' to the kernel configuration file. but still linux binaries dump core with a segmentation fault.. I have the required libraries in /comapt/linux/lib also 'kldstat' shows me that 'linux.ko' is loaded.. thanks in advance shailesh marathe __________________________________________________ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Jul 5 9:46:55 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 B02F337B5B5 for ; Wed, 5 Jul 2000 09:46:47 -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 68F801939; Wed, 5 Jul 2000 09:46:46 -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 JAA12921; Wed, 5 Jul 2000 09:46:45 -0700 (PDT) Message-ID: <39636675.5CAEE66F@cup.hp.com> Date: Wed, 05 Jul 2000 09:46:45 -0700 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Shailesh Marathe Cc: freebsd-emulation@FreeBSD.ORG, shailesh@cse.iitb.ernet.in Subject: Re: linux emulator problem References: <20000705104315.22041.qmail@web803.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Shailesh Marathe wrote: > I have installed freebsd 3.2 on my m/c. I have > statically linked linux emulator by adding 'options > LINUX' to the kernel configuration file. but still > linux binaries dump core with a segmentation fault.. I > have the required libraries in /comapt/linux/lib also > 'kldstat' shows me that 'linux.ko' is loaded.. You need to be more specific in how you installed in /compat/linux and with which port. Also, it would be nice to know which binaries fail (if multiple fail, pick one :-) -- 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 Thu Jul 6 23: 0:50 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 EEAE037BCB4; Thu, 6 Jul 2000 23:00:34 -0700 (PDT) (envelope-from krentel@dreamscape.com) Received: from dreamscape.com (sA15-p12.dreamscape.com [209.217.195.75]) by io.dreamscape.com (8.9.3/8.8.4) with ESMTP id BAA22005; Fri, 7 Jul 2000 01:57:49 -0400 (EDT) X-Dreamscape-Track-A: sA15-p12.dreamscape.com [209.217.195.75] X-Dreamscape-Track-B: Fri, 7 Jul 2000 01:57:49 -0400 (EDT) Received: (from krentel@localhost) by dreamscape.com (8.9.3/8.9.3) id BAA01241; Fri, 7 Jul 2000 01:58:38 -0400 (EDT) (envelope-from krentel) Date: Fri, 7 Jul 2000 01:58:38 -0400 (EDT) From: "Mark W. Krentel" Message-Id: <200007070558.BAA01241@dreamscape.com> To: marcel@cup.hp.com Subject: Re: panic running linux binaries from ext2fs Cc: freebsd-emulation@FreeBSD.ORG, freebsd-fs@FreeBSD.ORG Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've run some more experiments and I've narrowed the problem somewhat. Using the Slackware 7 live file system, I tar-copied /cdrom/live/bin onto ufs and ext2fs partitions. Then I ran Slackware's ls from ufs, cdrom and ext2fs and listed directories on ufs, cdrom and ext2fs. Sometimes it worked ok, sometimes the output of ls was corrupt (too few files), and the pattern is quite clear. directory listed on binary on ufs cdrom ext2fs ufs ok corrupt corrupt cdrom ok corrupt corrupt ext2fs ok corrupt corrupt I also updated libncurses.so.5.0 and installed emacs's libexec and share files and repeated the above test with dired from emacs. I got the same results, except that the corrupt directory listings were slightly different between ls and emacs. For example, in one directory on ext2fs that actually has 77 files, ls reported 71 files, but dired listed only 29. But they always either both worked or both had too few files. And sometimes the bottom row panics, but not this time. For example, this is Slackware's ls (on ufs) listing a directory on ext2fs that actually has 89 files. % ./ls /mnt/bin awk chmod cp gawk keys;^ mkdir mv sed touch bash chown dd gawk-3.0.4 ln mknod rm sh chgrp consolechars df igawk ls mktemp rmdir sync And the same Linux ls listing a cdrom directory with 801 files. It comes up 792 files short. % ./ls /cdrom/live/usr/bin 00_TRANS.TBL a2p aafire aainfo aasavefont aatest aclocal addr addr2line So, apparently the Linux ls is having trouble reading non-ufs file systems. And I noticed that dired was unable to do path completion. I typed /cdrom/li and hit tab, and emacs complained that there was no completion, probably because there is no /compat/linux/cdrom/li*. But there is /cdrom/live/bin and dired listed it, although incorrectly. I'll take a wild guess and say that the Linuxulator opens a file or directory and gets an error, but it doesn't notice the error and proceeds blindly along. Maybe where it chooses between lookups in /compat/linux or /. But that's a wild guess. Still interested? --Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Jul 7 5:56:21 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from guard.polynet.lviv.ua (Guard.PolyNet.Lviv.UA [209.58.62.194]) by hub.freebsd.org (Postfix) with SMTP id 9869D37BB15 for ; Fri, 7 Jul 2000 05:56:02 -0700 (PDT) (envelope-from pam@postoffice.polynet.lviv.ua) Received: (qmail 41720 invoked from network); 7 Jul 2000 12:55:50 -0000 Received: from unknown (HELO postoffice.polynet.lviv.ua) (unknown) by unknown with SMTP; 7 Jul 2000 12:55:50 -0000 Received: (qmail 91127 invoked by uid 1001); 7 Jul 2000 12:55:50 -0000 Date: 7 Jul 2000 15:55:50 +0300 Date: Fri, 7 Jul 2000 15:55:50 +0300 From: Adrian Pavlykevych To: emulation@freebsd.org Subject: Oracle 8i under 4-stable? Message-ID: <20000707155549.A82215@polynet.lviv.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.11i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has any one successfully installed Oracle 8i (8.1.6) under Linux emulation? I'm experiencing following errors while trying to run runInstall: sigaltstack: Cannot allocate memory and thousands of following log messages: Jul 7 13:31:19 betelgeuse /kernel: kernel trap 12 with interrupts disabled Jul 7 13:31:19 betelgeuse /kernel: kernel trap 9 with interrupts disabled Kernel is compiled with following options: options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options SHMMAXPGS=64000 options SHMMNI=100 options SHMSEG=10 options SEMMNS=200 options SEMMNI=70 options SEMMSL=61 options USER_LDT # for Oracle Any pointers/advices are welcome, -- Adrian Pavlykevych email: System Administrator phone/fax: +380 (322) 742041 State University "Lvivska Polytechnica" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Jul 7 9:43: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 2CC9C37BB1B; Fri, 7 Jul 2000 09:43: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 4F1FEB0A; Fri, 7 Jul 2000 09:43: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 JAA25379; Fri, 7 Jul 2000 09:43:25 -0700 (PDT) Message-ID: <396608AD.74218495@cup.hp.com> Date: Fri, 07 Jul 2000 09:43:25 -0700 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; 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 Subject: Re: panic running linux binaries from ext2fs References: <200007070558.BAA01241@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: [detailed diagnosis not duplicated] > > Still interested? > Sure! Give me some time to create a Linux partition :-) Thanks for statying on top of 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