Networking Forums

Networking Forums > Computer Networking > Linux Networking > NFS problem (propably file lock issue)

Reply
Thread Tools Display Modes

NFS problem (propably file lock issue)

 
 
Clemens von Musil
Guest
Posts: n/a

 
      07-15-2004, 02:35 PM
Hi all,

I set up a NFS server, that shares the /home subtree for several clients.
After Some uptime (3 to 6 days) the clients KDE desktops refuse to start
properly: After a successful login, the screen hangs until killall X.

This behaviour lasts until the server is rebooted. Restarting NFS on the
server changes nothing.
If malfunctioning, the syslog repeats the lines, I copy/pasted below.

I read somewhere, that the problem comes with a NFS filelock issue, but I
couldn't figure out, what exactly is the problem, or where to search.

Does know a piece for my riddle?

Thanks in advance,
Clemens von Musil


Part of the /var/log/syslog:

Jul 15 09:48:48 dsasrv rpc.mountd: authenticated mount request from
dsa-102:806 for /home (/home)
Jul 15 09:49:35 dsasrv kernel: statd: server localhost not responding, timed
out
Jul 15 09:49:35 dsasrv kernel: nsm_mon_unmon: rpc failed, status=-5
Jul 15 09:49:35 dsasrv kernel: lockd: cannot monitor 192.168.123.102
Jul 15 09:51:25 dsasrv kernel: statd: server localhost not responding, timed
out
Jul 15 09:51:25 dsasrv kernel: nsm_mon_unmon: rpc failed, status=-5
Jul 15 09:51:25 dsasrv kernel: lockd: cannot monitor 192.168.123.102
Jul 15 09:53:15 dsasrv kernel: statd: server localhost not responding, timed
out
Jul 15 09:53:15 dsasrv kernel: nsm_mon_unmon: rpc failed, status=-5
Jul 15 09:53:15 dsasrv kernel: lockd: cannot monitor 192.168.123.102

 
Reply With Quote
 
 
 
 
Rex Dieter
Guest
Posts: n/a

 
      07-15-2004, 03:11 PM
Clemens von Musil wrote:

> Hi all,
>
> I set up a NFS server, that shares the /home subtree for several clients.
> After Some uptime (3 to 6 days) the clients KDE desktops refuse to start
> properly: After a successful login, the screen hangs until killall X.


Yep, locking issue. In general (I believe), it's a failed/stale lock on
~foo/.qt/qtrc that is the troublemaker.

Here's the Quick-n-dirty fix I use. for user foo having KDE lockups:
mv ~foo/.qt ~foo/.qt.BAK
cp -a ~foo/.qt.BAK ~foo/.qt
rm -rf ~foo/.qt.BAK

-- Rex
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Open/Lock File status msgbroker@gmail.com Windows Networking 1 11-04-2005 06:31 PM
Lock- up problem mn-700 Jack Y. Broadband Hardware 4 10-20-2004 09:02 AM
pop3 lock file Thomas B Linux Networking 0 06-01-2004 01:21 AM
pop3 lock file Thomas B Linux Networking 0 05-31-2004 01:55 AM
Cant get ppp connection anymore - ttyS0 lock file problem Alex Viskovatoff Linux Networking 2 09-21-2003 04:52 PM



1 2 3 4 5 6 7 8 9 10 11