Am 01.04.2008 um 13:59 schrieb Carsten Aulbert:
> On a system with a NFS mounted /home I encountered the problem that
> starting emacs -nw just stalled when the NFS server is down. Using
> strace this line appeared just before the system stalled:
>
> readlink("/etc/alternatives/emacs", "/usr/bin/emacs21-x", 100) = 18
> stat("/usr/bin/lib-src", 0x7fff88d612c0) = -1 ENOENT (No such file or
> directory)
> stat("/usr/lib-src", 0x7fff88d612c0) = -1 ENOENT (No such file or
> directory)
> readlink("/usr/bin/emacs21-x", 0x9248e0, 100) = -1 EINVAL (Invalid
> argument)
> stat("/usr/share/emacs/21.4/etc/GNU", 0x7fff88d612a0) = -1 ENOENT (No
> such file or directory)
> stat("/home/skx/emacs21-21.4a+1/etc/GNU",
>
It's a known problem, see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426733#14 for an
explanation and a patch.
> Since I'm starting emacs currently as root, I have no idea how Steve
> Kemp's home dir comes into play. I also cross checked with the Ubuntu
> (gutsy) version and and don't find anything there.
Is the package emacs21-common-non-dfsg installed on the gutsy system?
It contains the file /usr/share/emacs/21.4/etc/GNU that Emacs fails to
read on your system.
> Anything I can help how to resolve this?
You can install the emacs21-common-non-dfsg package from non-free or
rebuild the package in a directory that is not NFS-mounted. If you are
the administrator of your system, of course.
Sven
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]