Re: syslog:soffice.bin (ooo-1.0.1) sched_get_priority_min/max

2002-11-27 Thread Gary Jennejohn
Andrew Kenneth Milton writes:
 +---[ Daniel Flickinger ]--
 |   Every program in ooo-1.0.1 I have tried seems to be working
 |   correctly, but syslog is logging copious quantities of:
 | 
 | cmd soffice.bin pid 817 tried to use non-present sched_get_priority_min
 | cmd soffice.bin pid 817 tried to use non-present sched_get_priority_max
 | 
 |   I have also seen them from mozilla, but not in quantity.
 | 
 |   Have I failed to include a kernel option?
 
 try;
 options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensiosn
 

I have this option in my kernel and see the same messages reported by the
original poster.

---
Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: syslog:soffice.bin (ooo-1.0.1) sched_get_priority_min/max

2002-11-27 Thread Andrew Kenneth Milton
+---[ Gary Jennejohn ]--
| Andrew Kenneth Milton writes:
|  +---[ Daniel Flickinger ]--
|  |   Every program in ooo-1.0.1 I have tried seems to be working
|  |   correctly, but syslog is logging copious quantities of:
|  | 
|  | cmd soffice.bin pid 817 tried to use non-present sched_get_priority_min
|  | cmd soffice.bin pid 817 tried to use non-present sched_get_priority_max
|  | 
|  |   I have also seen them from mozilla, but not in quantity.
|  | 
|  |   Have I failed to include a kernel option?
|  
|  try;
|  options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensiosn
|  
| 
| I have this option in my kernel and see the same messages reported by the
| original poster.

/sys/posix4/p1003_1b.c: log(LOG_ERR, cmd %s pid %d tried to use non-present%s\n,

in

int
syscall_not_present(struct thread *td, const char *s, struct nosys_args *uap)

Are you really sure you've got it enabled?

It was absent from my kernel after the option name changed, and mozilla 
started spewing those messages. I rebuilt the kernel with the new option 
and they went away...

-- 
Totally Holistic Enterprises Internet|  | Andrew Milton
The Internet (Aust) Pty Ltd  |  M:+61 416 022 411   |
ACN: 082 081 472 ABN: 83 082 081 472 |[EMAIL PROTECTED]| Carpe Daemon

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: syslog:soffice.bin (ooo-1.0.1) sched_get_priority_min/max

2002-11-27 Thread Gary Jennejohn
Andrew Kenneth Milton writes:
 +---[ Gary Jennejohn ]--
 | Andrew Kenneth Milton writes:
 |  +---[ Daniel Flickinger ]--
 |  |   Every program in ooo-1.0.1 I have tried seems to be working
 |  |   correctly, but syslog is logging copious quantities of:
 |  | 
 |  | cmd soffice.bin pid 817 tried to use non-present sched_get_priority
 _min
 |  | cmd soffice.bin pid 817 tried to use non-present sched_get_priority
 _max
 |  | 
 |  |   I have also seen them from mozilla, but not in quantity.
 |  | 
 |  |   Have I failed to include a kernel option?
 |  
 |  try;
 |  options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensiosn
 |  
 | 
 | I have this option in my kernel and see the same messages reported by the
 | original poster.
 
 /sys/posix4/p1003_1b.c: log(LOG_ERR, cmd %s pid %d tried to use non-present%
 s\n,
 
 in
 
 int
 syscall_not_present(struct thread *td, const char *s, struct nosys_args *uap)
 
 Are you really sure you've got it enabled?
 

root:peedub:CTM:bash:18 grep _KPOSIX /sys/i386/conf/athlon
options  _KPOSIX_PRIORITY_SCHEDULING
#options  _KPOSIX_VERSION=199309L
root:peedub:CTM:bash:23 grep _KPOSIX /usr/obj/usr/src/sys/athlon/*.h
/usr/obj/usr/src/sys/athlon/opt_posix.h:#define _KPOSIX_PRIORITY_SCHEDULING 1

Yes

---
Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: syslog:soffice.bin (ooo-1.0.1) sched_get_priority_min/max

2002-11-27 Thread Steve Kargl
On Thu, Nov 28, 2002 at 01:19:22AM +, Daniel Flickinger wrote:
 
 This does seem to cure the sched_get_priority_min/max
 signals from ooo, but ooo crashes everytime you close a
 file unless you have another active file in a second
 window ... nice/PIA. make sure you save your work early
 and often, just like voting in Boston.
 

It works fine for me, but then again I try to
avoid Office suites as much as possible.  I only
use it when someone sends me an MS Word, Powerpoint,
or Excel attachment.

-- 
Steve

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: syslog:soffice.bin (ooo-1.0.1) sched_get_priority_min/max

2002-11-26 Thread Andrew Kenneth Milton
+---[ Daniel Flickinger ]--
|   Every program in ooo-1.0.1 I have tried seems to be working
|   correctly, but syslog is logging copious quantities of:
| 
| cmd soffice.bin pid 817 tried to use non-present sched_get_priority_min
| cmd soffice.bin pid 817 tried to use non-present sched_get_priority_max
| 
|   I have also seen them from mozilla, but not in quantity.
| 
|   Have I failed to include a kernel option?

try;
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensiosn

-- 
Totally Holistic Enterprises Internet|  | Andrew Milton
The Internet (Aust) Pty Ltd  |  M:+61 416 022 411   |
ACN: 082 081 472 ABN: 83 082 081 472 |[EMAIL PROTECTED]| Carpe Daemon

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message