Then the file gets created and then is a zero byte size.
Trying to delete this empty file results in:
rm: remove regular empty file `filename'?
Hitting y and then enter just hangs the console and I have to close
the ssh session and go back in. Then the mount is hosed. Going back in
to the mounted directory works. CD into a sub directory works. But as
soon as I do an LS it fails and hangs the shell. Trying to umount and
remount:
umount: /home/xtreem: device is busy.
(In some cases useful information about processes that use the device
is found by lsof(8) or fuser(1))
It's really stuck. I found a couple LS processes and killed those, but
still no avail. Also, I did find a process for rm but am unable to
kill that one. I think that's what's keeping me from unmounting and
remounting the xtreemfs volume. I guess I'll bounce the box then.
=== UH OH ===
New update. Now the system is dead. Restarting the DIR and MRC box
killed things.
DIR and MRC seem to be running, no errors in the logs. But trying to
mount doesn't work:
2009-12-17T17:16:46.000Z ERR: yield::ipc::Client: error reading
ONCRPCResponse/147735840 from socket #11, errno=110, strerror=errno =
110, strerror = Connection timed out, responding to
ONCRPCRequest/147733104 with ExceptionResponse.
2009-12-17T17:16:56.000Z ERR: yield::ipc::Client: error reading
ONCRPCResponse/147730096 from socket #12, errno=110, strerror=errno =
110, strerror = Connection timed out, responding to
ONCRPCRequest/147733104 with ExceptionResponse.
2009-12-17T17:17:16.000Z ERR: yield::ipc::Client: error reading
ONCRPCResponse/147737240 from socket #13, errno=110, strerror=errno =
110, strerror = Connection timed out, responding to
ONCRPCRequest/147733104 with ExceptionResponse.
2009-12-17T17:17:56.000Z ERR: yield::ipc::Client: error reading
ONCRPCResponse/147733336 from socket #14, errno=110, strerror=errno =
110, strerror = Connection timed out, responding to
ONCRPCRequest/147733104 with ExceptionResponse.
errno = 110, strerror = Connection timed out
Any ideas?
Dennis
==============================
Dennis McEntire - gmail account
dmce...@gmail.com
==============================
It's hard to tell what the problem is without logfiles. If you can
reproduce the problem, please run the client with the following options
to enable some debug output:
mount.xtreemfs -f -d INFO server/volume /mnt/point &> client_log.txt
You can create an issue in our bug tracker on
http://code.google.com/p/xtreemfs/issues/list and attach the client and
server logs.
Bj�rn