[Samba] problems writing to profile share when updating from samba 2.2.3a to 2.2.5

alexander.notz at starmobility.net alexander.notz at starmobility.net
Wed Aug 28 03:32:00 GMT 2002


Hi,

we updated our samba 2.2.3a to 2.2.5 because of several printing problems.
Now our Clients (win 2k & xp) can't write to their profiles share (the
windows error-message was: "this file is used by another process", but
there weren't any other processes from this user). In the samba logfile we
can't see any write-attempt from the client.

Our smb.conf:

[global]
        workgroup = DE.STARMOB.NET
        server string = %h server

        wins support = yes
        name resolve order = wins lmhosts hosts bcast
        dns proxy = yes

        domain master = yes
        local master = yes
        preferred master = yes
        domain master = yes
        domain logons = yes
        security = user
        os level = 33

        printing = cups
        printcap name = lpstat
        load printers = yes
        use client driver = yes

        guest account = nobody
        invalid users =
        admin users = @admin
        domain admin group = test1 test2
        printer admin = test1 test2

        time server = true
        status = yes

        syslog only = no
        syslog = 0;
        max log size = 1000
        log level = 2
        log file = /var/log/samba/log.%m
        utmp = yes

        keepalive = 30
        deadtime = 0
        socket options = IPTOS_LOWDELAY TCP_NODELAY SO_RCVBUF=8192
SO_SNDBUF=8192 SO_KEEPALIVE

        encrypt passwords = yes
        min password length = 5
        unix password sync = yes
        passwd program = /usr/bin/passwd %u
        obey pam restrictions = yes
        add user script = /usr/sbin/useradd -g 99 -d /dev/null -s
/bin/false %u

        preserve case = yes
        short preserve case = yes

        logon path = \\%L\profiles\%U
        logon drive = Z:
        logon script = %G.bat
        logon home = \\%L\%U\DATEN

        hide unreadable = yes


[profiles]
        comment = Profile
        path = /var/samba/shares/profiles
        create mask = 0700
        directory mask = 0700
        read only = no
        nt acl support = no

[homes]
...

Any ideas?

alexander





More information about the samba mailing list