What it means when running soffice 5.01

1999-02-27 Thread Chan Yiu Wah

Hello,

Is there anyone knows what it means when running the soffice 5.01 .  
The message keeps growing as I using the soffice.   Is it harmful the system?

cheers

Clarence

= 
fbsd-elf# ./soffice
Feb 27 22:51:03 fbsd-elf last message repeated 238 times
Feb 27 22:52:12 fbsd-elf /kernel: cmd soffice.bin pid 1013 tried to use 
non-present sched_yield
Feb 27 22:51:03 fbsd-elf last message repeated 238 times
Feb 27 22:52:12 fbsd-elf /kernel: cmd soffice.bin pid 1013 tried to use 
non-present sched_yield

= 


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: What it means when running soffice 5.01

1999-02-27 Thread Doug Rabson
On Sat, 27 Feb 1999, Chan Yiu Wah wrote:

 
 Hello,
 
 Is there anyone knows what it means when running the soffice 5.01 .  
 The message keeps growing as I using the soffice.   Is it harmful the system?

You need to add these lines to your kernel config file:

options P1003_1B 
options _KPOSIX_PRIORITY_SCHEDULING 
options _KPOSIX_VERSION=199309L 

--
Doug Rabson Mail:  d...@nlsystems.com
Nonlinear Systems Ltd.  Phone: +44 181 442 9037




To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: What it means when running soffice 5.01

1999-02-27 Thread Ollivier Robert
According to Chan Yiu Wah:
 Is there anyone knows what it means when running the soffice 5.01 .  
 The message keeps growing as I using the soffice.   Is it harmful the system?

It is explained on htt://lt.tar.com/. You need the following lines in your
kernel config file:

# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# POSIX P1003.1B

# Real time extensions added int the 1993 Posix
# P1003_1B: Infrastructure
# _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING
# _KPOSIX_VERSION: Version kernel is built for

options P1003_1B
options _KPOSIX_PRIORITY_SCHEDULING
options _KPOSIX_VERSION=199309L
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.freenix.fr
FreeBSD keltia.freenix.fr 4.0-CURRENT #70: Sat Feb 27 09:43:08 CET 1999



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message