[Samba] recycle bin

Manish Vashi vashimanish at gmail.com
Tue Feb 14 16:06:30 GMT 2006


I am trying to configure recycle bin on AIX and SUN server. After put the
entry for vfs in smb.conf i cannot map drive. My vfs dir location is
/export/apps/samba/lib/vfs

Samba starts fine ,but when try to map the drive it gives error

 ===============================================================
[2006/02/14 10:06:58, 0] lib/fault.c:fault_report(37)
  INTERNAL ERROR: Signal 11 in pid 528394 (3.0.14a)
  Please read the appendix Bugs of the Samba HOWTO collection
[2006/02/14 10:06:58, 0] lib/fault.c:fault_report(39)
  ===============================================================
[2006/02/14 10:06:58, 0] lib/util.c:smb_panic2(1495)
  PANIC: internal error



This is how my smb.conf looks like


# from 172.19.148.152 (172.19.148.152)
# Date: 2005/07/02 04:23:03

# Global parameters
[global]
        workgroup = aryan.u
        netbios name = aryan
        server string = aryan
        security = SERVER
        password server = pmark10-sg1
        username map = /export/apps/samba/lib/username.map
        vfs = /export/apps/samba/lib
        max log size = 10000
        name resolve order = host
        deadtime = 30
        max open files = 1014
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        load printers = No
        show add printer wizard = No
        lm announce = No
        preferred master = No
        domain master = No
        browse list = No
        enhanced browsing = No
        dns proxy = No
        kernel oplocks = No
        ldap ssl = no
        invalid users = root, bin, daemon, sys, adm, uucp, lp, nuucp, www,
sysadm
        create mask = 0664
        directory mask = 0775
        dont descend = /dev,/etc,/sbin,/var,/bin,/kernel,/platform

[template]
        comment = template
        path = /template
        valid users = template
        read only = No
        browseable = No

[data]
        comment = data
        path = /data
        read only = No
        browseable = No
        vfs objects = recycle
        recycle:repository = /data/recycle
        recycle:keeptree = true
        recycle:versions = true
        recycle:touch = true
        recycle:exclude = *.tmp,*.temp,~$*,*.$$$,*.ldb


More information about the samba mailing list