Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
cannot open documents on samba
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
kj.synack
n00b
n00b


Joined: 08 Sep 2005
Posts: 8

PostPosted: Fri Dec 01, 2006 2:34 am    Post subject: cannot open documents on samba Reply with quote

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
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum