From owner-freebsd-emulation Sun Jan 7 18:16:34 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from kleopatra.acc.umu.se (kleopatra.acc.umu.se [130.239.18.150]) by hub.freebsd.org (Postfix) with ESMTP id 38EED37B698 for ; Sun, 7 Jan 2001 18:15:05 -0800 (PST) Received: from shaka.acc.umu.se (markush@shaka-fddi.acc.umu.se [192.168.18.148]) by kleopatra.acc.umu.se (8.11.2/8.11.2) with ESMTP id f082Ew317164 for ; Mon, 8 Jan 2001 03:14:58 +0100 Received: (from markush@localhost) by shaka.acc.umu.se (8.10.0/8.10.0) id f082EtO10612 for freebsd-emulation@freebsd.org; Mon, 8 Jan 2001 03:14:55 +0100 (MET) Date: Mon, 8 Jan 2001 03:14:54 +0100 From: Markus Holmberg To: freebsd-emulation@freebsd.org Subject: getcwd(3) after rmdir(2) or unlink(2) fails under Linux emulation Message-ID: <20010108031454.A10576@acc.umu.se> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline User-Agent: Mutt/1.3-current-20000511i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi. If modifying the current directory by either removing a directory or unlinking a file (in one program), a subsequenct call to getcwd(3) in another program executing under Linux emulation will fail. This can be demonstrated by running the attached C program (compiled under Linux) after removing a directory or a file in the current directory. Unfortunately due to limited experience in the kernel area I do not have a patch to contribute. Unless the matter is brought forward in some way on this list in a couple of days time I will send-pr it to make sure it gets archived... I'm running FreeBSD 4.2-STABLE from 2001-01-04. Cheers, Markus. (I'm not on the list, cc if more input is needed from me.) -- Markus Holmberg | Give me Unix or give me a typewriter. markush@acc.umu.se | http://www.freebsd.org/ --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="cwd.c" #include #include #define BUFSIZE 1024 int main(int argc, char *argv[]) { char buf[BUFSIZE]; if (getcwd(buf, BUFSIZE) == NULL) { perror("getcwd"); return 1; } printf("%s\n", buf); return 0; } --IJpNTDwzlM2Ie8A6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Sun Jan 7 19:27: 5 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from thelab.hub.org (SHW2-220.accesscable.net [24.71.145.220]) by hub.freebsd.org (Postfix) with ESMTP id 7C16B37B400 for ; Sun, 7 Jan 2001 19:26:48 -0800 (PST) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.11.1/8.11.1) with ESMTP id f083PQG19514; Sun, 7 Jan 2001 23:25:26 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Sun, 7 Jan 2001 23:25:26 -0400 (AST) From: The Hermit Hacker To: Cc: Subject: Civilization: Call To Power ... 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 Not sure if this is an X problem, or a Linux-Emu problem, or a Civ: CTP problem ... I'm running 5.0-CURRENT, and have just installed the above ... its great, and slightly addictive ... but if I take my mouse focii off of the playing screen to go check email or something, when I come back, I have about a 50-50 chance of being able to regain the focus ... once 'lost', I have to kill the game off and restart it ... Has this been seen before? any way of investigating it? Thanks .. Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Sun Jan 7 20:26:34 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.hypostasis.com (p22.pool1.staticadsl.iconz.net.nz [210.48.81.22]) by hub.freebsd.org (Postfix) with ESMTP id 9893B37B402 for ; Sun, 7 Jan 2001 20:26:15 -0800 (PST) Received: from amethyst.hypostasis.com (amethyst.hypostasis.com [192.168.2.2]) by mail.hypostasis.com (8.11.1/8.11.0) with ESMTP id f08434r79217; Mon, 8 Jan 2001 17:03:04 +1300 (NZDT) (envelope-from kit@amethyst.hypostasis.com) Received: (from kit@localhost) by amethyst.hypostasis.com (8.11.1/8.11.0) id f084Xa335826; Mon, 8 Jan 2001 17:33:36 +1300 (NZDT) (envelope-from kit) Date: Mon, 8 Jan 2001 17:33:36 +1300 From: kit To: The Hermit Hacker Cc: freebsd-emulation@FreeBSD.ORG, jameso@elwood.net Subject: Re: Civilization: Call To Power ... Message-ID: <20010108173335.A32875@amethyst.hypostasis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from scrappy@hub.org on Sun, Jan 07, 2001 at 11:25:26PM -0400 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jan 07, 2001 at 11:25:26PM -0400, The Hermit Hacker wrote: > > Not sure if this is an X problem, or a Linux-Emu problem, or a Civ: CTP > problem ... > > I'm running 5.0-CURRENT, and have just installed the above ... its great, > and slightly addictive ... but if I take my mouse focii off of the playing > screen to go check email or something, when I come back, I have about a > 50-50 chance of being able to regain the focus ... once 'lost', I have to > kill the game off and restart it ... > > Has this been seen before? any way of investigating it? > > Thanks .. > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > Under 4.1.1 (I think ) i did encounter a couple of similar problems which cleared up after applying one of the CIV patchsets. I think that they were related to the use of the caps lock key to restrain the mouse inside the CIV window which the one of the patches (to 1.2) changed to ctrl-g instead. Anyway I've not noticed any further wierdness for a while (on the other hand I run X as a click to focus where as I almost take your phrasing to imply follows mouse) --kit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Jan 8 6:42:35 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.class.com (mail.class.com [207.91.36.227]) by hub.freebsd.org (Postfix) with ESMTP id 4DC3137B400 for ; Mon, 8 Jan 2001 06:42:18 -0800 (PST) Received: from cab.elwood.net (lnk2-ogorman-1.binary.net [216.229.6.242]) by mail.class.com (Postfix) with ESMTP id 8538559209; Mon, 8 Jan 2001 08:42:08 -0600 (CST) Received: by cab.elwood.net (Postfix, from userid 1000) id 7520999242; Mon, 8 Jan 2001 08:42:07 -0600 (CST) Date: Mon, 8 Jan 2001 08:42:07 -0600 From: Jim To: The Hermit Hacker Cc: freebsd-emulation@freebsd.org Subject: Re: Civilization: Call To Power ... Message-ID: <20010108084207.B61116@elwood.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from scrappy@hub.org on Sun, Jan 07, 2001 at 11:25:26PM -0400 X-Whaa: You read headers? Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have never seen that myself. Closest thing to it is with the full version if I change focus to another app then go back, auto scroll does not work at all. That is annoying too. But then again, I have been away alot lately so most of my work has been through ssh. Needless to say, I have not been able to try to improve th problem at all. On Sun, Jan 07, 2001 at 11:25:26PM -0400, The Hermit Hacker wrote: > > Not sure if this is an X problem, or a Linux-Emu problem, or a Civ: CTP > problem ... > > I'm running 5.0-CURRENT, and have just installed the above ... its great, > and slightly addictive ... but if I take my mouse focii off of the playing > screen to go check email or something, when I come back, I have about a > 50-50 chance of being able to regain the focus ... once 'lost', I have to > kill the game off and restart it ... > > Has this been seen before? any way of investigating it? > > Thanks .. > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > -- Jim O'Gorman jameso@elwood.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Jan 8 21:42:10 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from home.mitayai.net (cr592943-a.bloor1.on.wave.home.com [24.156.38.199]) by hub.freebsd.org (Postfix) with ESMTP id 1F8E837B401 for ; Mon, 8 Jan 2001 21:41:53 -0800 (PST) Received: from localhost (mitayai@localhost) by home.mitayai.net (8.11.1/8.11.1) with ESMTP id f095giP01766; Tue, 9 Jan 2001 00:42:45 -0500 (EST) (envelope-from mitayai@home.mitayai.net) Date: Tue, 9 Jan 2001 00:42:34 -0500 (EST) From: Will Mitayai Keeso Rowe To: freebsd-emulation@freebsd.org, vns@delta.odessa.ua Subject: VMWare2.0 on FreBSD 4.2 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 Hello! I have a up-to-date FreeBSD 4.2-STABLE (as of today) with a newly installed kernel and linux emulation port. I'm trying to start up VMWare using an existing disk, but it keeps complaining about having a bad disk label or something, and i notice that it is trying to access wdXsYZ even though i use the new adXsYZ format. I also notice that in /compat/linux/dev i only have hda, hdb, etc with no slice entries... maybe this is significant? Anyway, if anyone can offer any advice on how to get VMWare to work with existing disks, i'd appreciate it. Regards, Mit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Jan 9 2:34:17 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from loran.arziz.uptel.net (loran.arziz.uptel.net [195.138.162.66]) by hub.freebsd.org (Postfix) with ESMTP id 2BD4337B402 for ; Tue, 9 Jan 2001 02:33:52 -0800 (PST) Received: from xela (dp-74.arziz.uptel.net [195.138.162.74]) by loran.arziz.uptel.net (8.9.3/8.9.3) with SMTP id MAA18503 for ; Tue, 9 Jan 2001 12:32:48 +0200 (EET) Message-ID: <000001c07a1e$f7f96c60$4aa28ac3@xela> From: "Potapenko Alexander" To: Subject: Help Date: Thu, 4 Jan 2001 15:55:00 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01C07666.B20E5780" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0004_01C07666.B20E5780 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable I need your help: Can doscmd to start MS-DOS 6.22? Alex ------=_NextPart_000_0004_01C07666.B20E5780 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
I need your = help:
Can doscmd to = start MS-DOS=20 6.22?
 
Alex
------=_NextPart_000_0004_01C07666.B20E5780-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Jan 9 4:51:10 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from thelab.hub.org (SHW2-220.accesscable.net [24.71.145.220]) by hub.freebsd.org (Postfix) with ESMTP id A0D9437B402 for ; Tue, 9 Jan 2001 04:50:51 -0800 (PST) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.11.1/8.11.1) with ESMTP id f09CnSN73075; Tue, 9 Jan 2001 08:49:28 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Tue, 9 Jan 2001 08:49:28 -0400 (AST) From: The Hermit Hacker To: Jim Cc: Subject: Re: Civilization: Call To Power ... In-Reply-To: <20010108084207.B61116@elwood.net> 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 have my X set to 'focus follows mouse', which, from one other users email, I suspecting might be my problem ... gave it to my boss to "try out", and so far she's had no problems, and she has it so that you have to click on the 'term' you want to work in ... so, am not too worried about it ... thanks .. On Mon, 8 Jan 2001, Jim wrote: > I have never seen that myself. Closest thing to it is with the full > version if I change focus to another app then go back, auto scroll > does not work at all. That is annoying too. But then again, I have > been away alot lately so most of my work has been through ssh. > Needless to say, I have not been able to try to improve th problem at > all. > > On Sun, Jan 07, 2001 at 11:25:26PM -0400, The Hermit Hacker wrote: > > > > Not sure if this is an X problem, or a Linux-Emu problem, or a Civ: CTP > > problem ... > > > > I'm running 5.0-CURRENT, and have just installed the above ... its great, > > and slightly addictive ... but if I take my mouse focii off of the playing > > screen to go check email or something, when I come back, I have about a > > 50-50 chance of being able to regain the focus ... once 'lost', I have to > > kill the game off and restart it ... > > > > Has this been seen before? any way of investigating it? > > > > Thanks .. > > > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > > Systems Administrator @ hub.org > > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > > > -- > Jim O'Gorman > jameso@elwood.net > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Jan 9 6:26:41 2001 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 B661737B401 for ; Tue, 9 Jan 2001 06:26:22 -0800 (PST) Received: from jupiter.delta.ny.us (nyf-ny10-46.ix.netcom.com [198.211.18.110]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id JAA25803; Tue, 9 Jan 2001 09:26:20 -0500 (EST) Received: (from vsilyaev@localhost) by jupiter.delta.ny.us (8.9.3/8.9.3) id JAA00378; Tue, 9 Jan 2001 09:26:18 -0500 (EST) (envelope-from vsilyaev) Date: Tue, 9 Jan 2001 09:26:17 -0500 From: "Vladimir N. Silyaev" To: Will Mitayai Keeso Rowe Cc: freebsd-emulation@freebsd.org Subject: Re: VMWare2.0 on FreBSD 4.2 Message-ID: <20010109092617.B337@jupiter.delta.ny.us> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from mitayai@home.mitayai.net on Tue, Jan 09, 2001 at 12:42:34AM -0500 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jan 09, 2001 at 12:42:34AM -0500, Will Mitayai Keeso Rowe wrote: > Hello! > I have a up-to-date FreeBSD 4.2-STABLE (as of today) with a newly > installed kernel and linux emulation port. > > I'm trying to start up VMWare using an existing disk, but it keeps > complaining about having a bad disk label or something, and i notice that > it is trying to access wdXsYZ even though i use the new adXsYZ format. > > I also notice that in /compat/linux/dev i only have hda, hdb, etc with no > slice entries... maybe this is significant? > > Anyway, if anyone can offer any advice on how to get VMWare to work with > existing disks, i'd appreciate it. You have try to use some FreeBSD related readme files coming together with vmware port, and try to make you existing partiotions works using plain disks. -- Vladimir P.S. If you lookign to use WinXXX XXX Don't forget to boot in safe mode and create different hardware profile, at other case you can easily screwed up you existing setup. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Jan 9 7:55:36 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from castle.dreaming.org (host-170.creativehouse.maxlink.com [216.221.214.170]) by hub.freebsd.org (Postfix) with ESMTP id 1C28437B6AA for ; Tue, 9 Jan 2001 07:55:14 -0800 (PST) Received: from Laptop (cr592943-a.bloor1.on.wave.home.com [24.156.38.199]) by castle.dreaming.org (8.11.1/8.11.1) with SMTP id f09Ft1P10807; Tue, 9 Jan 2001 10:55:01 -0500 (EST) (envelope-from mit@mitayai.net) From: "Will Mitayai Keeso Rowe" To: "Vladimir N. Silyaev" , "Will Mitayai Keeso Rowe" Cc: Subject: RE: VMWare2.0 on FreBSD 4.2 Date: Tue, 9 Jan 2001 10:53:35 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal In-Reply-To: <20010109092617.B337@jupiter.delta.ny.us> Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org :You have try to use some FreeBSD related readme files coming together :with vmware port, and try to make you existing partiotions works using :plain disks. What readme files...? :P.S. If you lookign to use WinXXX XXX Don't forget to boot in safe :mode and :create different hardware profile, at other case you can easily screwed up :you existing setup. : Ouch! Thanks for that tip ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Jan 9 8:31: 1 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from johnson.mail.mindspring.net (johnson.mail.mindspring.net [207.69.200.177]) by hub.freebsd.org (Postfix) with ESMTP id 7128837B6B3 for ; Tue, 9 Jan 2001 08:30:44 -0800 (PST) Received: from vtpr5 (nyf-ny7-47.ix.netcom.com [198.211.17.175]) by johnson.mail.mindspring.net (8.9.3/8.8.5) with SMTP id LAA03225; Tue, 9 Jan 2001 11:30:27 -0500 (EST) Message-ID: <003801c07a59$9f0d4960$02fda8c0@vt.ny.us> From: "Vladimir Silyaev" To: "Will Mitayai Keeso Rowe" Cc: References: Subject: Re: VMWare2.0 on FreBSD 4.2 Date: Tue, 9 Jan 2001 11:31:24 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I believe you should read 'Hints.FreeBSD' from the 'files' subdirectory in the vmware port tree. ----- Original Message ----- > > > :You have try to use some FreeBSD related readme files coming together > :with vmware port, and try to make you existing partiotions works using > :plain disks. > > What readme files...? > > :P.S. If you lookign to use WinXXX XXX Don't forget to boot in safe > :mode and > :create different hardware profile, at other case you can easily screwed up > :you existing setup. > : > > Ouch! Thanks for that tip ;-) > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Jan 9 10: 4:26 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from pan.ch.intel.com (pan.ch.intel.com [143.182.246.24]) by hub.freebsd.org (Postfix) with ESMTP id E51CB37B6DD for ; Tue, 9 Jan 2001 10:04:08 -0800 (PST) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by pan.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.33 2000/11/21 19:27:27 smothers Exp $) with ESMTP id LAA23365; Tue, 9 Jan 2001 11:03:45 -0700 (MST) Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.14 2001/01/02 18:39:59 steved Exp $) with ESMTP id LAA21722; Tue, 9 Jan 2001 11:03:45 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id NAA07019; Tue, 9 Jan 2001 13:03:44 -0500 (EST) X-Authentication-Warning: hip186.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14939.21120.5431.896647@hip186.ch.intel.com> Date: Tue, 9 Jan 2001 11:03:43 -0700 (MST) To: "Will Mitayai Keeso Rowe" Cc: "Vladimir N. Silyaev" , "Will Mitayai Keeso Rowe" , Subject: RE: VMWare2.0 on FreBSD 4.2 In-Reply-To: References: <20010109092617.B337@jupiter.delta.ny.us> X-Mailer: VM 6.75 under Emacs 20.6.3 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ On Tuesday, January 9, Will Mitayai Keeso Rowe wrote: ] > > :You have try to use some FreeBSD related readme files coming together > :with vmware port, and try to make you existing partiotions works using > :plain disks. > > What readme files...? > > :P.S. If you lookign to use WinXXX XXX Don't forget to boot in safe > :mode and > :create different hardware profile, at other case you can easily screwed up > :you existing setup. > : > > Ouch! Thanks for that tip ;-) if you are using Win98 (SE or not) for the client, don't bother creating the second hardware profile. In fact, don't bother with anything in general (IMHO). Regardless of the "separate hardware profile" things get screwed up between the two if you try to boot the same partition under VMware and natively. If you have things setup natively and use VMware's procedure to install the VMware tools (with the better SVGA driver, etc.) it will hose your drivers for native (put you back in 640x480 mode). If you go fix native drivers (painstakingly) it will hose the VMware setup. Repeat this ad nauseum if you like. AFAICT, it isn't a "FreeBSD problem" either because VMware's news server's lists were flooded with the same complaints I had with people running it under "real linux." There was never any "real" resolution. My advice would be to install win98 in a virtual disk and just use it like that. I had NOTHING but frustration trying to use the same FAT disk under VMware and native boot mode. VMware's "help" site claims they have work-arounds but they absolutely do not work. This information is 3 months old (and coming from my warped memory). If it is out dated and better procedures/work-arounds exist for doing the above, please share them! -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds WCCG, CCE, Higher Levels of Abstraction | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Jan 9 13:57:22 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (Postfix) with ESMTP id AB7D037B400 for ; Tue, 9 Jan 2001 13:57:05 -0800 (PST) Received: (from smap@localhost) by whistle.com (8.10.0/8.10.0) id f09Lv5s26027 for ; Tue, 9 Jan 2001 13:57:05 -0800 (PST) Received: from pau-amma.whistle.com( 207.76.205.64) by whistle.com via smap (V2.0) id xma026020; Tue, 9 Jan 2001 13:56:35 -0800 Received: (from dhw@localhost) by pau-amma.whistle.com (8.11.1/8.11.1) id f09LuZ696960 for emulation@freebsd.org; Tue, 9 Jan 2001 13:56:35 -0800 (PST) Date: Tue, 9 Jan 2001 13:56:35 -0800 (PST) From: David Wolfskill Message-Id: <200101092156.f09LuZ696960@pau-amma.whistle.com> To: emulation@freebsd.org Subject: Anyone get "runsocks" to work for programs in Linux emulation mode? Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The "runsocks" script basically works by placing certain libraries earlier in the LD_LIBRARY_PATH, so that calls to certain (dynamically loaded) functions get the "socksified" versions of the functions instead of the usual flavor. Linux emulation does its own curious things with the program's perception of the universe. Now I have a requirement to gain access to network resources that are on the far side of a SOCKS5 server (that requires user-level authentication, so just pointing (say) Netscape at the SOCKS server doesn't do the job). I am able to get the lynx-ssl stuff to work via runsocks, but the application in question appears to be designed to require some capabilities that lynx doesn't support. The native FreeBSD netscape works for most things, but not one particular HTTPS (TCP/443) application. So I wanted to try the Linux version of netscape.... Has anyone had occasion to try to make this work? Is attempting it something that is suitable only by the certifiably insane? Please respond to me, even if you respond to the list, as I'm not subscribed. I'll summarize, if that might be useful. Thanks, david -- David Wolfskill dhw@whistle.com UNIX System Administrator Desk: 650/577-7158 TIE: 8/499-7158 Cell: 650/759-0823 I need help: http://www.whistle.com/employment/employ-engg.html#K030391 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Jan 9 17:50:52 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from blount.mail.mindspring.net (blount.mail.mindspring.net [207.69.200.226]) by hub.freebsd.org (Postfix) with ESMTP id 359DA37B400 for ; Tue, 9 Jan 2001 17:50:33 -0800 (PST) Received: from jupiter.delta.ny.us (nyf-ny6-02.ix.netcom.com [198.211.17.66]) by blount.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id UAA26115; Tue, 9 Jan 2001 20:50:30 -0500 (EST) Received: (from vsilyaev@localhost) by jupiter.delta.ny.us (8.9.3/8.9.3) id UAA00424; Tue, 9 Jan 2001 20:50:23 -0500 (EST) (envelope-from vns) Date: Tue, 9 Jan 2001 20:50:23 -0500 (EST) From: "Vladimir N.Silyaev" Message-Id: <200101100150.UAA00424@jupiter.delta.ny.us> To: dhw@whistle.com Cc: emulation@freebsd.org Subject: Re: Anyone get "runsocks" to work for programs in Linux emulation mode? In-Reply-To: <200101092156.f09LuZ696960@pau-amma.whistle.com> References: <200101092156.f09LuZ696960@pau-amma.whistle.com> Reply-To: vns@delta.odessa.ua Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In muc.lists.freebsd.emulation, you wrote: >The "runsocks" script basically works by placing certain libraries earlier >in the LD_LIBRARY_PATH, so that calls to certain (dynamically loaded) >functions get the "socksified" versions of the functions instead of the >usual flavor. I believe that runsocks uses just LD_PRELOAD, and don't touch LD_LIBRARY_PATH. > >Linux emulation does its own curious things with the program's perception >of the universe. I believe that linux emulation don't change any behaviour of linux [/compat/linux]/lib/ld.so [skipped] >application. So I wanted to try the Linux version of netscape.... IMHO you have to use linux version of runsocks (really linux version of shared library) if you like to 'socksify' linux version of netscape. -- 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 Jan 10 6:31:30 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id D3CFB37B401 for ; Wed, 10 Jan 2001 06:31:11 -0800 (PST) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by david.siemens.de (8.11.0/8.11.0) with ESMTP id f0AEV7u15189; Wed, 10 Jan 2001 15:31:07 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail3.siemens.de (8.11.1/8.11.1) with ESMTP id f0AEV7b16202453; Wed, 10 Jan 2001 15:31:07 +0100 (MET) Received: (from localhost) by curry.mchp.siemens.de (8.11.1/8.11.1) id f0AEV7690690; Date: Wed, 10 Jan 2001 15:31:06 +0100 From: Andre Albsmeier To: David Wolfskill Cc: emulation@FreeBSD.ORG Subject: Re: Anyone get "runsocks" to work for programs in Linux emulation mode? Message-ID: <20010110153106.A22453@curry.mchp.siemens.de> References: <200101092156.f09LuZ696960@pau-amma.whistle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101092156.f09LuZ696960@pau-amma.whistle.com>; from dhw@whistle.com on Tue, Jan 09, 2001 at 01:56:35PM -0800 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 09-Jan-2001 at 13:56:35 -0800, David Wolfskill wrote: > The "runsocks" script basically works by placing certain libraries earlier > in the LD_LIBRARY_PATH, so that calls to certain (dynamically loaded) > functions get the "socksified" versions of the functions instead of the > usual flavor. > > Linux emulation does its own curious things with the program's perception > of the universe. > > Now I have a requirement to gain access to network resources that are on > the far side of a SOCKS5 server (that requires user-level authentication, > so just pointing (say) Netscape at the SOCKS server doesn't do the job). > I am able to get the lynx-ssl stuff to work via runsocks, but the > application in question appears to be designed to require some > capabilities that lynx doesn't support. The native FreeBSD netscape > works for most things, but not one particular HTTPS (TCP/443) > application. So I wanted to try the Linux version of netscape.... > > Has anyone had occasion to try to make this work? Is attempting it > something that is suitable only by the certifiably insane? I use a linux compiled libsocks5_sh.so: andre@bali:~>ll /compat/linux/usr/local/lib/libsocks5_sh.so -rwxr-xr-x 1 root wheel - 89872 Aug 2 18:54 /compat/linux/usr/local/lib/libsocks5_sh.so* Then I use the usual export LD_LIBRARY_PATH=/usr/local/lib export LD_PRELOAD=libsocks5_sh.so and run linux realplayer successfully through the socks server. I can send you my libsocks5_sh.so binary if you want it, it is based on socks5-v1.0r11.tar.gz... -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Jan 10 8:18:36 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from melete.ch.intel.com (melete.ch.intel.com [143.182.246.25]) by hub.freebsd.org (Postfix) with ESMTP id 98D4737B69F for ; Wed, 10 Jan 2001 08:18:19 -0800 (PST) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by melete.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.33 2000/11/21 19:27:27 smothers Exp $) with ESMTP id QAA15972 for ; Wed, 10 Jan 2001 16:21:22 GMT Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.14 2001/01/02 18:39:59 steved Exp $) with ESMTP id JAA21321 for ; Wed, 10 Jan 2001 09:18:14 -0700 (MST) X-Envelope-To: X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id LAA20469; Wed, 10 Jan 2001 11:18:13 -0500 (EST) X-Authentication-Warning: hip186.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14940.35653.305945.149120@hip186.ch.intel.com> Date: Wed, 10 Jan 2001 09:18:13 -0700 (MST) To: emulation@freebsd.org Subject: NetBSD patches in Plex86 - anybody working on FreeBSD? X-Mailer: VM 6.75 under Emacs 20.6.3 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I just noticed today on the Plex86 site that the patches to port Plex86 over to NetBSD have been integrated into their CVS source tree. Kewl! Is anybody tinkering with Plex86 on FreeBSD? Anybody have any insight as to how difficult it will be to morph what Frank did for NetBSD over to our side of the fence? Curious. -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds WCCG, CCE, Higher Levels of Abstraction | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Jan 10 15: 0:46 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mx.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 7D60337B69C for ; Wed, 10 Jan 2001 15:00:26 -0800 (PST) Received: from iclub.nsu.ru (root@iclub.nsu.ru [193.124.222.66]) by mx.nsu.ru (8.9.1/8.9.0) with ESMTP id EAA15698; Thu, 11 Jan 2001 04:58:49 +0600 (NOVT) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.11.1/8.11.1) with ESMTP id f0AMwm020385; Thu, 11 Jan 2001 04:58:48 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Date: Thu, 11 Jan 2001 04:58:47 +0600 (NS) From: Max Khon To: John Reynolds~ Cc: emulation@FreeBSD.ORG Subject: Re: NetBSD patches in Plex86 - anybody working on FreeBSD? In-Reply-To: <14940.35653.305945.149120@hip186.ch.intel.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 hi, there! On Wed, 10 Jan 2001, John Reynolds~ wrote: > I just noticed today on the Plex86 site that the patches to port Plex86 over > to NetBSD have been integrated into their CVS source tree. Kewl! > > Is anybody tinkering with Plex86 on FreeBSD? Anybody have any insight as to > how difficult it will be to morph what Frank did for NetBSD over to our side > of the fence? they already have FreeBSD bits in the tree: from their ChangeLog: - "Kevin P. Lawton" : Mon Jan 1 11:04:34 EST 2001 Integrated write-cache plugin from Tom Vijlbrief, and his related mods to the hard drive code, to handle > 32-bit file IO. Integrated small FreeBSD Makefile mods from Alexander Langer. Regenerated configure. - "Kevin P. Lawton" : Sat Dec 30 10:17:23 EST 2000 Integrated FreeBSD host port by Alexander Langer Note: this port does not work yet, but was uploaded so others can work on it. /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Jan 11 14: 9:33 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from gateway.telecom.ksu.edu (gateway-1.telecom.ksu.edu [129.130.63.239]) by hub.freebsd.org (Postfix) with ESMTP id 1EE8637B402 for ; Thu, 11 Jan 2001 14:09:12 -0800 (PST) Received: from sioux.telecom.ksu.edu(129.130.60.32) by pawnee.telecom.ksu.edu via smap (V2.0) id xma003863; Thu, 11 Jan 01 16:08:44 -0600 Message-ID: <3A5E2F47.7FB44464@telecom.ksu.edu> Date: Thu, 11 Jan 2001 16:10:15 -0600 From: nathan X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: emulation@freebsd.org Subject: vmware2, SMP, 4.2-STABLE, etc Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org greetings i've searched the 'emulators' archive but not found anything lately as far as bugs etc with vmware2 port. i've got it installed and loading fine, but it will lock (temporarily) upon hitting "Power On". After ~60 seconds (of sitting there locked) it will eventually kill itself (die) with no real error. didn't know if there were any known bugs, etc, especially with linprocfs?? also, i'm running an SMP kernel; perhaps issues there? i've read about vladimir's vmware patches etc, but those seem dated. Are they valid anymore? they won't even build 'as-is' since the ports format has changed since mid-year 2000. i've posted to questions with little luck, thought perhaps a more focus'd list would be approriate. its just that everything looks in order to me, and i had NO trouble installing/running it on another system, also a 4.2-STABLE, but only a single proc system... worked first crack out of the box. friends also have reported great success with the vmware2 port on their systems (all have been uniprocessor) i tried running 'truss vmware' to try n get more info, but it locked my entire system up, and i had to reboot. gonna see if maybe i can ktrace it or something.. maybe get a better idea of "what" is happening exactly thanks all! Pertanant sys data: [root@sabre nathan]# uname -a FreeBSD sabre 4.2-STABLE FreeBSD 4.2-STABLE #0: Wed Jan 10 17:58:21 CST 2001 nathan@sabre:/usr/src/sys/compile/SMP4_2 i386 [root@sabre nathan]# sysctl -a | grep hw. hw.machine: i386 hw.model: Pentium III/Pentium III Xeon/Celeron hw.ncpu: 2 hw.byteorder: 1234 hw.physmem: 265285632 hw.usermem: 240611328 hw.pagesize: 4096 hw.floatingpoint: 1 hw.machine_arch: i386 hw.atamodes: dma,---,dma,pio, hw.availpages: 64601 [root@sabre nathan]# dmesg | grep memory real memory = 268423168 (262132K bytes) avail memory = 257802240 (251760K bytes) [root@sabre nathan]# kldstat Id Refs Address Size Name 1 10 0xc0100000 271518 kernel 2 1 0xc0f9a000 6000 linprocfs.ko 3 3 0xc0fc0000 11000 linux.ko 4 1 0xc0fee000 2000 rtc.ko 5 1 0xc0ff2000 9000 vmmon_smp.ko 6 1 0xc0ffd000 4000 if_tap.ko 7 4 0xc1004000 9000 netgraph.ko 8 1 0xc100f000 3000 ng_ether.ko 9 1 0xc1014000 4000 ng_bridge.ko 10 1 0xc1019000 3000 ng_socket.ko [root@sabre nathan]# mount ... linprocfs on /usr/compat/linux/proc (linprocfs, local) [root@sabre nathan]# pkg_info | grep linux_base linux_base-6.1 The base set of packages needed in Linux mode [root@sabre nathan]# pkg_info | grep rtc rtc-2000.09.22 Kernel module which provides /dev/rtc device support To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Jan 11 16:44:50 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from blount.mail.mindspring.net (blount.mail.mindspring.net [207.69.200.226]) by hub.freebsd.org (Postfix) with ESMTP id 780F837B6A7 for ; Thu, 11 Jan 2001 16:44:32 -0800 (PST) Received: from jupiter.delta.ny.us (nyf-ny5-03.ix.netcom.com [198.211.17.3]) by blount.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id TAA03188; Thu, 11 Jan 2001 19:44:22 -0500 (EST) Received: (from vsilyaev@localhost) by jupiter.delta.ny.us (8.9.3/8.9.3) id TAA00416; Thu, 11 Jan 2001 19:44:15 -0500 (EST) (envelope-from vsilyaev) Date: Thu, 11 Jan 2001 19:44:15 -0500 (EST) From: "Vladimir N. Silyaev" Message-Id: <200101120044.TAA00416@jupiter.delta.ny.us> To: beemern@telecom.ksu.edu Cc: emulation@freebsd.org Subject: Re: vmware2, SMP, 4.2-STABLE, etc In-Reply-To: <3A5E2F47.7FB44464@telecom.ksu.edu> References: <3A5E2F47.7FB44464@telecom.ksu.edu> Reply-To: vns@delta.odessa.ua Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In muc.lists.freebsd.emulation, you wrote: >greetings >i've searched the 'emulators' archive but not found anything lately as >far as bugs etc with vmware2 port. Perhaps people most like to write about their problems ;). >also, i'm running an SMP kernel; perhaps issues there? You can check it by yourself by loading UP kernel. >i've read about vladimir's vmware patches etc, but those seem dated. Are >they valid anymore? they won't even build 'as-is' since the ports format >has changed since mid-year 2000. I believe that you are using it ;) Just since mid-year 2000 vmware port was integrated into the FreeBSD port tree and VMware folks didn't make changes in the Linux kernel drivers. >i tried running 'truss vmware' to try n get more info, but it locked my >entire system up, and i had to reboot. >gonna see if maybe i can ktrace it or something.. maybe get a better >idea of "what" is happening exactly You should remeber that vmware it'a linux application, so to use truss or kdump doesn't make a big sense here. And probably no one from us have access to vmware source code, so ability to fix bugs are very limited. -- Regards, Vladimir To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Jan 12 15: 4:36 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from knock.econ.vt.edu (knock.econ.vt.edu [128.173.172.240]) by hub.freebsd.org (Postfix) with ESMTP id 8F01C37B400 for ; Fri, 12 Jan 2001 15:04:17 -0800 (PST) Received: (from rdmurphy@localhost) by knock.econ.vt.edu (8.11.1/8.11.1) id f0CN4GV02154; Fri, 12 Jan 2001 18:04:16 -0500 (EST) (envelope-from rdmurphy) From: "Russell D. Murphy Jr." MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14943.36208.537376.968113@knock.econ.vt.edu> Date: Fri, 12 Jan 2001 18:04:16 -0500 (EST) To: emulation@FreeBSD.org Subject: Linux emulation difficulty X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: rdmurphy@vt.edu Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to install version 7 of Stata, a statistics/econometrics package. I've used Stata's Linux versions 4, 5, and 6 successfully. The previous versions were more or less text only applications (you can open up separate windows under X for displaying graphs). This made their Unix versions look different than their Windows versions, so. . . Version 7 has a text (traditional) executable and an alternative X-based gui. The text version seems to work fine, but the gui version seg faults: knock [rdmurphy]% ktrace -f xstata-ktrace.out /usr/local/stata7/xstata Segmentation fault (core dumped) Can anyone decipher this? knock [rdmurphy]% linux_kdump -f xstata-ktrace.out | less 2077 ktrace RET linux_brk 0 2077 ktrace CALL linux_olduname(0xbfbff70e,0xbfbff5e4,0xbfbff5ec) 2077 ktrace NAMI "/usr/local/stata7/xstata" 2077 xstata RET linux_olduname 0 2077 xstata CALL linux_fcntl(0x82ca4ac) 2077 xstata RET linux_fcntl -1 errno 1 Operation not permitted 2077 xstata CALL linux_fcntl(0x82ca4e0) 2077 xstata RET linux_fcntl -1 errno 1 Operation not permitted 2077 xstata CALL linux_fcntl(0x82ca519) 2077 xstata RET linux_fcntl -1 errno 1 Operation not permitted 2077 xstata CALL linux_personality(0,0xbfbff5ec) 2077 xstata RET linux_personality -1 errno 14 Bad address 2077 xstata CALL geteuid(0xbfbff5f4,0xbfbff5ec) 2077 xstata RET geteuid 0 2077 xstata CALL getuid 2077 xstata RET getuid 1000/0x3e8 2077 xstata PSIG SIGSEGV SIG_DFL The Stata people tend to be helpful, but they haven't been enthusiastic about worrying about Linux applications on FreeBSD systems. Thanks- Russ M. -- Russell D. Murphy Department of Economics Virginia Polytechnic Institute and State University 3034 Pamplin Hall Blacksburg, Virginia 24061-0316 (540) 231-4537 rdmurphy@vt.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Sat Jan 13 20: 6:35 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from thelab.hub.org (SHW2-220.accesscable.net [24.71.145.220]) by hub.freebsd.org (Postfix) with ESMTP id 27AE037B402 for ; Sat, 13 Jan 2001 20:06:18 -0800 (PST) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.11.1/8.11.1) with ESMTP id f0E44NS00551 for ; Sun, 14 Jan 2001 00:04:23 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Sun, 14 Jan 2001 00:04:23 -0400 (AST) From: The Hermit Hacker To: Subject: linux kld segfault in 5.0-current ... 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 thelab# linux Segmentation fault - core dumped thelab# its still loading, and I can still play my Civilization, but am wondering what I'm losing as a result of it SegFaulting? :( Thanks ... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message