[Samba] Samba process throttled back?

Lang, Rich LangR at specsensors.com
Fri Jun 17 08:25:54 MDT 2011


Sorry - I didn't realize the list wouldn't accept attachments.  Here is the smb.conf file:

#Backup Domain Controller
## Global parameters
[global]
            unix charset = LOCALE
            workgroup = IBMPEERS
            netbios name = mustang1
            socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY SO_RCVBUF=16384 SO_SNDBUF=16384
            passdb backend = ldapsam:"ldap://mustang1.si.lan ldap://mustang2.si.lan"
#          passdb backend = ldapsam:"ldap://mustang1.si.lan"
            username map = /etc/samba/smbusers
#          interfaces = 192.168.2.242/32
#          bind interfaces only = yes
            log level = 0
            syslog = 1
            log file = /var/log/samba/%m
            max log size = 1024
            name resolve order = wins bcast hosts
            guest account = nobody
#          printcap name = CUPS
#          show add printer wizard = No
            logon script = logon.bat
            logon path =
            logon drive = C:
            domain logons = Yes
            domain master = No
            local master = no
            preferred master = no
            os level = 0
            wins server = mustang2.si.lan
            ldap suffix = dc=IBMPEERS,dc=lan
            ldap machine suffix = ou=Computers,ou=Users
            ldap user suffix = ou=People,ou=Users
            ldap group suffix = ou=Groups
            ldap idmap suffix = ou=Idmap
            ldap admin dn = cn=sambaadmin,dc=IBMPEERS,dc=lan
            utmp = no
            idmap backend = ldap://mustang2.si.lan
            idmap uid = 10000-20000
            idmap gid = 10000-20000
#          printing = cups
            veto files = /*.eml/*.nws/*.{*}/
            veto oplock files = /*.doc/*.xls/*.mdb/*.pdf/
#========================Share Definitions=========================
[si]
        comment = Shared disk service on SI Cluster
        veto files = /.clumanager/.rgmanager/
        browsable = yes
        writable = yes
        public = yes
        path = /mnt/share/si
#
#----- Force all files/dirs to be create group-writeable and world-readable.
#
        create mask = 0664
        force create mode = 0664
        directory mask = 0775
        force directory mode = 0775

[homes]
        comment = Home Directories
        valid users = %S
        read only = No
        browseable = No

#[test]
#          comment = "TEST"
#          browseable = yes
#          writable = yes
#          public = yes
#          path = /tmp/data1
#
[netlogon]
        comment = Network Logon Service
        path = /var/lib/samba/netlogon
        guest ok = Yes
        locking = No

[profiles]
        comment = Profile Share
        path = /var/lib/samba/profiles
        read only = No
        profile acls = Yes

[cdrom]
            oplocks = False
            level2 oplocks = False
        comment = CD-ROM/DVD
        path = /mnt/cdrom
        read only = Yes
        guest ok = Yes
        public = Yes
        browsable = Yes

Richard G. Lang
Sr. Software Engineer
LangR at specsensors.com<mailto:LangR at specsensors.com>
(330) 659-3312



More information about the samba mailing list