*BSD News Article 63953


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!newshost.telstra.net!act.news.telstra.net!psgrain!news.uoregon.edu!news.dacom.co.kr!nntp.coast.net!fu-berlin.de!graichen.dialup.fu-berlin.DE!not-for-mail
From: graichen@mail.physik.fu-berlin.de (Thomas Graichen)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Linux netscape
Date: 20 Mar 1996 16:36:28 GMT
Organization: his FreeBSD box :-)
Lines: 30
Message-ID: <4ipc6c$11u@mordillo.physik.fu-berlin.de>
References: <4hbv55$1gg@gate.ohs.ie> <4i0jdg$32f@theatre.pandora.sax.de> <Do7sAK.8oy.0.macbeth@cogsci.ed.ac.uk> <4ihrs1$j9b@rabbit.augusta.de>
NNTP-Posting-Host: graichen.dialup.fu-berlin.de (160.45.217.183)
X-Access: 16 17 19
X-Newsreader: TIN [version 1.2 PL2]

Andreas Kohout (shanee@rabbit.augusta.de) wrote:

: Hi,
: if I run the Linux-Netscape there are some (lots of) output on the
: xconsole:
: Linux-emul(19746): syslog() not supported (BSD sigreturn)
: and the load is up to one. 
: What have I to do to stop this output?

make /sys/i386(linux/linux_dummy.c look like:

.
int
linux_syslog(struct proc *p, void *args, int *retval)
{
/*    printf("Linux-emul(%d): syslog() not supported (BSD sigreturn)\n",p->p_pid
); */
    return sigreturn(p, args, retval);
}
.

and recompile the kernel - and you'll never see theese messages again :-)

t

--
  thomas graichen    graichen@mail.physik.fu-berlin.de    graichen@FreeBSD.org

  perfection is reached, not when there is no longer anything to add, but when
      there is no longer anything to take away    antoine de saint-exupery