Hi everybody!
I have the strange problem with FC5/Samba server. Samba is running in small office network (192.168.0.). I have created a group and added all users to this group. All uses added to /etc/samba/smbpasswd file and sever works fine, but I lose sometime files from shared folders. They may disapeer after copy from windows machine or staff have worked with files in shared place and after that files lose.
There is smb.conf file:
[global]
workgroup = finnelit
server string = FedoraServer %v
log file = /var/log/samba/%m.log
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = /etc/printcap
dns proxy = No
hosts allow = 192.168.11.
cups options = raw
#username map = /etc/samba/smbusers
security = user
encrypt passwords = yes
guest ok = no
guest account = nobody
[homes]
comment = Home Directories
path = /home/%u/usrshare
writeable = yes
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[SHARED]
comment = Shared Network Resource
path = /tmp/SHARED
writeable = yes
browseable = yes
force group = finnelit
valid users = @finnelit
create mode = 0770
directory mode = 0770
I'm not sure, but files from Home Directories not disappear.