Hi all, I'm just testing 1.4.0qa19 and hit a crash while untarring a file to a glusterfs mounted directory: $ glusterfsd -l glfs.log -L DEBUG -f /etc/glusterfs/glusterfs-client.vol /mnt/ $ mkdir /mnt/test $ tar xf Debian-40-etch-32-minimal.tar -C /mnt/test/ tar: bin/bash: Cannot close: Software caused connection abort tar: bin/bash: Cannot utime: Transport endpoint is not connected tar: bin/bash: Cannot change ownership to uid 0, gid 0: Transport endpoint is not connected tar: bin/znew: Cannot open: Transport endpoint is not connected tar: Skipping to next header ... The tar file contains a complete root filesystem of a debian installation. Find the client debug log here (inlcuding client config): http://davey.de/glusterfsd.log Server config is the same on all servers and namespaces: http://davey.de/glusterfs-server.vol All Servers log this at the time of error: 2008-06-18 12:16:43 E [tcp.c:89:__tcp_rwv] server: EOF from peer 2008-06-18 12:16:43 E [tcp.c:624:tcp_proto_state_machine] server: socket read failed (Transport endpoint is not connected) in state 1 2008-06-18 12:16:43 E [tcp.c:1328:fini] server: transport 0x5924e0 destroyed The servers filesystem is reiserfs with options "noatime,notail" Please tell me if I can give you more information to help you ... -- David Mayr