Removed references to Linux. And removed the section about linux_getdents
entirely, as I can not find an error message like that in the compat/osf1 source. Addresses PR: 9060
This commit is contained in:
parent
7abf4641c6
commit
fe7b2d259c
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: compat_osf1.8,v 1.3 1999/12/29 00:44:19 mrg Exp $
|
.\" $NetBSD: compat_osf1.8,v 1.4 2000/07/28 03:08:52 elric Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -90,23 +90,7 @@ Certain values in /emul/osf1/etc/svc.conf can cause programs to fail
|
||||||
with ``Bad system call''.
|
with ``Bad system call''.
|
||||||
.Pp
|
.Pp
|
||||||
Pathnames pointed to by symbolic links are not looked up in the
|
Pathnames pointed to by symbolic links are not looked up in the
|
||||||
shadow root when running a Linux executable. This is not consistent.
|
shadow root when running a OSF/1 executable. This is not consistent.
|
||||||
.Pp
|
|
||||||
OSF/1 executables can not handle directory offset cookies > 32 bits.
|
|
||||||
Should such an offset occur, you will see the message "linux_getdents:
|
|
||||||
dir offset too large for emulated program". Currently, this can only
|
|
||||||
happen on NFS mounted filesystems, mounted from servers that return
|
|
||||||
offsets with information in the upper 32 bits. These errors should
|
|
||||||
rarely happen, but can be avoided by mounting this filesystem with offset
|
|
||||||
translation enabled. See the
|
|
||||||
.Fl X
|
|
||||||
option to
|
|
||||||
.Xr mount_nfs 8 .
|
|
||||||
The
|
|
||||||
.Fl 2
|
|
||||||
option to
|
|
||||||
.Xr mount_nfs 8
|
|
||||||
will also have the desired effect, but is less preferable.
|
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr config 8 ,
|
.Xr config 8 ,
|
||||||
.Xr options 4 .
|
.Xr options 4 .
|
||||||
|
|
Loading…
Reference in New Issue