Date: Tue, 9 Jan 1996 11:10:30 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: uh@sed.cs.fsu.edu (Gang-Ryung Uh) Cc: questions@FreeBSD.ORG Subject: Re: Linux-emul Message-ID: <199601091810.LAA12412@phaeton.artisoft.com> In-Reply-To: <199601090414.XAA02142@sed.cs.fsu.edu> from "Gang-Ryung Uh" at Jan 8, 96 11:14:54 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601091810.LAA12412>