Displaying 20 results from an estimated 68 matches for "touch_mtime".
2011 Jul 27
1
VFS Objects Recycle questions
...ycle vfs object on our server.
On my test server, I have all of the shares on a single drive and have put
the following into each share:
vfs_objects = recycle
recycle:repository = [Actual Path and Partition that the share is located]
recycle:directory_mode = 770
recycle:keeptree = Yes
recycle:touch_mtime = Yes
recycle:versions = Yes
It works like a charm. All of the files when deleted from each share are
dumped into the RecycleBin share, I have created a new share just for the
RecycleBin that I have also mounted that I can perform a final delete on the
files located within.
On the live server,...
2017 Jun 07
2
Domain Logout, then domain login again, profile corrupt -> replaced by TEMP profile
Hi
I have had this problem for a while, but waited to post this until I upgraded to see whether the upgrade would fix it.
I upgraded samba to the 4.2.X stream from 3.6.X stream, but it happens on both, 3.6.X and 4.2.10.
Whenever someone logs out, then in again the profile gets corrupted and a new TEMP profile is created (the dreadful "creating new desktop"). Now I do not know where
2017 Jun 07
0
Domain Logout, then domain login again, profile corrupt -> replaced by TEMP profile
...read only = no
create mask = 0600
directory mask = 0700
profile acls = yes
csc policy = disable
vfs object = recycle
recycle:repository = ../recycler/%U/%S
recycle:keeptree = yes
recycle:versions = no
recycle:touch_mtime = yes
recycle:maxsize = 104857600
# The next option is a workaround for windows7/10 with SSD
# Windows? does not tend to ensure that all locks for the user
profile (ntuser.dat and ntuser.ini) are broken on a fast shut down.
# Another method is to install a delay for...
2014 Feb 19
2
Samba4: Strange Behaveiour On Home share with 2 DC replicating /vfs glusterfs
...ster node1
vfs objects= recycle, glusterfs
recycle:repository= /%P/%U/.Papierkorb
glusterfs:volume= sambacluster
glusterfs:volfile_server = 172.17.1.1
recycle:exclude = *.tmp,*.temp,*.log,*.ldb,*.TMP,?~$*,~$*
recycle:keeptree = Yes
recycle:exclude_dir = .Papierkorb,tmp,temp,profile,.profile
recycle:touch_mtime = yes
recycle:versions = Yes
msdfs root=yes
path=/ads/home
read only=no
posix locking =NO
kernel share modes = No
[root at s4master home]# getfacl testneu
# file: testneu
# owner: root
# group: users
user::rwx
user:root:rwx
user:3000000:rwx
user:TPLK\134testneu:rwx
group::---
group:users:---
gr...
2017 Sep 07
2
Samba Recycle Age limit.
Carlos A. P. Cunha via samba wrote:
> For me, is "magic line"
>
> find $DEST -depth -mtime +$DAYS -print -delete
----
I'm guessing you probably want 'ctime' there.
If you use mtime, then it will be deleted "ndays" after
the last modification date on the file -- NOT the time the file
was moved into the recycle bin.
If you use ctime - that
2006 Mar 08
0
recycle vfs module doesn't touch modification time
I have this in smb.conf:
vfs objects = recycle
recycle:repository = .recycle/%U
recycle:keeptree = yes
recycle:touch_mtime = yes
Files get moved to each user's subfolder inside .recycle, and the directory
tree where the deleted file lied gets created, but the modification time of
the file is preserved. I'm trying that they have the date where they were
deleted so that I can delete from the recycle folder files...
2006 Sep 27
1
Big bug with vfs recycle causing bugs and frequent "Delayed write failure"
...ts lock file.So i tried veto oplocks = *.lock but still doesn't run.
Removing all recycle options in the smb.conf fix the problem.
Here is my smb.conf recycle params :
#vfs object = recycle
#recycle:repository = ../../../recycle/%U
#recycle:versions=yes
#recycle:touch_mtime = true
#recycle:maxsize= 40000000
#recycle:exclude= cookies.* ~$* quotas bookmarks*
prefs.js.moztmp XUL.mfl lmos.dat OWNER.LOK
cheers,
Eric PEYREMORTE
2016 Feb 09
2
WG: After Upgrade to Samba-4.3.4
What I have done bevor updating to 4.3.4 and it was working until then.
I userd the map unix tab in ADUC and gave uid and gid to all users /groups but administrator.
This worked until the update. Now the dcs mix up only!!! group ids with computer ids (security tab)
root at s4slave exim]# getent group personal
TPLK\personal:x:3000044:
root at s4slave exim]# getent group reserve09$
2015 Mar 17
1
Recycle Bin On Share
...ave working with 4.1.17
>
> vfs objects = recycle
> recycle:versions = Yes
> recycle:noversions = *.doc|*.xls|*.ppt|*.dat|*.ini|*.pdf
> recycle:exclude_dir = /tmp|/temp|/cache
> recycle:exclude = *.tmp|*.TMP|*.temp|*.o|*.obj|~$*|*.~??|index*.*
> recycle:maxsize = 0
> recycle:touch_mtime = Yes
> recycle:touch = Yes
> recycle:keeptree = Yes
> recycle:repository = .recycle/%U
>
> Rowland
--
-James
2014 May 11
2
Samba4 bug - "mount error(5): Input/output error"
...ams_xattr
nfs4:mode = special
nfs4:acedup = merge
nfs4:chown = yes
zfsacl:acesort = dontcare
recycle:repository = /mnt/vMachines/.Trashes
recycle:directory_mode = 0777
recycle:keeptree = Yes
recycle:versions = Yes
recycle:touch = Yes
recycle:touch_mtime = No
recycle:exclude = ?~$*,~$*,._*,.smbdelete*
[...]
EOF
chmod 0644 /usr/local/etc/smb4.conf
chown root:wheel /usr/local/etc/smb4.conf
Kind regards,
Leander
2018 Jan 16
2
SSH with User in Member Domain
...recycle,full_audit,acl_xattr
recycle:keeptree = yes
recycle:versions = yes
recycle:repository = /opt/DADOS/Lixeira/%U
recycle:exclude = *.tmp, *.log, *.obj, ~*.*, *.bak, *.iso, *.exe
recycle:exclude_dir = tmp
recycle:touch = yes
recycle:touch_mtime = yes
full_audit:failure = none
full_audit:facility = local5
full_audit:priority = notice
full_audit:prefix = %u|%I|%S
full_audit:success = rename rmdir unlink
# include
include = /opt/samba/etc/compartilhamento.conf
ls -l /lib/x86_64-linux-gnu/libnss...
2015 Mar 17
2
Recycle Bin On Share
Hello,
Is this the preferred method for adding a recycle bin to a share?
Share is located on a Samba 4.1.17 member server. Thanks.
/|[share]|/
path = /data/share <https://www.samba.org/samba/docs/man/manpages/smb.conf.5.html#PATH>
vfs objects = recycle <https://www.samba.org/samba/docs/man/manpages/smb.conf.5.html#VFSOBJECTS>
recycle:repository = .recycle
2018 Jan 15
2
Failed to enumerate objects in the container. Access is denied
...objects = recycle,full_audit
recycle:keeptree = yes
recycle:versions = yes
recycle:repository = /opt/DADOS/Lixeira/%U
recycle:exclude = *.tmp, *.log, *.obj, ~*.*, *.bak, *.iso, *.exe
recycle:exclude_dir = tmp
recycle:touch = yes
recycle:touch_mtime = yes
full_audit:failure = none
full_audit:facility = local5
full_audit:priority = notice
full_audit:prefix = %u|%I|%S
full_audit:success = rename rmdir unlink
# include
include = /opt/samba/etc/compartilhamento.conf
# compartilhamento.conf
[TEC]
...
2017 Apr 25
2
wbinfo -S SID deliver -1
...full_audit:priority = notice
# Log auf Datei löschen
recycle:repository = /srv/export/samba/recycle
recycle:subdir_mode = 0770
recycle:directory_mode = 0770
recycle:keeptree = Yes
recycle:versions = Yes
recycle:touch = Yes
recycle:touch_mtime = Yes
recycle:maxsize = 0
syslog = yes
#idmap config *:backend = tdb
#idmap config *:range = 85000-86000
idmap config XDNT : backend = ad
idmap config XDNT : schema_mode = rfc2307
idmap config XDNT : range = 3000000-4000000
idmap config XDNT...
2010 Dec 23
1
Lock problem with 2 files opened in the same folder
...No
veto oplock files =
/*.pdf/*.PST/*.pst/*.doc/*.xls/*.docx/*.mdb/*.MDB/*.dbf/*.DBF/*.ppt/*.xlsx/
vfs objects=recycle
recycle:exclude= *.tmp,*.temp,*.log,*.ldb,*.TMP,?~$*,~$*
recycle:keeptree=Yes
recycle:exclude_dir=tmp,temp,profile,.profile
recycle:touch_mtime=yes
recycle:versions=Yes
Somebody told me that the problem is oplocks and I disabled it. But
don't works for me. Can you please help me?
Rafael Gomes
Consultor em TI
LPIC-1 MCSO
(71) 8318-0284
IV Encontro Nordestino de Software Livre & IV Encontro Potiguar de
Software Livre
http:...
2014 Oct 18
1
Office Words 2013 Crash from time to time
...,/etc,/lib,/lost+found,/initrd
store dos attributes = Yes
vfs object = recycle acl_xattr fileid
#ocfs2 ctdb
fileid:mapping = fsid
#extd_audit
recycle:keeptree = yes
recycle:versions = yes
recycle:repository = .recycle
recycle:touch_mtime = yes
recycle:exclude = *.tmp, *.bak
recycle:exclude_dir = .recycle
[homes]
comment = %U, %u Home Directories
valid users = %S
read only = No
hide files =
/desktop.ini/outlook*.lnk/*Briefcase*/ntuser.ini/NTUSER.*/
veto files = /.ssh/Maildir/...
2018 Mar 12
2
NT_STATUS_ACCESS_DENIED listing \* on Samba AD - out of the blue
I have a Samba AD running Samba 4.7.5. Everything was working fine,
when, seemingly out of the blue, the users started to be denied access
to all shares. If I try from a Windows 7 or Windows 10 machine, logged
in as a user in "Domain Uses", I get:
"Windows cannot access \\server-name\share_name. You do not have
permission to access \\server-name\share_name"
If I use
2007 Nov 20
2
No longer able to browse windows share via Nautilus
I used to be able to browse the windows shares on the network through
Nautilus. I can see them as computers, but when I click on them, it
fails. (I'm on Ubuntu 6 LTS, AMD64)
About 3 months ago, this failed. But, the windows boxes can all still
access my shares on my Linux box.
I was going through the trouble shooting, and found this out, but I'm
not sure what to do next.
I am
2019 Feb 19
2
samba 4.8x problem
...eto files = /*.encrypted/*.ecc/*.ccc/
> vfs objects = dfs_samba4 full_audit recycle
> recycle:mode = KEEP_DIRECTORIES|VERSION|TOUCH
> recycle:noversions = *.tmp|*.temp|*.dat|*.ini
> recycle:exclude =
> *.tmp|*.temp|*.o|*.obj|~$*|*.??|*.log|*.trace|*.TMP|*.ASV|*.$$$|*.asv
> recycle:touch_mtime = yes
> recycle:touch = Yes
> recycle:keeptree = Yes
> recycle:versions = Yes
> recycle:subdir_mode = 0700
> recycle:directory_mode = 0770
> recycle:maxsize = 0
> recycle:minsize = 0
> recycle:repository = .recycle
>
>
> [profiles]
> browseable = No
> commen...
2019 Jul 16
2
samba 4.8 client and 4.9 AD DC: Reducing LDAP page size from 1000 to 500 due to IO_TIMEOUT
...full_audit:prefix = %u|%I|%M|%S
full_audit:failure = connect
full_audit:success = mkdir rmdir write rename pwrite unlink
full_audit:priority = NOTICE
recycle:repository = .recycle
recycle:keeptree = yes
recycle:versions = yes
recycle:touch_mtime = yes
recycle:exclude = *.tmp, *.TMP
recycle:exclude_dir = .recycle
recycle:maxsize = 1073741824
smb.conf for DC:
[global]
netbios name = DC1
realm = MY.REALM
workgroup = MYDOMAIN
server role = active directory domain controller
idma...