search for: veto_appledouble

Displaying 20 results from an estimated 40 matches for "veto_appledouble".

2024 Oct 16
1
Optimal File Permissions for Shared Access Between Windows and Linux
...;m unsure if the following settings are necessary for my wife to read and write in|/mnt/shared/partage_de_fichiers|: easupport =yes vfsobjects = catia fruit streams_xattr fruit:delete_empty_adfiles =yes fruit:metadata = stream fruit:model = MacSamba fruit:nfs_aces =no fruit:posix_rename =yes fruit:veto_appledouble =no fruit:wipe_intentionally_left_blank_rfork =yes I appreciate your help in resolving this issue! Best regards, Jonathan Le 10/16/2024 ? 12:51 PM, Rowland Penny via samba a ?crit?: > On Tue, 15 Oct 2024 21:58:40 +0200 > Jonathan Szalavecz via samba<samba at lists.samba.org> wrote:...
2024 Oct 16
1
Optimal File Permissions for Shared Access Between Windows and Linux
...ode = 0660 > ?? min protocol = SMB2 > ?? ea support = yes > ?? vfs objects = catia fruit streams_xattr > ?? fruit:delete_empty_adfiles = yes > ?? fruit:metadata = stream > ?? fruit:model = MacSamba > ?? fruit:nfs_aces = no > ?? fruit:posix_rename = yes > ?? fruit:veto_appledouble = no > ?? fruit:wipe_intentionally_left_blank_rfork = yes > > ``` Quite a lot of those parameters are set to the defaults and others should be in 'global'. > > > Despite these settings, files copied from Windows are created with > permissions |rw-------|, which r...
2020 May 29
3
Extended attributes not working on mac
...i have no glue at all. The current config is basically the example from https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X: [Global] min protocol = SMB2 vfs objects = catia fruit streams_xattr fruit:metadata = stream fruit:model = MacSamba fruit:posix_rename = yes fruit:veto_appledouble = no fruit:wipe_intentionally_left_blank_rfork = yes fruit:delete_empty_adfiles = yes [Buchhaltung] vfs objects = catia fruit streams_xattr path = /home/buchhaltung read only = No valid users = martin --------------------------------------------------------- Maybe it is related to the xattr bina...
2024 Oct 15
1
Optimal File Permissions for Shared Access Between Windows and Linux
...force group = sharedaccess ?? force create mode = 0660 ?? min protocol = SMB2 ?? ea support = yes ?? vfs objects = catia fruit streams_xattr ?? fruit:delete_empty_adfiles = yes ?? fruit:metadata = stream ?? fruit:model = MacSamba ?? fruit:nfs_aces = no ?? fruit:posix_rename = yes ?? fruit:veto_appledouble = no ?? fruit:wipe_intentionally_left_blank_rfork = yes ``` Despite these settings, files copied from Windows are created with permissions |rw-------|, which restricts access to only the file owner. I have a |umask| set to |0002| in my shell, but I am struggling to find the right settings to...
2015 Jul 31
1
vfs fruit unable to create xattr and ACL from OS X 10.10.4
...ected, afair the client doesn't support modifyint ACLs on an smb > mount. Have you verified this works against an Apple SMB server? I didn’t know that. I confirm client can’t do this with Apple SMB server either. Thank you for info. >> fruit:nfs_aces = yes >> fruit:veto_appledouble = yes > > fwiw, I'd remove anything that is the default. Are there any possible problems with this approach apart from convention/cleaner config? Our Samba admin prefers it this way. > man setfattr admin-apple # touch test.txt admin-apple # setfattr -n user.test -v test test.txt ad...
2020 Jun 01
1
Extended attributes not working on mac
...but is not reading it. > > new configuration: > > [Global] > min protocol = SMB2 > vfs objects = catia fruit streams_xattr > fruit:metadata = stream > fruit:resource = stream > fruit:encoding = native > fruit:model = MacSamba > fruit:posix_rename = yes > fruit:veto_appledouble = no > fruit:wipe_intentionally_left_blank_rfork = yes > fruit:delete_empty_adfiles = yes > streams_xattr:prefix = > streams_xattr:store_stream_type = no > dos charset = CP932 > log level = 3 vfs:5 > > [Buchhaltung] > vfs objects = catia fruit streams_xattr > path =...
2019 Nov 02
0
Subject=Re: Mac Clients Disconnect with: source3/smbd/service.c:1050(close_cnum) closed connection to service data
...v2 auth = yes log file = /var/log/samba/samba.log log level = 2 ;obey pam restrictions = yes inherit permissions = yes client ipc signing = auto ;wins support = yes ea support = yes vfs objects = catia fruit streams_xattr fruit:metadata = stream delete veto files = true fruit:model = MacSamba fruit:veto_appledouble = yes fruit:posix_rename = yes fruit:zero_file_id = yes fruit:resource = xattr [homes] available = yes comment = Home directories read only = No browseable = No [data] available = yes comment = Main data store for all users path = /data valid users = +DEPT\groupa force group = +DEPT\groupa writab...
2024 Oct 21
2
Optimal File Permissions for Shared Access Between Windows and Linux
...issing something. > > Best regards, > > Jonathan > Sorry about that, I missed that out, try this one: [global] ?? workgroup = WORKGROUP ?? vfs objects = catia fruit streams_xattr ?? fruit:delete_empty_adfiles = yes ?? fruit:metadata = stream ?? fruit:nfs_aces = no ?? fruit:veto_appledouble = no ?? fruit:wipe_intentionally_left_blank_rfork = yes [NAS] ?? comment = RaspberryPi ?? path = /mnt/shared ?? read only = no ?? create mask = 0600 ?? directory mask = 0700 [DatabaseShare] ?? comment = Database File Share ?? path = /mnt/shared/partage_de_fichiers ?? read only = no ?? c...
2025 May 13
1
Macs deleting files off RHEL8 server
...rver role: ROLE_STANDALONE # Global parameters [global] log file = /var/log/samba/%I-%a.%U.%m.%S.-%v.log printcap name = cups security = USER workgroup = SAMBA fruit:copyfile = yes fruit:delete_empty_adfiles = yes fruit:wipe_intentionally_left_blank_rfork = yes fruit:nfs_aces = no fruit:veto_appledouble = no fruit:posix_rename = yes fruit:model = MacSamba fruit:metadata = stream idmap config * : backend = tdb cups options = raw locking = No mangled names = no vfs objects = fruit streams_xattr [X5] create mask = 02777 directory mask = 0777 force create mode = 0777 force directory mod...
2024 Oct 24
1
Optimal File Permissions for Shared Access Between Windows and Linux
...### > > # Change this to the workgroup/NT-domain name your Samba server will > part of > ?? workgroup = WORKGROUP > ?? vfs objects = catia fruit streams_xattr acl_xattr > ?? fruit:delete_empty_adfiles = yes > ?? fruit:metadata = stream > ?? fruit:nfs_aces = no > ?? fruit:veto_appledouble = no > ?? fruit:wipe_intentionally_left_blank_rfork = yes > ?? map acl inherit = Yes > > [NAS] > ?? comment = RaspberryPi > ?? path = /mnt/shared > ?? read only = no > > [DatabaseShare] > ?? comment = Database File Share > ?? path = /mnt/shared/partage_de_fichiers &...
2015 Jul 28
2
vfs fruit unable to create xattr and ACL from OS X 10.10.4
...:resource = file fruit:metadata = netatalk fruit:locking = none fruit:encoding = private fruit:aapl = yes readdir_attr:aapl_rsize = true readdir_attr:aapl_finder_info = true readdir_attr:aapl_max_access = true fruit:nfs_aces = yes fruit:veto_appledouble = yes Problem -> OS X clients are unable to create new extended attributes (and ACLs) with exception of ResourceFork and FinderInfo which are handled directly by vfs_fruit and saved to internal AppleDouble file. When I try to create new custom extended attribute with xattr -w com.xattr.example...
2025 May 12
1
Macs deleting files off RHEL8 server.
.../var/log/extd_audit.log workgroup = SAMBA security = user passdb backend = tdbsam# vfs objects = catia fruit streams_xattr # fruit:aapl = yes # fruit:nfs_aces = no # fruit:resource = file vfs objects = fruit streams_xattr fruit:metadata = stream fruit:model = MacSamba fruit:posix_rename = yes fruit:veto_appledouble = no fruit:nfs_aces = no fruit:wipe_intentionally_left_blank_rfork = yes fruit:delete_empty_adfiles = yes fruit:copyfile = yes #192.168.6.41-Vista.colourqc.macbook-pro.%S.-4.19.4.log log file = /var/log/samba/%I-%a.%U.%m.%S.-%v.log mangled names = no locking = no printing = cups printcap name =...
2020 Jun 05
3
It seems to have bug for @group to set in valid or invalid conf
...ree = yes recycle:versions = yes recycle:exclude_dir = .streams recycle:minsize = 1 vfs objects = shadow_copy2 catia fruit streams_xattr streams_depot aio_pthread recycle shadow: format = %Y%m%d-%H%M%S shadow: sort = desc shadow: snapdir = .snapshot shadow: localtime = yes fruit:nfs_aces = no fruit:veto_appledouble = no aio read size = 65536 aio write size = 1 aio_pthread:aio num threads = 1024 smb encrypt = disabled (global.conf) [global] deadtime = 1 guest account = guest map to guest = Never log file = /home/samba/log/ max log size = 500000 load printers = no printcap name = /dev/null printing = bsd dns pr...
2020 Feb 17
0
fruit:resource=stream on ZFS safety?
...ttr tank/home_cwseys NAME PROPERTY VALUE SOURCE tank/home_cwseys xattr sa local Relevant smb.conf # global fruit:nfs_aces = no [share] inherit acls = Yes inherit permissions = Yes path = /srv/smb vfs objects = full_audit catia fruit streams_xattr fruit:veto_appledouble = no fruit:resource = stream fruit:metadata = stream fruit:encoding = native Let me know your thoughts b/c I'd rather not use something marked 'experimental' ! Thanks! Chad.
2020 May 30
0
Extended attributes not working on mac
...etatalk compliant way in the extended attributes of the file but is not reading it. new configuration: [Global] min protocol = SMB2 vfs objects = catia fruit streams_xattr fruit:metadata = stream fruit:resource = stream fruit:encoding = native fruit:model = MacSamba fruit:posix_rename = yes fruit:veto_appledouble = no fruit:wipe_intentionally_left_blank_rfork = yes fruit:delete_empty_adfiles = yes streams_xattr:prefix = streams_xattr:store_stream_type = no dos charset = CP932 log level = 3 vfs:5 [Buchhaltung] vfs objects = catia fruit streams_xattr path = /home/buchhaltung read only = No valid users = mar...
2020 Apr 07
1
issues with Time Machine - did macOS change how they handle things?
...hes: mail the admin a backtrace panic action = /usr/share/samba/panic-action %d ###MacOS compatability stuff guest account = smbguest min protocol = SMB2 map acl inherit = yes vfs objects = catia fruit streams_xattr fruit:metadata = netatalk fruit:model = MacSamba fruit:posix_rename = yes fruit:veto_appledouble = yes durable handles = yes kernel oplocks = no kernel share modes =no posix locking = no smb2 leases = yes #Turned off for testing compatability #fruit:wipe_intentionally_left_blank_rfork = yes #fruit:delete_empty_adfiles = yes ####### Authentication ####### # Server role. Defines in which...
2019 Dec 25
1
Duplicate entry in macOS "Network" when using Samba 4.9.1 and avahi 0.7
...ile fruit:locking = none fruit:encoding = private unix extensions = yes spotlight = yes smb2 leases = yes aio read size = 1 aio write size = 1 kernel oplocks = no use sendfile = yes strict sync = yes sync always = no delete veto files = true fruit:veto_appledouble = yes fruit:posix_rename = yes fruit:zero_file_id = yes fruit:wipe_intentionally_left_blank_rfork = yes fruit:delete_empty_adfiles = yes disable netbios = yes dns proxy = no smb ports = 445 -------------- next part --------------
2018 Jun 18
0
Connection problem due to tdb_lock failed
...in several customers machines with the same AD > environment. They would not like to restart their Samba servers in > their machines. Is there any other info we can gather? Thank you. > > smb.conf: > > [global] > netbios name = R-CGW-01 > fruit:nfs_aces = no > fruit:veto_appledouble = no > server string = > encrypt passwords = yes > ntlm auth = yes > server signing = disabled > log level = 1 > logging = file > debug pid = yes > read only = no > guest account = nobody > deadtime = 10 > enable core files = no > max smbd processes =...
2020 Feb 18
0
vfs fruit disk_free fails on tmsize overflow with macOS Time Machine
...client renamed itself to ClientName (53169). In my case there are 32,547 of these files in the folder - each 8,388,608 bytes in size with a hex serial name (from 0 to 808f - skipping a few on the way) totalling 264,730,800 bytes. So I have tried adding: [Global] fruit:posix_rename = yes fruit:veto_appledouble = no fruit:wipe_intentionally_left_blank_rfork = yes fruit:delete_empty_adfiles = yes min protocol = SMB2 and wiping the previous backup. The first backup works fine, again, and the same issue occurs afterwards. I realise that the latest version my distro offers is 11 months old, but I have che...
2023 Jul 28
1
check_account: Failed to find local account with UID" issue / The university of Chicago
...realm = AD.UCHICAGO.EDU security = ADS server min protocol = SMB3_02 server string = Samba Server Version %v winbind cache time = 1 workgroup = AD fruit:delete_empty_adfiles = yes fruit:wipe_intentionally_left_blank_rfork = yes fruit:veto_appledouble = no fruit:posix_rename = yes fruit:model = MacSamba fruit:metadata = stream fileid:algorithm = fsname idmap config ad : range = 1401-2147483647 idmap config ad : backend = sss idmap config * : range = 2147483648-3000000000 idmap confi...