From owner-freebsd-emulation Sat Oct 3 20:24:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24454 for freebsd-emulation-outgoing; Sat, 3 Oct 1998 20:24:12 -0700 (PDT) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA24395; Sat, 3 Oct 1998 20:23:17 -0700 (PDT) (envelope-from jfieber@fallout.campusview.indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.9.1/8.9.1) with SMTP id WAA00560; Sat, 3 Oct 1998 22:22:52 -0500 (EST) Date: Sat, 3 Oct 1998 22:22:51 -0500 (EST) From: John Fieber To: Mike Smith cc: nash@mcs.net, emulation@FreeBSD.ORG Subject: Re: Sybase update In-Reply-To: <199810031901.MAA07047@word.smith.net.au> 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 Sat, 3 Oct 1998, Mike Smith wrote: > Whack a few quick printfs in kern/uipc_socket2.c:sowakeup(), as this is > where the signal is generated. BINGO!!!! The SIGIO was being sent to PID 0. The F_SETOWN case of fcntl in the emulator neglected to pass the fcntl argument (the [GP]ID) to the BSD fcntl. Oops. So, while not intensively tested yet, sybase is running. :) I'll review and cleanup my changes tomorrow and submit them for a second look by people more familiar with the kernel than I am. > > > Interesting. Does the Linux uname(2) call return a fully-qualified > > > hostname? > > > > I believe so which is which I'm doubting this is the real > > problem. > > More interesting. Indeed because I've discovered that the my uname fix for sybase breaks the Linux RealVideo player. :( However, this isn't a complete showstopper glitch; there are workarounds. -john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message