From owner-freebsd-emulation Sun Apr 8 8:19:19 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.utcorp.net (x-montana.utcorp.com [146.145.135.26]) by hub.freebsd.org (Postfix) with ESMTP id 8366E37B423 for ; Sun, 8 Apr 2001 08:19:14 -0700 (PDT) (envelope-from kseel@utcorp.com) Received: from x-kspc.utcorp.com ([146.145.135.17] helo=utcorp.com) by mail.utcorp.net with esmtp (Exim 3.03 #1) id 14mH3Y-0005oD-00; Sun, 08 Apr 2001 11:24:48 -0400 Message-ID: <3AD08277.90F27279@utcorp.com> Date: Sun, 08 Apr 2001 11:23:36 -0400 From: Kurt Seel X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: The Babbler , freebsd-emulation@freebsd.org Subject: Re: VMware networking (was: Slooow VMware on RELENG_4 SMP) References: <3AC00B6A.54C2B0D7@babbleon.org> <3AC019E0.F1CF1B1E@babbleon.org> <3AC027B4.71D05DBE@babbleon.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The Babbler wrote: I guess you got done what you needed, but I thought I would kick in my 2 cents here anyway. I use 'host only' network for VMWare. Set up the vmnet1 iface as 10.207.1.2, the VM uses 10.207.1.3. Compile IPFW and IPDIVERT into kernel. Load these ipfw rules : /sbin/ipfw -f flush /sbin/ipfw add divert natd all from any to any /sbin/ipfw add pass all from any to any natd -u -s -m -a [Your real IP addr here] -l Why all this? Well, now I can share VMWare images between different host machines, with outgoing network access. All host machines have a 'hidden' 10.207.1.* 'network'. Also I discovered that full screen mode works great on multi-headed X! But it make for a pretty odd sight, Win98 running alongside KDE and only one CPU case. > Well, what do you know! > > I rebuilt a kernel without firewalling or bridging and re-installed the > up-to-date vmware port (2.0.03.799_1). > I also set the vmware client to use DHCP. > > Then I rebooted, sho' nuff it worked. I even rebooted and tried it > gain. > > Of course my VPN access, even from my host, seems to have broken, but > it's a good sign. > > And I'm not ready 'til I verify it at work, but it sure is looking > better than it has before. > > -- > "Brian, the man from babble-on" bts@babbleon.org > Brian T. Schellenberger http://www.babbleon.org > Support http://www.eff.org. Support decss defendents. > Support http://www.programming-freedom.org. Boycott amazon.com. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" in the body of the message -- In theory, there is no difference between theory and practice. In practice, however, there is. - Albert Einstein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Apr 9 9:33: 2 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from dominik.saargate.de (dominik.saargate.de [212.88.130.241]) by hub.freebsd.org (Postfix) with ESMTP id 2934B37B423 for ; Mon, 9 Apr 2001 09:33:00 -0700 (PDT) (envelope-from domi@saargate.de) Received: from localhost (localhost [127.0.0.1]) by dominik.saargate.de (8.11.2/8.11.2) with ESMTP id f39GWwH29473 for ; Mon, 9 Apr 2001 18:32:59 +0200 (CEST) (envelope-from domi@saargate.de) Date: Mon, 9 Apr 2001 18:32:58 +0200 (CEST) From: Dominik Brettnacher To: freebsd-emulation@freebsd.org Subject: Tape support for linux programs 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, has anybody of you plans to make the Linux emulation support tape drives so that one can use Linux backup programs on FreeBSD? -- Dominik To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Apr 9 9:53:43 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id DCC1A37B422 for ; Mon, 9 Apr 2001 09:53:40 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.11.3/8.11.3) id f39GrX218216; Mon, 9 Apr 2001 11:53:33 -0500 (CDT) (envelope-from dan) Date: Mon, 9 Apr 2001 11:53:33 -0500 From: Dan Nelson To: Dominik Brettnacher Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: Tape support for linux programs Message-ID: <20010409115333.A13105@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: ; from "Dominik Brettnacher" on Mon Apr 9 18:32:58 GMT 2001 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In the last episode (Apr 09), Dominik Brettnacher said: > has anybody of you plans to make the Linux emulation support tape > drives so that one can use Linux backup programs on FreeBSD? It's not a matter of tape support; the tape drive support is fine. Lots of Linux backup programs want to send raw SCSI commands, though, which means there needs to be an emulation layer to convert our /dev/pass* devices to support Linux /dev/sgm* 's ioctls. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Apr 9 10:37:27 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from dominik.saargate.de (dominik.saargate.de [212.88.130.241]) by hub.freebsd.org (Postfix) with ESMTP id 498EB37B422 for ; Mon, 9 Apr 2001 10:37:23 -0700 (PDT) (envelope-from domi@saargate.de) Received: from localhost (localhost [127.0.0.1]) by dominik.saargate.de (8.11.2/8.11.2) with ESMTP id f39HbFj30178; Mon, 9 Apr 2001 19:37:16 +0200 (CEST) (envelope-from domi@saargate.de) Date: Mon, 9 Apr 2001 19:37:15 +0200 (CEST) From: Dominik Brettnacher To: "dnelson@emsphone.com" Cc: freebsd-emulation@freebsd.org Subject: Re: Tape support for linux programs In-Reply-To: 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 On Mon, 9 Apr 2001, dnelson@emsphone.com wrote: > >> has anybody of you plans to make the Linux emulation support tape > >> drives so that one can use Linux backup programs on FreeBSD? > It's not a matter of tape support; the tape drive support is fine. > Lots of Linux backup programs want to send raw SCSI commands, though, > which means there needs to be an emulation layer to convert our > /dev/pass* devices to support Linux /dev/sgm* 's ioctls. So does mt use raw SCSI commands? bash-2.04$ ./mt -f /dev/sa1 status ./mt: /dev/sa1: Invalid argument bash-2.04$ dmesg |tail [...] linux: 'ioctl' fd=3, cmd=6d01 ('m',1) not implemented -- Dominik - http://www.brettnacher.org/users/dominik/ "I feel like my body is a station wagon in which I drive my brain around, like a suburban mother taking the kids to hockey practice." -- Douglas Coupland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Apr 9 11:14: 4 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from hotmail.com (oe20.law8.hotmail.com [216.33.240.124]) by hub.freebsd.org (Postfix) with ESMTP id 7EF0D37B422 for ; Mon, 9 Apr 2001 11:14:02 -0700 (PDT) (envelope-from bm_sparkgmc@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 9 Apr 2001 11:14:02 -0700 X-Originating-IP: [24.108.87.84] From: "R.N.( BOB ) MILLER" To: Subject: star office .5.1 Date: Mon, 9 Apr 2001 12:13:44 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C0C0EE.86CFF920" 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 Message-ID: X-OriginalArrivalTime: 09 Apr 2001 18:14:02.0353 (UTC) FILETIME=[DAFD6E10:01C0C120] Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C0C0EE.86CFF920 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable would you know if there is a copy or download sit available for star = office 5.1 in english ???I used to use it and would like to aquire a = copy of it again ...thank you .. Bob=20 ------=_NextPart_000_0007_01C0C0EE.86CFF920 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
would you know if there is a copy or = download sit=20 available for star office 5.1 in english ???I used to use it and would = like to=20 aquire a copy of it again ...thank you .. Bob =
------=_NextPart_000_0007_01C0C0EE.86CFF920-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Apr 9 14: 6:13 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 0FAD037B423 for ; Mon, 9 Apr 2001 14:06:10 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.11.3/8.11.3) id f39L5m911832; Mon, 9 Apr 2001 16:05:48 -0500 (CDT) (envelope-from dan) Date: Mon, 9 Apr 2001 16:05:39 -0500 From: Dan Nelson To: Dominik Brettnacher Cc: freebsd-emulation@freebsd.org Subject: Re: Tape support for linux programs Message-ID: <20010409160538.A12420@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: ; from "Dominik Brettnacher" on Mon Apr 9 19:37:15 GMT 2001 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In the last episode (Apr 09), Dominik Brettnacher said: > On Mon, 9 Apr 2001, dnelson@emsphone.com wrote: > > >> has anybody of you plans to make the Linux emulation support tape > > >> drives so that one can use Linux backup programs on FreeBSD? > > It's not a matter of tape support; the tape drive support is fine. > > Lots of Linux backup programs want to send raw SCSI commands, though, > > which means there needs to be an emulation layer to convert our > > /dev/pass* devices to support Linux /dev/sgm* 's ioctls. > > So does mt use raw SCSI commands? > > bash-2.04$ ./mt -f /dev/sa1 status > ./mt: /dev/sa1: Invalid argument > bash-2.04$ dmesg |tail > [...] > linux: 'ioctl' fd=3, cmd=6d01 ('m',1) not implemented Most of the 'mt' commands use an ioctl that is not emulated by FreeBSD. Emulating this would be considerably easier than the /dev/sgc stuff, but is still a bit complicated. The basic rewind/seek/filemark operations would be pretty easy. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Apr 9 14:47:32 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from dominik.saargate.de (dominik.saargate.de [212.88.130.241]) by hub.freebsd.org (Postfix) with ESMTP id C212B37B422 for ; Mon, 9 Apr 2001 14:47:28 -0700 (PDT) (envelope-from domi@saargate.de) Received: from localhost (localhost [127.0.0.1]) by dominik.saargate.de (8.11.2/8.11.2) with ESMTP id f39LlOi32956; Mon, 9 Apr 2001 23:47:24 +0200 (CEST) (envelope-from domi@saargate.de) Date: Mon, 9 Apr 2001 23:47:23 +0200 (CEST) From: Dominik Brettnacher To: "dnelson@emsphone.com" Cc: freebsd-emulation@freebsd.org Subject: Re: Tape support for linux programs In-Reply-To: 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 On Mon, 9 Apr 2001, dnelson@emsphone.com wrote: > >> So does mt use raw SCSI commands? > >> bash-2.04$ ./mt -f /dev/sa1 status > >> ./mt: /dev/sa1: Invalid argument > >> bash-2.04$ dmesg |tail > >> [...] > >> linux: 'ioctl' fd=3, cmd=6d01 ('m',1) not implemented > Most of the 'mt' commands use an ioctl that is not emulated by FreeBSD. > Emulating this would be considerably easier than the /dev/sgc stuff, > but is still a bit complicated. The basic rewind/seek/filemark > operations would be pretty easy. How easy does 'pretty easy' mean? What does one have to do to support those basic features? -- Dominik - http://www.brettnacher.org/users/dominik/ "The less of a life, the more mail you read." -- Douglas Coupland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Apr 9 14:59:49 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from midgard.dhs.org (dhcp065-024-189-179.columbus.rr.com [65.24.189.179]) by hub.freebsd.org (Postfix) with ESMTP id B4AFF37B423 for ; Mon, 9 Apr 2001 14:59:46 -0700 (PDT) (envelope-from caa@midgard.dhs.org) Received: (from caa@localhost) by midgard.dhs.org (8.11.3/8.11.3) id f39Lxcx41057; Mon, 9 Apr 2001 17:59:38 -0400 (EDT) (envelope-from caa) Date: Mon, 9 Apr 2001 17:59:32 -0400 From: Charles Anderson To: Nick Sayer Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: XFree86 4.x server in a vmware guest Message-ID: <20010409175932.C37131@midgard.dhs.org> Mail-Followup-To: Nick Sayer , freebsd-emulation@FreeBSD.ORG References: <3AA6F361.4030009@quack.kfu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AA6F361.4030009@quack.kfu.com>; from nsayer@quack.kfu.com on Wed, Mar 07, 2001 at 06:50:09PM -0800 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I installed XF86 4.0.3 & this driver, and it's really slow. Is there anything that can be tweaked to get it back to a decent speed? Also are the message about cfb32ScreenInit, cfb32CopyPlane, cfb16ScreenInit, & cfb16CopyPlane being unresolved due to something I need to define when building xf4? Thanks, -Charlie On Wed, Mar 07, 2001 at 06:50:09PM -0800, Nick Sayer wrote: > Folks using FreeBSD in a vmware guest now can run XF86 4.x servers. See > the new emulators/vmware-xf4mod port. Enjoy. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" in the body of the message -- Charles Anderson caa@columbus.rr.com No quote, no nothin' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Apr 9 15:23: 9 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id D6C6437B422 for ; Mon, 9 Apr 2001 15:23:06 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.11.3/8.11.3) id f39MN1622715; Mon, 9 Apr 2001 17:23:01 -0500 (CDT) (envelope-from dan) Date: Mon, 9 Apr 2001 17:23:01 -0500 From: Dan Nelson To: Dominik Brettnacher Cc: freebsd-emulation@freebsd.org Subject: Re: Tape support for linux programs Message-ID: <20010409172301.A18576@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: ; from "Dominik Brettnacher" on Mon Apr 9 23:47:23 GMT 2001 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In the last episode (Apr 09), Dominik Brettnacher said: > On Mon, 9 Apr 2001, dnelson@emsphone.com wrote: > > > >> So does mt use raw SCSI commands? > > >> bash-2.04$ ./mt -f /dev/sa1 status > > >> ./mt: /dev/sa1: Invalid argument > > >> bash-2.04$ dmesg |tail > > >> [...] > > >> linux: 'ioctl' fd=3, cmd=6d01 ('m',1) not implemented > > Most of the 'mt' commands use an ioctl that is not emulated by FreeBSD. > > Emulating this would be considerably easier than the /dev/sgc stuff, > > but is still a bit complicated. The basic rewind/seek/filemark > > operations would be pretty easy. > > How easy does 'pretty easy' mean? What does one have to do to support > those basic features? You'd have to add a block of code to /sys/compat/linux/linux_ioctl.c that can handle the MTIOCTOP, MTIOCGET, and MTIOCPOS ioctls. The MTIOCTOP ioctl has ~20 subcommands, though.. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Apr 10 3: 8:51 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 76D0237B43F for ; Tue, 10 Apr 2001 03:08:46 -0700 (PDT) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id MAA89816; Tue, 10 Apr 2001 12:08:44 +0200 (CEST) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: "R.N.( BOB ) MILLER" Cc: Subject: Re: star office .5.1 References: From: Dag-Erling Smorgrav Date: 10 Apr 2001 12:08:43 +0200 In-Reply-To: Message-ID: Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "R.N.( BOB ) MILLER" writes: > would you know if there is a copy or download sit available for star > office 5.1 in english ???I used to use it and would like to aquire a > copy of it again ...thank you .. Bob Is there a particular reason why you can't / don't want to use 5.2? It's in the ports tree (/usr/ports/editors/staroffice52) - you have to fetch the main distfile manually, but the port tells you where to find it. (IMHO, though, StarOffice is a piece of sh** that will hopefully die a long, slow death once KOffice gets a bit more wind under its wings) DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Apr 10 10:14:43 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mail01.domainbank.com (mail.domainbank.com [209.92.184.36]) by hub.freebsd.org (Postfix) with ESMTP id 95D0537B424; Tue, 10 Apr 2001 10:14:39 -0700 (PDT) (envelope-from jdmiller@domainbank.com) Received: from mordor (mordor.domainbank.com [192.168.2.18]) by mail01.domainbank.com (Vircom SMTPRS 4.5.186) with SMTP id ; Tue, 10 Apr 2001 13:14:39 -0400 Message-ID: <011a01c0c1e1$b97467f0$1202a8c0@domainbank.com> From: "Jeff Miller" To: "BSD-Emulation List" Cc: "BSD-Questions List" Subject: Wine 20010305 on 4.02-20010409-STABLE Date: Tue, 10 Apr 2001 13:14:38 -0400 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'm posting this question in the emulation and questions lists just to cover my bases, but don't want to annoy anyone or break any rules here, so I apologize if I have done either. Has anyone gotten Wine 20010305 to run on 4.2-20010409-STABLE, X 3.36 and KDE 2.1.1? I am recieving the 'Protocol error: process 0x8069000: partial recvmsg 0 from fd' Anyone have an idea what this is or what I can do to fix it? TIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Apr 10 13:40:52 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 4245A37B422; Tue, 10 Apr 2001 13:40:48 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from deneb (deneb [128.130.111.2]) by vexpert.dbai.tuwien.ac.at (8.11.1/8.11.1) with ESMTP id f3AKehe17178; Tue, 10 Apr 2001 22:40:44 +0200 (MET DST) Date: Tue, 10 Apr 2001 22:40:43 +0200 (CEST) From: Gerald Pfeifer To: Jeff Miller Cc: BSD-Emulation List , BSD-Questions List Subject: Re: [emulation] Wine 20010305 on 4.02-20010409-STABLE In-Reply-To: <011a01c0c1e1$b97467f0$1202a8c0@domainbank.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 On Tue, 10 Apr 2001, Jeff Miller wrote: > Has anyone gotten Wine 20010305 to run on 4.2-20010409-STABLE, X 3.36 and > KDE 2.1.1? I am recieving the 'Protocol error: process 0x8069000: partial > recvmsg 0 from fd' I'm not using KDE 2.x, but Wine 20010326 runs just fine on 4.2-RELEASE with XFree 3.x, you might want to try this version of the port. (I upgraded the Wine port just a few days ago, that's when I did my tests.) HTH, Gerald To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Apr 10 17:35:58 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from areilly.bpc-users.org (CPE-144-132-234-126.nsw.bigpond.net.au [144.132.234.126]) by hub.freebsd.org (Postfix) with SMTP id AD09137B422 for ; Tue, 10 Apr 2001 17:35:53 -0700 (PDT) (envelope-from areilly@bigpond.net.au) Received: (qmail 11519 invoked by uid 1000); 11 Apr 2001 00:35:52 -0000 From: "Andrew Reilly" Date: Wed, 11 Apr 2001 10:35:52 +1000 To: Gerald Pfeifer Cc: Jeff Miller , BSD-Emulation List , BSD-Questions List Subject: Re: [emulation] Wine 20010305 on 4.02-20010409-STABLE Message-ID: <20010411103552.A10618@gurney.reilly.home> References: <011a01c0c1e1$b97467f0$1202a8c0@domainbank.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from pfeifer@dbai.tuwien.ac.at on Tue, Apr 10, 2001 at 10:40:43PM +0200 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Apr 10, 2001 at 10:40:43PM +0200, Gerald Pfeifer wrote: > On Tue, 10 Apr 2001, Jeff Miller wrote: > > Has anyone gotten Wine 20010305 to run on 4.2-20010409-STABLE, X 3.36 and > > KDE 2.1.1? I am recieving the 'Protocol error: process 0x8069000: partial > > recvmsg 0 from fd' > > I'm not using KDE 2.x, but Wine 20010326 runs just fine on 4.2-RELEASE > with XFree 3.x, you might want to try this version of the port. > > (I upgraded the Wine port just a few days ago, that's when I did my > tests.) I've been tracking wine versions as they hit ports, with RELENG_4 and XFree86-4.0.3, and I believe that there are some issues with tasks/threading/ipc. Specifically, some of the sub-tasks spawned by Lotus Notes now have a tendancy to make the whole thing lock-up and require killing from another terminal. I get the partial recvmsg 0 from fd now, too. -- Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Apr 11 4:22:19 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mailgate.imagination.co.uk (mailgate.imagination.co.uk [212.140.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 6F1E237B422 for ; Wed, 11 Apr 2001 04:22:10 -0700 (PDT) (envelope-from david.groves@imagination.com) Received: from imagination.com (dhcp-76-62.imagination.co.uk [192.168.76.62]) by mailgate.imagination.co.uk (8.9.3/8.9.3) with ESMTP id LAA56260 for ; Wed, 11 Apr 2001 11:22:09 GMT Message-ID: <3AD43DD8.4FB3CA58@imagination.com> Date: Wed, 11 Apr 2001 12:19:52 +0100 From: David Groves Reply-To: david.groves@imagination.com Organization: Imagination Ltd X-Mailer: Mozilla 4.73 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Subject: CorporateTime using Linux Emulation of 4.2-Release Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We are trying quite hard to get CorporateTime from steltor (www.steltor.ca) to run under FreeBSD. We have contacted a person from the mailing list archives on Freebsd.org that has got further on this one than we have, so we know some of this is possible. Currently we are running FreeBSD 4.2-Release, with the generic kernel. CorporateTime specifies it requires Redhat Linux 6.1 (among other things, none of which are realistic options for us). This clearly is good, with the FreeBSD linux emulation being based on the same linux distribution (and so lib set etc ...), but we are running into some problems. I will try and give you as much information as possible :- *** WHAT I DID *** Starting from a FreeBSD system with linux binary support added (from the install process) :- The basic install procedure is to grab the tarball, extract it to a temp directory, then use the installer utility to setup corptime in its real location. 1.) Make a directory for the temp installation files [mkdir /tmp/ct] 2.) Fetch the corptime .tar.gz into the temp install directory [ftp / scp / whatever] 3.) Uncompress corptime [tar xvfz .tar.gz] 4.) Make the users directory in compat [mkdir /compat/linux/users] 5.) Link /users to the compat /users [ln -s /compat/linux/users /users] 6.) Run a linux shell [/compat/linux/bin/bash] 7.) Follow corptime instructions below ******** CORPTIME README ********** [www.steltor.com/notes/corptime-server/5_1/readme.htm] UNIX SYSTEMS. 1. Login as root or as a user with root privileges. [su -] 2. Create a UNIX group account called dxoffice. [pw groupadd dxoffice] 3. Create a UNIX user account called unison in the group dxoffice. [pw useradd unison -g dxoffice] 4. Edit /etc/services to include the following entries: [vi /etc/services] unieng 5730/tcp unisnc 5731/tcp NOTE: If using a centralized information service such as NIS, please refer to the operating system documentation for instructions on adding these services. [we aren't] 5. Run installation script: [./unisetup] 6. If you are upgrading from a previous version of CorporateTime Server, the presence of a /users/unison directory will be detected. Your old configuration settings (those in /users/unison/misc/unison.ini) will be merged with the new unison.ini and /users/unison/db archived and restored upon installation of the new server. Obsolete parameters will be removed. Other rarely used parameters may also be removed if their values have been left unchanged. This is done in order to simplify the unison.ini file and make it easier to maintain by displaying only those parameters you may need to tune. 7. For a fresh install you will be prompted to: + enter a new license or accept the default [check our pack for license information, accept default in test installs] + select a time zone [Corptime big admin guide, page 197 :: UK is GMT0BST] + set the maximum number of concurrent users [Set this to 10 on test installs, 500 on real installs] + enable or disable mail notification [Disable on test installs, enable on real installs] + select a node-ID and alias for the creation of a calendar node [Use 6 and test for a test install, see our admin pack for real install details] 8. Consult the release notes for any additional patches or enhancement packs that may be required. [None at time of writing (11/04/2001)] 9. Refer to the Administrator's Guide for more information concerning the configuration of the calendar server (time zone, logged-on user limit, mail notification etc). See the on-line Administrator's Guide for full configuration, use and maintenance instructions. ****** END OF CORPTIME README ********* In addition to this I have tried branding all the linux binaries in /users/unison/bin to Linux instead of SVR4 with no luck. I have attached the complete contents of the unison/log directory. I have a core produced by unilckd on request (around 180k). The output of GDB on it is :- Program Terminated with signal 11, Segmentation fault #0 getenv (name=0x80987c9
) at ../sysdeps/generic/getenv.c:88 88 ../sysdeps/generic/getenv.c: No such file or directory. Any advice ? -- David Groves (david.groves@imagination.co.uk) ____________________________________________________________________ Imagination 25 Store Street South Crescent London WC1E 7BL England | Tel +44 20 7323 3300 Fax +44 20 7323 5801 | _______________________________________________________| ******** LOGS ******* ** script.log Wed Apr 11 11:01:18 /etc/localtime 2001 || PID = 17583 || uniclean: cleanup completed Wed Apr 11 11:01:24 /etc/localtime 2001 || PID = 17527 || unistart: CorporateTime Server Wed Apr 11 11:01:24 /etc/localtime 2001 || PID = 17527 || unistart: Copyright (C) 1993-2000 Corporate Software & Technologies Int Inc. Wed Apr 11 11:01:24 /etc/localtime 2001 || PID = 17527 || unistart: All Rights Reserved. uniclr_ipc: working, please wait ... uniclr_ipc: ipc resources cleared Wed Apr 11 11:01:24 /etc/localtime 2001 || PID = 17527 || unistart: unilckd Wed Apr 11 11:01:26 /etc/localtime 2001 || PID = 17527 || unistart: uniengd Wed Apr 11 11:01:31 /etc/localtime 2001 || PID = 17527 || unistart: unilckd failed Wed Apr 11 11:01:31 /etc/localtime 2001 || PID = 17527 || unistart: uniengd failed Wed Apr 11 11:01:31 /etc/localtime 2001 || PID = 17527 || unistart: aborted ** end of script.log ** lck.log ------------------------------------------------------------------------------- DATE = Wed Apr 11 11:01:24 2001 PID = 18749 unilckd version: A.05.01 ** end of script.log ** eng.log ------------------------------------------------------------------------------- DATE = Wed Apr 11 11:01:26 2001 PID = 18753 uniengd version: A.05.02 ------------------------------------------------------------------------------- DATE = Wed Apr 11 11:01:26 2001 PID = 18753 LICENSE: "25.06.01.090/CS&T DEMO LICENSE/E8F9C753" ------------------------------------------------------------------------------- DATE = Wed Apr 11 11:01:26 2001 PID = 18756 uniengd: taf_limit = 9 taf_max_retry = 100 taf_limit_retry = 5 ------------------------------------------------------------------------------- DATE = Wed Apr 11 11:01:27 2001 PID = 18756 uniengd: database OKAY, node-id [6] database name is "N0" database version is "A.02.62" database timezone is "GMT0BST" ------------------------------------------------------------------------------- DATE = Wed Apr 11 11:01:27 2001 PID = 18756 UNAME: system = Linux version = FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 jkh@ben release = 2.2.12 machine = i386 node = corptimetest.imagination.co.uk ------------------------------------------------------------------------------- DATE = Wed Apr 11 11:01:27 2001 PID = 18756 SYSTEM errno = 98 -> Address already in use DEXOTEK ERRCODE Ox1190C -> TrnDescBindAndListen: bind ------------------------------------------------------------------------------- DATE = Wed Apr 11 11:01:27 2001 PID = 18756 DEXOTEK ERRCODE Ox1190C -> OpenDaemonSockets: TrnDescBindAndListen(AF_UNIX) ------------------------------------------------------------------------------- DATE = Wed Apr 11 11:01:27 2001 PID = 18756 DEXOTEK ERRCODE Ox1190C -> TrSysDaemon: OpenDaemonSockets ------------------------------------------------------------------------------- DATE = Wed Apr 11 11:01:27 2001 PID = 18756 DEXOTEK ERRCODE Ox1190C -> uniengd: TrSysDaemon ** end of script.log To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Apr 11 14:48:59 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mail01.domainbank.com (mail.domainbank.com [209.92.184.36]) by hub.freebsd.org (Postfix) with ESMTP id CE88D37B422 for ; Wed, 11 Apr 2001 14:48:56 -0700 (PDT) (envelope-from jdmiller@domainbank.com) Received: from mordor (mordor.domainbank.com [192.168.2.18]) by mail01.domainbank.com (Vircom SMTPRS 4.5.186) with SMTP id for ; Wed, 11 Apr 2001 17:48:56 -0400 Message-ID: <017401c0c2d1$354372a0$1202a8c0@domainbank.com> From: "Jeff Miller" To: "BSD-Emulation List" References: <011a01c0c1e1$b97467f0$1202a8c0@domainbank.com> <20010411091157.A62783@dogma.freebsd-uk.eu.org> Subject: Re: Wine 20010305 on 4.02-20010409-STABLE Date: Wed, 11 Apr 2001 17:48:56 -0400 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 What hardware are you trying to run Half-life on? Particularly video. I'm trying w/ Voodoo 3 but can't get any gl modes to show up in HL. Any ideas? ----- Original Message ----- From: "Rasputin" To: Cc: Sent: Wednesday, April 11, 2001 4:11 AM Subject: Re: Wine 20010305 on 4.02-20010409-STABLE > * Jeff Miller [010410 18:16]: > > I'm posting this question in the emulation and questions lists just to cover > > my bases, but don't want to annoy anyone or break any rules here, so I > > apologize if I have done either. > > > > Has anyone gotten Wine 20010305 to run on 4.2-20010409-STABLE, X 3.36 and > > KDE 2.1.1? I am recieving the 'Protocol error: process 0x8069000: partial > > recvmsg 0 from fd' > > Well I use it on XF4.0.1 and E0.16, but I'm not sure that makes a difference. > > The error means 'the emulated app is about to crash' in my experience. > > Since it's a WINE error, try http://www.winehq.com > > (Try swapping builtin and native in DefaultLoadOrder so native comes first.) > > > Anyone have an idea what this is or what I can do to fix it? > > Update your source tree; there's a new version in there > (wine 2001.03.26). > > I am this close <--> to running HalfLife, so I'm updating tonight.. > > G'Luck. > -- > Rasputin > Jack of All Trades :: Master of Nuns To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message