aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorEli Zaretskii2001-03-01 13:50:51 +0000
committerEli Zaretskii2001-03-01 13:50:51 +0000
commitd981088647d9bbfde268b08736f5cc800d050d96 (patch)
tree6352dd9a89c62c8370c66149b65fddffc877f33d /etc/PROBLEMS
parent420f628cf9b7d56a1073f4a02408bd869b37d946 (diff)
downloademacs-d981088647d9bbfde268b08736f5cc800d050d96.tar.gz
emacs-d981088647d9bbfde268b08736f5cc800d050d96.zip
Document the problems with "Text file busy" due to buggy NFS servers.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS26
1 files changed, 26 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 72fa80ef147..cf51cb08816 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -186,6 +186,32 @@ find the jpeg library.
186configure libjpeg with both `--enable-static' and `--enable-shared' 186configure libjpeg with both `--enable-static' and `--enable-shared'
187options. 187options.
188 188
189* Building Emacs over NFS fails with ``Text file busy''.
190
191This was reported to happen when building Emacs on RedHat GNU/Linux
192using a build directory automounted from Solaris (v5.6) file server,
193but it might not be limited to that configuration alone. Presumably,
194the NFS server doesn't commit the files' data to disk quickly enough,
195and the Emacs executable file is left ``busy'' for several seconds
196after Emacs has finished dumping itself. This causes the subsequent
197commands which invoke the dumped Emacs excutable to fail with the
198above message.
199
200If 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
202you have a different version of the OS or the NFS server, you can
203force the NFS server to use 1KB blocks, which was reported to fix the
204problem albeit at a price of slowing down file I/O. You can force 1KB
205blocks by specifying the "-o rsize=1024,wsize=1024" options to the
206`mount' command, or by adding ",rsize=1024,wsize=1024" to the mount
207options in the appropriate system configuration file, such as
208`/etc/auto.home'.
209
210Alternatively, when "make install" fails due to this problem, you
211could wait for a few seconds and then type "make install" again. In
212one particular case, waiting for 10 or more seconds seemed to work
213around the problem.
214
189* Some accented ISO-8859-1 characters or umlauts are displayed as | or _. 215* Some accented ISO-8859-1 characters or umlauts are displayed as | or _.
190 216
191Try other font set sizes (S-mouse-1). If the problem persists with 217Try other font set sizes (S-mouse-1). If the problem persists with