LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   samba - deleted directory re-appears (https://www.linuxquestions.org/questions/linux-server-73/samba-deleted-directory-re-appears-580521/)

esdeedee 08-28-2007 04:08 PM

samba - deleted directory re-appears
 
Hi,

I have a strange problem after the migration from a Samba 2 to a Samba 3 PDC domain controller. When I connect from a Windows 2000 sp4 client to a samba share, let's say the share office:

- I can add/delete a file
- I can add a directory

But when I want to delete the directory, the directory is gone in my Windows explorer. When I refresh (F5), the directory re-appears. So it seems I can only delete files, but no directories.

Someone an idea?

my smb.conf:

Code:

[global]
        workgroup = GOKUDOM
        encrypt passwords = yes
        security = user
        domain logons = yes
        logon path =
        logon home =
        logon script = logon.bat
        server string =
        preferred master = yes
        os level = 64
        printcap name = /etc/printcap
        printing = cups
        load printers = Yes
        log file = /var/log/samba/%m.log
        max log size = 50
        passdb backend = tdbsam:/etc/samba/passdb.tdb
        unix password sync = Yes
        passwd program = /usr/bin/passwd %u
        passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
        pam password change = yes
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        invalid users = bin,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,games,gopher,ftp,ntp,rpc,vcsa,nscd,sshd,rpm,mailnull,smmsp,rpcuser,nfsnobody,pcap,xfs,named,tomcat,jboss,apache
        dns proxy = yes
        level2 oplocks = no
        oplocks = no
        writeable = yes
        force create mode = 666
        force directory mode = 777
        guest ok = no
        map to guest = bad user
        add user script = /usr/sbin/useradd %u
        delete user script = /usr/sbin/userdel %u
        add group script = /usr/sbin/groupadd %g
        delete group script = /usr/sbin/groupdel %g
        add machine script = /usr/sbin/useradd -s /sbin/nologin -d /var/lib/nobody %u
       

[office]
        path = /u7/office
        comment = Office documenten


acid_kewpie 08-28-2007 04:27 PM

samba directories are not networking issues. moved to Linux - Server.


All times are GMT -5. The time now is 08:42 AM.