Want to implement recycle bin for samba 3.0.14a under aix and solaris 2.8. What are the steps required. Went through some docs but did not help. 1. Do i need to compile samba with VFS module then how ? configure --with-vfs or what ? 2. Example of how smb.conf should look like. Thanks _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
1. No need to pass anything to configure, it is now built by default. 2. Sample from my smb.conf vfs objects = recycle recycle:repository = ../recycle/%U recycle:keeptree = true recycle:versions = true recycle:touch = true recycle:exclude = *.tmp,*.temp,~$*,*.$$$,*.ldb I'm running into problems with the exclude parameter though, it seems to be ignored. Will start a new thread for it. Regards, Franz
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
On Tue, Feb 14, 2006 at 11:06:30AM -0500, Manish Vashi wrote:> 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 errorThis looks like a bug I fixed for 3.0.21. Jeremy.