Samba used to work just fine in my system (sun sparc station ultra 60 with solaris 8 os). One time the system locked up and I rebooted but there were some users still connected to samba shares. After the system rebooted and came up samba did not start. If I type smbd -D it just sits there. I have tried using the truss command with smbd (truss smbd) to see the sytem calls and it sits at: open("/usr/share/lib/zoneinfo/US/Central", O_RDONLY) = 3 read(3, " T Z i f\0\0\0\0\0\0\0\0".., 8192) = 1262 close(3) = 0 open64("/dev/urandom", O_RDONLY) (sleeping...) nmbd starts just fine. Can somebody please help me?