similar to: str[fp]time - what is this and can I add padding? smb.conf

Displaying 20 results from an estimated 10000 matches similar to: "str[fp]time - what is this and can I add padding? smb.conf"

2014 Jun 03
2
shadow_copy2 writable?
Hi, Can anyone reassure that files & folders made available to windows via vfs shadow_copy2 cannot be modified in any way? My NAS backups are stored on an iscsi target formatted with ext4 & I'm concerned that they could be tampered with by a virus such as Cryptolocker. Thanks
2009 Nov 18
3
Samba 3.4.2 with Solaris ZFS Snaphots
Hi, I'm trying to make samba working with Solaris ZFS Snaphots. Solaris 10 is running on a x64/X86 box which is both Samba (3.4.2) server and Zfs server. I created home/delaye filesystem with home zfs pool. # zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT home 1.98G 2.60M 1.98G 0% ONLINE - home/delaye 2.47M 1.95G 1.66M /home/delaye
2014 Mar 28
1
shadow_copy2 not working
Hi folks, I've been trying to get shadow copy / previous versions working under sernet-samba-ad-4.1.6-7.el6.x86_64. I cannot see where I am going wrong. I have: [global] workgroup = COMPANY realm = COMPANY.LOCAL netbios name = DC server role = active directory domain controller server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbind,
2014 Mar 12
2
zfs permissions
Hello, I'm using Samba Version 4.0.15-SerNet-RedHat-7.el6 (AD DC) and zfs-0.6.2-1.el6.x86_64. I cannot change permissions on files from either Windows ('Access Denied') or the samba-tool on shares from local zfs mounts: # samba-tool ntacl set 'O:LAG:S-1-22-2-0D:PAI(A;OICI;0x001301bf;;;WD)' CompanyName/ Company/ fset_nt_acl_no_snum: fset_nt_acl returned
2008 Apr 05
1
ZFS shadow copy patches
I was wondering if there was any news on the patches proposed by Ed Plese last year regarding updates for shadow copies to be better compatible with Solaris ZFS: http://lists.samba.org/archive/samba-technical/2007-February/051510.html Reviewing the release notes for the upcoming 3.2 release: http://us3.samba.org/samba/ftp/pre/WHATSNEW-3-2-0pre2.txt I don't see any mention of changes to
2020 Oct 05
2
VFS shadowcopy2 with FeeBSD & ZFS
Hi, I have a FreeBSD 12.1 system with Samba 4.11.8 using ZFS and I want to get shadow copies working, however the clients (Windows 10) don't show anything in the 'previous versions' tab. I think it's doing something as it say 'working' for a short amount of time. Also if I crank up vfs debugging to 10 I get: [2020/10/05 16:50:03.879093, 10, pid=50572, effective(0, 0),
2016 Oct 30
4
Auto Create Home - shadow_copy2 and root preexec
Hi, I make use of shadow_copy2 and root preexec. The vfs root preexec is responsible to auto create home directories which initially don't exist. The script behind it is well tested and works perfectly. Unfortunaltely shadow_copy2 seems to be called before root preexec and fails due to the missing ZFS home share which causes the session to fail completely before root preexec even has a
2024 Jun 12
1
Apparent conflict between shadow_copy and virusfilter modules
Hello I'm having a problem using the virusfilter and shadow_copy2 modules which, unless I'm mistaken, seems like a conflict between these modules. If I use the virusfilter, acl_xattr, recycle, shadow_copy2 and full_audit modules together, everything works perfectly, if I use the NOTHING, RENAME or DELETE actions of the virusfilter module. If I choose to use the QUARANTINE action for the
2020 May 18
1
Shadow Copy2 & zfs Snapshots
Hi there I'm having some troubles with Shadow Copy2 & zfs Snapshots. I have hourly and daily snapshots. If I use the following settings it works (but omits daily snapshots): vfs objects = shadow_copy2 shadow:snapdir = .zfs/snapshot shadow:sort = desc shadow:localtime = yes shadow:format = easysnap-hourly_%Y-%m-%d-%H-%M-UTC However when I try to use the BRE with the prefix,
2017 Jan 03
2
shadow_copy and glusterfs not working
Hello, we are trying to configure a CTDB-Cluster with Glusterfs. We are using Samba 4.5 together with gluster 3.9. We set up a lvm2 thin-provisioned volume to use gluster-snapshots. Then we configured the first share without using shadow_copy2 and everything was working fine. Then we added the shadow_copy2 parameters, when we did a "smbclient" we got the following message: root at
2018 Feb 23
4
Shadow Copy 2 not read only
Hi! Setup: Samba version 4.5.12-Debian. smb.conf: [global] security = USER server role = standalone server log file = /var/log/samba/log.%m log level = 3 max log size = 1000 panic action = /usr/share/samba/panic-action %d map to guest = Bad User passdb backend = tdbsam username map = /etc/samba/usersgroups.map usershare path = disable spoolss = Yes load printers = No printcap name = /dev/null
2016 Feb 17
2
Can one set the owner of a folder to BUILTIN\Administrators?
On 2/17/2016 5:00 AM, Rowland penny wrote: > On 17/02/16 00:03, Ian wrote: >> I've recently attempted to migrate some windows server files over to >> samba 4 hosted on a FreeNAS server. >> >> Using robocopy with the /copyall switch, I expected everything, >> including ACL's and ownership information to transfer over. For the >> most part they have.
2019 Sep 01
3
vfs_shadow_copy2 not working
Hi Jeremy, Here's the log with log level 10: https://pastebin.com/0EAuz2B8 The location of the shared folder: /pool/shadowtest The location of the snapshots: /pool/shadowtest/.zfs/snapshot Here are how snapshots are named: autosnap_2019-09-01_13:29:01_daily autosnap_2019-09-01_13:29:01_hourly autosnap_2019-09-01_13:44:09_frequently And this is currently in my smb.conf file: [shadowtest]
2017 Apr 28
6
Problems with the Full Audit module
> Is the 'vfs objects' line in the [global] section ? if so, try moving > it to the shares, there have been reports that adding 'vfs objects' to > [global] causes problems. > Rowland Dear Rowland This host is a Samba 4.6.2 domain member server. In the Global session of smb.conf, I have this line: Vfs objects = acl_xattr On Sharing: Vfs objects = recycle,
2017 Apr 19
3
Modules Shadow Copy and Full Audit
On Mon, 2017-04-03 at 13:36 +0000, Ricardo Pardim Claus via samba wrote: > Gentlemen,  > > Can anyone tell me if the modules below are working normally in versions later than 4.4.5? > > Shadow Copy service What problems were you facing with shadow_copy2 module in later versions? >   > full_audit > I'm in version 4.4.5. However, when I had to use these modules, they
2020 Jul 23
2
vfs_shadow_copy2: permission denied - SMB_VFS_NEXT_OPENDIR() failed for '/snapshots'
Hello. I am trying to get the windows "previous versions" / shadow copies to work with our setup (samba+winbind over objectivefs). I have setup a test where I manually mounted two objectivefs snapshots in the /snapshots/ directory. Objectivefs filesystem is mounted on /ofs. When I try and look at the "previous version" in windows I get the error "there are no previous
2016 Oct 24
4
Fix sharing ACL
Gentlemen, I am struggling to solve this problem. My file server Samba 4.4.5. Even the administrator user (domain admin) could not write to the share. Could someone give me a hint, in order to solve this problem? shared folder: /mnt/data Folder permissions: # getfacl /mnt/data/teste/ getfacl: Removing leading '/' from absolute path names # file: mnt/data/teste/ # owner: ricardo
2016 Jan 01
3
Fix for CVE-2015-5299 denies access to ZFS snapshots due to overly strict condition checking
OS platform: FreeBSD 10.1-RELEASE-p25 Filesystem: ZFS Samba version: upgraded from 4.1.17 to 4.1.22 Problem: I have been using the shadow_copy2 and zfsacl VFS modules to enable access control and the Previous Versions feature for Windows clients. With /usr/local/etc/smb4.conf configured this way (excerpt): vfs objects = shadow_copy2 zfsacl shadow:snapdir = .zfs/snapshot
2019 Feb 12
1
Sama + Windows Shadow Copies
Hello, i installed zfs-auto-snapshot with Samba/Windows Shadow Copy. If the share contains "path = /srv/userdata/" it runs for me. But if I use "path = /srv/userdata/%U" I get no "Previous Versions" on my Win10 Client. I think the problem is the variable "shadow: snapdir = .zfs/snapshot". I tried with "shadow: snapdir = ../.zfs/snapshot" and
2019 Sep 02
2
vfs_shadow_copy2 not working
On Sun, Sep 1, 2019 at 3:24 PM douxevip via samba <samba at lists.samba.org> wrote: > > The location of the shared folder: /pool/shadowtest > > The location of the snapshots: /pool/shadowtest/.zfs/snapshot > > Here are how snapshots are named: > > > > autosnap_2019-09-01_13:29:01_daily > > autosnap_2019-09-01_13:29:01_hourly > >