Hi, I have a problem with a csw Samba 3.0.13 Installation. From time to time, Samba processes stop responding. The result is that the files which are locked by that process are not accessible until I kill that process, obviously. Loglevel 3 doesn't report anything. The only error message I get (see header) is reported by truss Here's the last few truss lines: getuid() = 0 [0] write(262, " [ 2 0 0 5 / 0 5 / 1 8 ".., 86) = 86 getuid() = 0 [0] write(262, " s e t t i n g s e".., 49) = 49 getuid() = 0 [0] getgid() = 0 [0] setgroups(0, 0x00000000) = 0 setregid(-1, 0) = 0 getgid() = 0 [0] setreuid(-1, 0) = 0 getuid() = 0 [0] sysconfig(_CONFIG_NGROUPS) = 16 open("/etc/default/nss", O_RDONLY|O_LARGEFILE) = 256 read(256, " # i d e n t\t " @ ( #".., 1024) = 749 read(256, 0x003F5A90, 1024) = 0 close(256) = 0 open("/etc/group", O_RDONLY) = 256 close(256) = 0 door_info(4, 0xFFBF8490) = 0 door_call(4, 0xFFBF8478) = 0 so_socket(PF_INET, SOCK_STREAM, IPPROTO_IP, "", 1) = 256 setsockopt(256, tcp, TCP_NODELAY, 0xFFBFBB0C, 4, 1) = 0 fcntl(256, F_GETFL, 0xFF357AA8) = 2 fcntl(256, F_SETFL, 0x00000082) = 0 connect(256, 0x003E9B10, 16, 1) Err#150 EINPROGRESS After that the process goes sleeping and doesn't come back. Any ideas? Anyone? Thanks in advance!