kj.synack n00b
Joined: 08 Sep 2005 Posts: 8
|
Posted: Fri Dec 01, 2006 2:34 am Post subject: cannot open documents on samba |
|
|
Setup:
1. LTSP Server running gentoo
2. Same LTSP Server serves as samba (samba 3.0.22-r3) for thin-clients
3. Thin-clients using XFCE4 (~x86) with both nautilus/ konqueror as file managers, Openoffice2
4. Each department has it's own shared folder.
Problem:
1. End-users (thin-clients) cannot open files on samba shares
2. BUT, they do CAN[/code] "browse" and see those shared folders/ files.
3. Stand-alone Kubuntu, XP Pro can browse and OPEN files from the same samba server
4. Stand-alone Gentoo laptop can browse the shares, but CANNOT open files
What is wrong?
smb.conf
Code: |
[global]
workgroup = ourworkgroup
server string = xserver samba server %v
netbios name = xserver
username map = /etc/samba/smbusers
printcap name = cups
printing = cups
load printers = yes
interfaces = lo eth0
bind interfaces only = yes
hosts allow = 192.168.0.0/24 127.0.0.0/8
log file = /var/log/samba/log.%m
max log size = 50
map to guest = bad user
security = user
encrypt passwords = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
wins support = Yes
null passwords = no
hide unreadable = yes
hide dot files = yes
smb ports = 445
use sendfile = yes
[MI_Dept]
comment = MI Department Shared Folder
path = /data/shared/mi_dept
valid users = @midept
force group = midept
writable = yes
browseable = yes
available = yes
follow symlinks = no
read only = no
create mask = 0770
directory mask = 0770
printable = no
|
|
|