GNOME 2.2 + NFS (2003/05/19)

Debian/GNU Linux で NFS を使っているときに GNOME 2.2 が立ち上がらないというトラブル解決策です.

NFS の home ディレクトリを利用しているときに,GNOME 2.2 を立ち上げようとすると次のメッセージが出て立ち上がらないことがあります.

Could not lock the file "/home/hoge/.gconf-test-locking-file";
this indicates that there may be a problem with your operating system
configuration. If you have an NFS-mounted home directory, either
the client or the server may be set up incorrectly. See the rpc.statd
and rpc.lockd documentation. A common cause of this error is
that the "nfslock" service has been disabled.The error was
"Permission denied" (errno = 13).

このトラブルの原因の一つとして,NFS サーバに nfs-server または nfs-user-server パッケージを使っていることがあります.nfs-kernel-server パッケージに変更すれば,上のメッセージが出なくなる可能性があります.

% sudo apt-get install nfs-kernel-server

ただし,nfs-kernel-server を使うときは,NFS サーバを Linux kernel に組み込んでおく必要があることに注意して下さい.


梅原 大祐 / UMEHARA Daisuke umehara@kit.ac.jp
Last modified: 2020/05/01 15:37
Total Access Count