View previous topic :: View next topic |
Author |
Message |
TheGreatBato n00b
Joined: 08 Mar 2007 Posts: 1
|
Posted: Thu Mar 08, 2007 12:05 pm Post subject: Can write on a smb server but cannot read |
|
|
Hello !
First of all excuse me for my English but I'm a French guy.
My problem reside on an SaMBa server, my version is 3.0.24.
And here is my smb.conf file :
Code: | [global]
local master = No
workgroup = BNX
server string = Samba Server %v
netbios name = BNX-SERVER
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
interfaces = lo eth0 eth3
bind interfaces only = yes
hosts allow = 127.0.0.1 192.168.9.0/24 192.168.254.0/24
hosts deny = 0.0.0.0/0
security = user
guest account = nobody
guest ok = yes
map to guest = Bad User
vfs object = vscan-clamav
vscan-clamav: config-file = /etc/samba/vscan-clamav.conf
[public]
comment = Public Files
browseable = yes
public = yes
create mode = 0777
path = /var/samba/public
writeable = yes
printable = no
|
Others PC had IP's like this : 192.168.9.110, 192.168.9.120 ...
Others PC can copy/create/delete files but they can't read the files, But they can get into the directory and had files properties.
Someone had an idea ?
Thanks |
|
Back to top |
|
|
belrpr Guru
Joined: 22 May 2006 Posts: 440
|
Posted: Thu Mar 08, 2007 12:22 pm Post subject: |
|
|
Check the linux file permissions. |
|
Back to top |
|
|
darken n00b
Joined: 04 Jan 2006 Posts: 52
|
Posted: Thu Mar 08, 2007 12:23 pm Post subject: |
|
|
Check file permissions on the filesystem. Make sure they are at least world readable.
Edit: sorry belrpr, I was just editing it while you already posted your answer ) |
|
Back to top |
|
|
|