Hi,
After to upgrading nautilus and installing fam(2mdk), Nautilus freezes
becuase it can't connect to fam. This is whats in /var/log/messages:
Jun 16 14:07:55 pimpstation fam[4558]: failed to accept new client:
Invalid argument
Jun 16 14:07:55 pimpstation last message repeated 440 times
I also tried applying this patch:
--- xinetd.old Sat Jun 16 20:25:56 2001
+++ xinetd Sat Jun 16 04:28:21 2001
@@ -27,7 +27,7 @@
start(){
echo -n "Starting xinetd: "
- daemon xinetd -reuse -pidfile /var/run/xinetd.pid
+ TMPDIR="/tmp" daemon xinetd -reuse -pidfile /var/run/xinetd.pid
RETVAL=$?
echo
touch /var/lock/subsys/xinetd
Any ideas? Does anyone have it working?
Thanks,
Keith Conger