comparison etc/PROBLEMS @ 36451:0c82cdff9120

Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 01 Mar 2001 13:53:04 +0000
parents a5ae1f49b2ee
children c8e9adfd5f49
comparison
equal deleted inserted replaced
36450:a5ae1f49b2ee 36451:0c82cdff9120
194 the NFS server doesn't commit the files' data to disk quickly enough, 194 the NFS server doesn't commit the files' data to disk quickly enough,
195 and the Emacs executable file is left ``busy'' for several seconds 195 and the Emacs executable file is left ``busy'' for several seconds
196 after Emacs has finished dumping itself. This causes the subsequent 196 after Emacs has finished dumping itself. This causes the subsequent
197 commands which invoke the dumped Emacs excutable to fail with the 197 commands which invoke the dumped Emacs excutable to fail with the
198 above message. 198 above message.
199
200 In some of these cases, a time skew between the NFS server and the
201 machine where Emacs is built is detected and reported by GNU Make
202 (it says that some of the files have modification time in the future).
203 This might be a symptom of NFS-related problems.
199 204
200 If the NFS server runs on Solaris, apply the Solaris patch 105379-05 205 If the NFS server runs on Solaris, apply the Solaris patch 105379-05
201 (Sunos 5.6: /kernel/misc/nfssrv patch). If that doesn't work, or if 206 (Sunos 5.6: /kernel/misc/nfssrv patch). If that doesn't work, or if
202 you have a different version of the OS or the NFS server, you can 207 you have a different version of the OS or the NFS server, you can
203 force the NFS server to use 1KB blocks, which was reported to fix the 208 force the NFS server to use 1KB blocks, which was reported to fix the