From owner-freebsd-questions Tue Jan 9 10:13:52 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA25600 for questions-outgoing; Tue, 9 Jan 1996 10:13:52 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA25595 for ; Tue, 9 Jan 1996 10:13:49 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA12412; Tue, 9 Jan 1996 11:10:30 -0700 From: Terry Lambert Message-Id: <199601091810.LAA12412@phaeton.artisoft.com> Subject: Re: Linux-emul To: uh@sed.cs.fsu.edu (Gang-Ryung Uh) Date: Tue, 9 Jan 1996 11:10:30 -0700 (MST) Cc: questions@FreeBSD.ORG In-Reply-To: <199601090414.XAA02142@sed.cs.fsu.edu> from "Gang-Ryung Uh" at Jan 8, 96 11:14:54 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG Precedence: bulk > I am running linux netscape 2.0.4b on the FreeBSD 2.1. > Everything looks just fine (even Applets). But I keep > getting the following error message at the console and > /var/log/messages, > > Linux-emul(691): syslog() not supported (BSD sigreturn) > > My naive attempt was killing the syslogd. But still I cannot > stop that repeated error message. > > I am just wondering whether or not I am the only person > who get such error message. The signal return is in BSD format, and the program you are running is actually checking the signal return and other data that are in a machine specific format. This has been fixed in the newest Linux emulation code with regard to Linux style signal processing. If you update to -current, the problem will go away. If you know the code, you could just update the emulator portion instead of updating your whole OS. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.