[Chuan-kai Lin] > I'll write a patch next week and send it to you, and then we'll try > to figure out what the problem is. How's that?
A patch would be most welcome. I looked at the fam source to try to figure out what could cause this message, and managed to track down the problem. The issue was that the clients tried to contact famd on the NFS server, and failed because famd on the NFS server was configured to only accept connections from the local host. After changing "local_only = true" to 'false' in /etc/fam.conf, the clients stopped sending this message. I would have been able to deduce this from the message if it included which host and port it tried to connect, and why. For example a message like this would have helped a lot: connect(nfsserver, famport) as fam client: Connection refused Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

