I found samba could not work for a long time in current build,
released 7.09 version could work, but after that I tried later development build,
seems all could not bring up samba. the smbd and nmbd did not show in top command,
and windows machine also could not find the share directories
when I tried to restart the service, it said:
root@OpenWrt:~# /etc/init.d/samba restart
sh: cannot kill pid 774: No such process
sh: cannot kill pid 776: No such process
here is the content of /etc/samba/smb.conf:
[global]
syslog = 0
syslog only = yes
workgroup = OpenWrt
server string = OpenWrt Samba Server
security = share
encrypt passwords = yes
guest account = root
local master = yes
name resolve order = lmhosts hosts bcast
[tmp]
comment = /tmp
path = /tmp
browseable = yes
public = yes
writeable = no
am I miss something?