On 2010-12-29 19:52, Tom H. Lautenbacher wrote:

smbd[19724]: smbd/notify_inotify.c:244(inotify_handler)
smbd[19724]: No data on inotify fd?!

Here is my /etc/samba/smb.conf
(all default values and comments are cropped automatically by SWAT):

[global]
        workgroup = SOMEGROUPNAME.SGN
        server string =
        max open files = 10000
add machine script = /usr/sbin/useradd -c SambaMachine -g sambamachines -G "" -d /dev/null/ -s /bin/false %u
        logon script = %G.bat
        logon path = \\%N\profiles\%U\%a
        logon drive = z:
        domain logons = Yes
        os level = 255
        preferred master = Yes
        domain master = Yes
        wins support = Yes
        hosts allow = 10.31.40.0/255.255.255.0
        hosts deny = 10.31.40.1
        follow symlinks = No

[homes]
        comment = Home directory
        valid users = %S, %D%w%S
        write list = %S, %D%w%S
        force group = root
        create mask = 0600
        directory mask = 0700
        browseable = No

[profiles]
        comment = Windows User Profiles
        path = /somepath/somedir
        force group = root
        read only = No
        create mask = 0600
        directory mask = 0700
        map archive = No
        map readonly = no
        store dos attributes = Yes
        browseable = No

[netlogon]
        comment = User logon scripts
        path = /var/lib/samba/netlogon
        browseable = No

followed by some custom shares for normal data...
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to