Samba problem in solaris 10
Hi Experts
I configure smb.conf file and i ran test parm and started my smbd and nmb service also i am getting given below error message when i used to connect from my XP box to solaris 10 i checked the firewall it is disabled.
Error:The network connection was aborted by the local system
Given is my smb.conf out put file...
# Global parameters
[global]
server string = Samba Server
log file = /usr/local/samba/var/log.%m
max log size = 50
dns proxy = No
comment = All Printers
path = /var/spool/samba
hosts allow = localhost, blr-abi, 192.168.1., 192.168.2., 127.
printable = Yes
browseable = No
[myshare]
comment = Mary's and Fred's stuff
path = /usr
valid users = root, apun
read only = No
create mask = 0765
guest ok = Yes
printable = No
browseable = Yes

