Good Day,
My recycle bin is not working. Here is the share I am testing it on.
I am running samba 3.0.14a on Solaris 9. Any help is appreciated.
Regards,
Bill
[share]
path = /pc/share
browseable = no
printable = no
writable = yes
guest ok = no
create mask = 0755
directory mask = 0755
follow symlinks = no
vfs objects = audit recycle
recycle:repository = .recycle/%U
recycle:keeptree = Yes
recycle:touch = Yes
recycle:versions = Yes
recycle:maxsixe = 0
recycle:exclude = *.tmp
recycle:exclude_dir = /tmp
recycle:noversions = *.doc
wide links = no
valid users = user1, user2
force user = user1
--
--------------------
William M. Fennell
UNIX System Administrator
Channing Laboratory
The first thing I notice is a typo in your conf file. Check out:
recycle:maxsixe = 0
Should be:
recycle:maxsize = 0
Other than that run the testparm command and check for errors. Here is my
recycle conf which works fine.
vfs objects = recycle
recycle:repository = recycle_bin
recycle:versions = yes
recycle:touch_mtime = true
recycle:keeptree = yes
*Jason Baker
*/IT Coordinator/
*Glastender Inc.*
5400 North Michigan Road
Saginaw, Michigan 48604 USA
800.748.0423
Phone: 989.752.4275 ext. 228
Fax: 989.752.4444
www.glastender.com <http://www.glastender.com>
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GIT$ d- s: a C++$ LU+++$ P+ L++>L++++ !E--- W+++ N o? K?
w !O M !V PS PE- Y? PGP- t 5? X+ R+ tv+ b- DI-- D++ G e+ h---
r+++ y+++
------END GEEK CODE BLOCK------
On 3/23/2007 8:14 AM, William M. Fennell wrote:> Good Day,
>
> My recycle bin is not working. Here is the share I am testing it on.
> I am running samba 3.0.14a on Solaris 9. Any help is appreciated.
>
> Regards,
>
> Bill
>
>
> [share]
> path = /pc/share
> browseable = no
> printable = no
> writable = yes
> guest ok = no
> create mask = 0755
> directory mask = 0755
> follow symlinks = no
> vfs objects = audit recycle
> recycle:repository = .recycle/%U
> recycle:keeptree = Yes
> recycle:touch = Yes
> recycle:versions = Yes
> recycle:maxsixe = 0
> recycle:exclude = *.tmp
> recycle:exclude_dir = /tmp
> recycle:noversions = *.doc
> wide links = no
> valid users = user1, user2
> force user = user1
>
>
>
>
Thanks Jason, It turns out I just had a permissions error on the directory. Thanks, Bill Jason Baker wrote:> The first thing I notice is a typo in your conf file. Check out: > > recycle:maxsixe = 0 > > Should be: > > recycle:maxsize = 0 > > Other than that run the testparm command and check for errors. Here is > my recycle conf which works fine. > > vfs objects = recycle > recycle:repository = recycle_bin > recycle:versions = yes > recycle:touch_mtime = true > recycle:keeptree = yes > > > *Jason Baker > */IT Coordinator/ > > > *Glastender Inc.* > 5400 North Michigan Road > Saginaw, Michigan 48604 USA > 800.748.0423 > Phone: 989.752.4275 ext. 228 > Fax: 989.752.4444 > www.glastender.com <http://www.glastender.com> > > -----BEGIN GEEK CODE BLOCK----- Version: 3.1 > GIT$ d- s: a C++$ LU+++$ P+ L++>L++++ !E--- W+++ N o? K? > w !O M !V PS PE- Y? PGP- t 5? X+ R+ tv+ b- DI-- D++ G e+ h--- r+++ y+++ > ------END GEEK CODE BLOCK------ > > > > On 3/23/2007 8:14 AM, William M. Fennell wrote: > >> Good Day, >> >> My recycle bin is not working. Here is the share I am testing it on. >> I am running samba 3.0.14a on Solaris 9. Any help is appreciated. >> >> Regards, >> >> Bill >> >> >> [share] >> path = /pc/share >> browseable = no >> printable = no >> writable = yes >> guest ok = no >> create mask = 0755 >> directory mask = 0755 >> follow symlinks = no >> vfs objects = audit recycle >> recycle:repository = .recycle/%U >> recycle:keeptree = Yes >> recycle:touch = Yes >> recycle:versions = Yes >> recycle:maxsixe = 0 >> recycle:exclude = *.tmp >> recycle:exclude_dir = /tmp >> recycle:noversions = *.doc >> wide links = no >> valid users = user1, user2 >> force user = user1 >> >> >> >> > >