SchlumpfSchlaubi n00b

Joined: 22 Dec 2004 Posts: 2
|
Posted: Wed Dec 22, 2004 9:10 pm Post subject: samba server + winxp client problem |
|
|
hi,
i try to setup a second samba server and have a problem.
i did copy the smb.conf from my working samba server to the new one.
connecting the share from my winxp client, user authentication,
all is fine.
but if i say in the explorer make new file nothing happens.
other pressing F5 i see the new file with the windows default name.
the same for rename and delete. every time i make one of this actions
i must press F5 to see the result.
with the same smb.conf on the first server all works correct.
the connecting windows client is also the same machine.
kernel is the same on both machines.
the differences on the first view:
working server = samba 3.0.5 + xfs
not working server = samba 3.0.10 + reiserfs3
i tried to fix this but don't see the bug.
thx for good ideas and help...
--------------------------------------------------
smb.conf
--------------------------------------------------
[global]
workgroup = BLABLA
server string = Samba Server %v
strict locking = yes
browseable = yes
log file = /var/log/samba/log.%m
max log size = 50
security = user
encrypt passwords = yes
smb passwd file = /etc/samba/private/smbpasswd
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 SO_KEEPALIVE
bind interfaces only = yes
interfaces = 192.168.1.2/24
hosts allow = 192.168.1. 127.
time server = true
#printcap name = cups
#load printers = yes
printing = bsd
#printer admin = @adm
#guest account = nobody
[pdf]
path = /var/tmp
printable = yes
guest ok = yes
print command = /usr/bin/printpdf %s
lpq command =
lprm command =
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = yes
writable = no
printable = yes
print command = lpr -P %p -o raw %s -r
[test]
comment = test
path = /srv/samba/test
valid users = +samba
public = no
writable = yes
read only = no
create mask = 0660
directory mask = 0770
# vfs object = vscan-clamav
# vscan-clamav: config-file = /etc/samba/vscan-clamav.conf |
|