Displaying 20 results from an estimated 40 matches for "cestino".
Did you mean:
destino
2019 Oct 16
4
vfs_recycle permission bug?!
...l_xattr recycle full_audit
volume = Work
full_audit:failure = none
full_audit:success = mkdir rmdir read pread write pwrite rename unlink
full_audit:prefix = %S|%d|%I|%M|%u
recycle:exclude = *.TMP,*.tmp,*.temp,*.o,*.obj,~$*
recycle:versions = yes
recycle:keeptree = yes
recycle:repository = .cestino/%U
but i've misclick on user name, and found that i can read ALL deleted
files of ALL users. ;-(
Looking at file permissions:
root at vdmsv1:~# ls -la /srv/work/.cestino/
totale 12
drwxrwxrwt 107 root domain users 4096 ott 16 14:53 .
drwxr-xr-x 95 root root...
2017 Apr 25
3
Purge Trash Fileserver
Hello
My fileserver is a samba 4.5.4, in Ubuntu 14.04, is all ok.
My question is,
Have the recycle bin enabled, and would like a way to rotate the files,
already have something today that is via find
Find /mnt/samba -depth -mtime +30 -print -delete
This works however, it will delete the files inside the destination with
more than 30 days, but this more than 30 days is not when it went to
2017 May 02
2
Purge Trash Fileserver
...d like is to see an alternative to find or when it goes
>> to
>> the bin it is changed (date) to find it to be correct.
>>
>> Any idea ?
>
>
> This is what I do for clear my trash:
>
> # echo '/usr/sbin/tmpwatch --dirmtime --atime --force $[24*30] /u/samba/cestino/' > /etc/cron.daily/cestino
> # chmod 755 /etc/cron.daily/cestino
>
> The tricks is '--atime', then if you want still use your command with
> find, you can try '-atime' find option.
Fortunately, many of us turn mount our filesystems with "-noatime" for...
2015 Oct 06
2
After update from 3.5.x to 3.6.23 all printers configured in CUPS they are no longer shared
...comment = Cartella Documenti x tutti
path = /u/samba/documenti
read only = No
guest ok = Yes
vfs objects = recycle
recycle:exclude = *.TMP,*.tmp,*.temp,*.o,*.obj,~$*
recycle:versions = yes
recycle:keeptree = yes
recycle:maxsize = 10000000
recycle:touch = yes
recycle:repository = /u/samba/cestino/%U
[cestino]
comment = Cestino Personale
path = /u/samba/cestino/%U
read only = No
guest ok = Yes
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
print ok = Yes
browseable = No
[aficio-fx200]
path = /var/spool/samba/
printable = Yes
print ok = Yes
printer n...
2019 Oct 16
0
vfs_recycle permission bug?!
Hai Marco,
Can you check this acl and attr are these installed?
type acl
type attr
Or just run : apt-get install -y acl attr
Try this :
chmod 1770 /srv/work/.cestino/
Which sets : "creator Owner" (1), Owner (7), Group (7), World (0)
So the owner and groups can create anything but your enforcing "creator owner"
Then set:
recycle:subdir_mode = 1700
recycle:directory_mode = 1700
I've not fully checked it, im to buzy with my builde...
2023 Nov 30
1
Win ACL share Perm and recycle bin
...inherit acls = yes
inherit permissions = yes
nt acl support = yes
# acl_xattr:ignore system acls = yes
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
usershare path =
[SomeShare]
path = /dati/condivisioni/lavoro/
read only = no
include = /etc/samba/cestino.conf
cestino.conf
vfs objects = recycle
recycle:keeptree = yes
recycle:versions = yes
#recycle:maxsize = 50000000
recycle:exclude = *.tmp|*.temp|*.o|*.obj|~$*|*.~??|~*.tmp
recycle:excludedir =
recycle:noversions = *.doc|*.xls|*.ppt
recycle:directory_mode = 770
recycle:touch = yes
recy...
2015 Oct 06
0
After update from 3.5.x to 3.6.23 all printers configured in CUPS they are no longer shared
.../u/samba/documenti
> read only = No
> guest ok = Yes
> vfs objects = recycle
> recycle:exclude = *.TMP,*.tmp,*.temp,*.o,*.obj,~$*
> recycle:versions = yes
> recycle:keeptree = yes
> recycle:maxsize = 10000000
> recycle:touch = yes
> recycle:repository = /u/samba/cestino/%U
>
> [cestino]
> comment = Cestino Personale
> path = /u/samba/cestino/%U
> read only = No
> guest ok = Yes
>
> [printers]
> comment = All Printers
> path = /var/spool/samba
> printable = Yes
> print ok = Yes
> browseable = No
>
> [aficio-fx20...
2017 Apr 25
3
Purge Trash Fileserver
...would like is to see an alternative to find or when it goes
>> to
>> the bin it is changed (date) to find it to be correct.
>>
>> Any idea ?
>
> This is what I do for clear my trash:
>
> # echo '/usr/sbin/tmpwatch --dirmtime --atime --force $[24*30] /u/samba/cestino/' > /etc/cron.daily/cestino
> # chmod 755 /etc/cron.daily/cestino
>
> The tricks is '--atime', then if you want still use your command with
> find, you can try '-atime' find option.
>
> Hope this help
>
> Thanks
>
2023 Nov 30
1
Win ACL share Perm and recycle bin
...again .
>
> Any hint?
> thanks
> fab
>
> dc's smb.conf:
>
>
>
> fileserver :smb.conf:
>
> [global]
SNIP
> vfs objects = acl_xattr
SNIP
> [SomeShare]
> path = /dati/condivisioni/lavoro/
> read only = no
> include = /etc/samba/cestino.conf
>
> cestino.conf
> vfs objects = recycle
I have removed most of the lines from your fileservers smb.conf,
leaving only what I believe to be the relevant lines.
You initial use vfs_acl_xattr in global, but your 'vfs obects' line in
your 'include' file seems to tur...
2017 Apr 25
0
Purge Trash Fileserver
...me day.
>
>
> What I would like is to see an alternative to find or when it goes
> to
> the bin it is changed (date) to find it to be correct.
>
> Any idea ?
This is what I do for clear my trash:
# echo '/usr/sbin/tmpwatch --dirmtime --atime --force $[24*30] /u/samba/cestino/' > /etc/cron.daily/cestino
# chmod 755 /etc/cron.daily/cestino
The tricks is '--atime', then if you want still use your command with
find, you can try '-atime' find option.
Hope this help
Thanks
--
Dario Lesca
(inviato dal mio Linux Fedora 25 Workstation)
2017 May 02
0
Purge Trash Fileserver
...tive to find or when it goes
>>> to
>>> the bin it is changed (date) to find it to be correct.
>>>
>>> Any idea ?
>>
>> This is what I do for clear my trash:
>>
>> # echo '/usr/sbin/tmpwatch --dirmtime --atime --force $[24*30] /u/samba/cestino/' > /etc/cron.daily/cestino
>> # chmod 755 /etc/cron.daily/cestino
>>
>> The tricks is '--atime', then if you want still use your command with
>> find, you can try '-atime' find option.
> Fortunately, many of us turn mount our filesystems with "...
2015 Oct 06
2
After update from 3.5.x to 3.6.23 all printers configured in CUPS they are no longer shared
After update my PDC server from Centos 5.5 to 5.11 and then samba 3.5
to 3.6.22 all work fine, except printers: all CUPS printers shared are
not visible and usable from clients.
If I put manually each printer (like suggest here[1]) into smb.conf,
all printers manually added are visible and usable (this is my
workaround for now).
In smb.conf I have set:
load printers = yes
2020 May 16
2
Intermittent permission denied when accessing share
.../usr/local/samba/var/locks/sysvol
read only = No
browseable = No
[netlogon]
path = /usr/local/samba/var/locks/sysvol/wdc.mydomain.it/scripts
read only = No
browseable = No
[homes]
path = /home/CONDIVISI/personali
include = /usr/local/samba/etc/cestino.conf
read only = No
[RESPONSABILI]
path = /home/CONDIVISI/RESPONSABILI
read only = No
include = /usr/local/samba/etc/cestino.conf
** cestino.conf:
vfs objects = dfs_samba4 acl_xattr recycle
recycle:repository = .cestino/%U
recycle:keeptree =...
2020 May 08
1
Only domain admins can access shares
.../home/%U
#log level = 5
[sysvol]
path = /usr/local/samba/var/locks/sysvol
read only = No
[netlogon]
path = /usr/local/samba/var/locks/sysvol/wdc.domain.it/scripts
read only = No
[SHARE1]
path = /home/CONDIVISI/SHARE1
include = /usr/local/samba/etc/cestino.conf
read only = No
As I wish to use recycle, cestino.conf contains:
vfs objects = dfs_samba4 acl_xattr recycle
recycle:repository = .cestino/%U
recycle:keeptree = yes
recycle:touch = yes
recycle:versions= yes
recycle:exclude = *.tmp *.bak ~...
2017 Mar 07
2
Samba 4.4.4: ACLs not work property with recycle vfs object enable
...mment = Cartella Dati x tutti
> path = /u/samba/dati/
> read only = no
>
> Veto files = /*.pst/*.ost/
>
> inherit acls = yes
> inherit permissions = yes
>
> ; vfs objects = recycle
> ; recycle:repository = /u/samba/cestino/%U
> ; recycle:touch=yes
> ; recycle:maxsize=10000000
> ; recycle:keeptree = yes
> ; recycle:versions = yes
> ; recycle:exclude=*.TMP,*.tmp,*.temp,*.o,*.obj,~$*
If I remove comment from recycle session directive, the acls of folder
and files into share...
2023 Aug 28
1
GlusterFS, move files, Samba ACL...
...inherit permissions = yes
> vfs objects = recycle full_audit glusterfs
Do you have a 'vfs objects' line in global with 'acl_xattr' in it,
because if you have, the line above turns it off.
> glusterfs:volume = gv0
> kernel share modes = no
> recycle:repository = .cestino/%U
> recycle:keeptree = yes
> recycle:versions = yes
> recycle:exclude=*.TMP,*.tmp,*.temp,*.o,*.obj,~$*
> full_audit:prefix = %S|%d|%I|%M|%u
> full_audit:success = mkdir rmdir read pread write pwrite
> rename unlink full_audit:failure = none
>
>
> gluster version 3...
2023 Aug 28
1
GlusterFS, move files, Samba ACL...
...hare is:
[FVG]
comment = Regionale (FVG)
volume = FVG
path = /
browseable = yes
writeable = yes
map acl inherit = yes
store dos attributes = yes
inherit permissions = yes
vfs objects = recycle full_audit glusterfs
glusterfs:volume = gv0
kernel share modes = no
recycle:repository = .cestino/%U
recycle:keeptree = yes
recycle:versions = yes
recycle:exclude=*.TMP,*.tmp,*.temp,*.o,*.obj,~$*
full_audit:prefix = %S|%d|%I|%M|%u
full_audit:success = mkdir rmdir read pread write pwrite rename unlink
full_audit:failure = none
gluster version 3.8.8-1+deb9u1, samba version 4.10.18+dfsg-0....
2018 Apr 27
1
Homes, folder redirection and hide files...
...[Work]
comment = Spazio di Lavoro Utente
path = /srv/work
store dos attributes = Yes
volume = Work
map acl inherit = Yes
read only = No
vfs objects = acl_xattr recycle
recycle:exclude = *.TMP,*.tmp,*.temp,*.o,*.obj,~$*
recycle:versions = yes
recycle:keeptree = yes
recycle:repository = .cestino/%U
[FVG]
comment = Regionale (FVG)
path = /srv/fvg
store dos attributes = Yes
volume = FVG
map acl inherit = Yes
read only = No
vfs objects = recycle
recycle:exclude = *.TMP,*.tmp,*.temp,*.o,*.obj,~$*
recycle:versions = yes
recycle:keeptree = yes
recycle:repository = .cestino/%U
2005 Nov 25
1
Red X and guest user message in logs
...<one username>
force user = <another username>
read only = No
vfs objects = recycle
recycle:exclude = ~$* ~*.doc *~*.tmp *.bak
recycle:touch = yes
recycle:versions = yes
recycle:keeptree = yes
recycle:repository = .cestino
---------------------
--
Ciao,
Marco.
2023 Aug 29
1
GlusterFS, move files, Samba ACL...
...ecycle full_audit glusterfs
volume = FVG
full_audit:failure = none
full_audit:success = mkdir rmdir read pread write pwrite rename unlink
full_audit:prefix = %S|%d|%I|%M|%u
recycle:exclude = *.TMP,*.tmp,*.temp,*.o,*.obj,~$*
recycle:versions = yes
recycle:keeptree = yes
recycle:repository = .cestino/%U
glusterfs:volume = gv0
>> vfs objects = recycle full_audit glusterfs
> Do you have a 'vfs objects' line in global with 'acl_xattr' in it,
> because if you have, the line above turns it off.
No, i don't have it; as just stated, i'm using direct mappin...