From owner-freebsd-questions Sat Jul 17 14: 3:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id 8F5E914C9D for ; Sat, 17 Jul 1999 14:03:06 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id RAA02801; Sat, 17 Jul 1999 17:12:36 -0400 (EDT) Date: Sat, 17 Jul 1999 16:12:34 -0500 (EST) From: Alfred Perlstein To: Greg Lewis Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Wine and SMP In-Reply-To: <199907171654.CAA21012@ares.maths.adelaide.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 18 Jul 1999, Greg Lewis wrote: > Hi all, > > I'm wondering if anyone currently has the wine emulator running on an SMP > machine? I have no problems setting it up on my single processor machine > at home, but on an SMP machine at work I can't get anything running. > Whenver I try and execute a program with wine I get the message > > shared space address fork attempted This only work on -current, sorry. What it's trying to do is fork() but share the data segments. You this _may_ work on 3-stable, but i doubt it. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message