I have samba-1.9.18p10 installed on my solaris 2.6 server. I also use my NT PDC domain. The smb.conf look like this: workgroup = MYNTPDC server string = MYSAMBA hosts allow = xxx.xxx.xxx.; localhost load printers = yes ; printcap name = /etc/printcap ; printcap name = lpstat ; printing = bsd ; guest account = pcguest log file = /opt/samba-1.9.18p10/var/log.%m lock directory = /opt/samba-1.9.18p10/var/locks/samba locking = yes strict locking = yes share modes = yes max log size = 50 security = user ; encrypt passwords = yes ; username map = /opt/samba-1.9.18p10/lib/smbusers.map ; include = /opt/samba-1.9.18p10/lib/smb.conf.%m socket options = TCP_NODELAY #============================ Share Definitions =============================[homes] comment = Home Directories browseable = no writable = yes preserve case = yes short preserve case = yes create mode = 0750 # Un-comment the following and create the netlogon directory for Domain Logons ; [netlogon] ; comment = Network Logon Service ; path = /usr/local/samba/lib/netlogon ; guest ok = no ; writable = no ; share modes = no # Un-comment the following to provide a specific roving profile share # the default is to use the user's home directory ;[Profiles] ; path = /usr/local/samba/profiles ; browseable = no ; guest ok = yes # NOTE: If you have a BSD-style print system there is no need to # specifically define each individual printer [printers] comment = All Printers path = /usr/spool/samba browseable = no # Set public = yes to allow user 'guest account' to print guest ok = no writable = no printable = yes # This one is useful for people to share files [tmp] comment = Temporary file space path = /tmp read only = no public = yes [private] smb passwd file = /opt/samba-1.9.18p10/private/smbpasswd path = /opt/samba-1.9.18p10/private browseable = no ==== I got this error message: find_response_record: response packet id 30349 received with no matching record. find_subnet_for_nmb_packet: response record not found for respond id 30349 WHAT DO I HAVE TO DO TO FIX THIS PROBLEM. THANKS