diff options
| author | Ollivier Robert <roberto@FreeBSD.org> | 2008-08-18 14:26:05 +0000 |
|---|---|---|
| committer | Ollivier Robert <roberto@FreeBSD.org> | 2008-08-18 14:26:05 +0000 |
| commit | ff717da2cf625e3d07537a93a4c240692fa55bd6 (patch) | |
| tree | 9dcf618e4446ac2b5fca7d0afe7767382664f0d6 /html/build/hints/freebsd | |
| parent | cce65f439697627afbccf5a67035a957bb4d784a (diff) | |
Notes
Diffstat (limited to 'html/build/hints/freebsd')
| -rw-r--r-- | html/build/hints/freebsd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/html/build/hints/freebsd b/html/build/hints/freebsd new file mode 100644 index 0000000000000..ef847328bb3d5 --- /dev/null +++ b/html/build/hints/freebsd @@ -0,0 +1,15 @@ +If you are compiling under FreeBSD and see messages in the syslogs that +indicate that the ntpd process is trying to use unavailable sched_ +calls, it means you are running a kernel that does not have the POSIX +scheduling calls enabled. + +You have two choices: + +- Ignore the messages + +- Generate a new kernel, where the kernel configuration file contains + the lines: + + options "P1003_1B" + options "_KPOSIX_PRIORITY_SCHEDULING" + options "_KPOSIX_VERSION=199309L" |
