Displaying 20 results from an estimated 22 matches for "delete_empty_adfil".
Did you mean:
delete_empty_adfiles
2024 Oct 16
1
Optimal File Permissions for Shared Access Between Windows and Linux
...blk0p2 179:2 0 59.4G 0 part /
I also wanted to mention that I'm not familiar with the Apple environment, so I'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...
2024 Oct 16
1
Optimal File Permissions for Shared Access Between Windows and Linux
...yes
> ?? read only = no
> ?? guest ok = no
> ?? create mask = 0660
> ?? directory mask = 0770
> ?? 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
>
> ```
Quite a lot of those parameters are set to the defaul...
2020 May 29
3
Extended attributes not working on mac
...ps://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 binary (also tried different versions) which tells me a unicode issue:
Traceback (...
2019 Dec 26
2
Read-only permissions - incorrect user mapping?
...= 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
> On 26.12.2019, at 20:19, Rowland penny via samba <samba at lists.samba.org> wrote:
>
> On 26/12/2019 18:46, Steven Foucault via samba wrote:
>> I have a problem regarding permissions of a SMB share.
&...
2024 Oct 15
1
Optimal File Permissions for Shared Access Between Windows and Linux
...?? public = no
?? writable = yes
?? browsable = yes
?? read only = no
?? guest ok = no
?? create mask = 0660
?? directory mask = 0770
?? 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-------|,...
2020 Jun 01
1
Extended attributes not working on mac
...tocol = 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 = martin
> fruit:resource = st...
2024 Oct 21
2
Optimal File Permissions for Shared Access Between Windows and Linux
...; |DatabaseShare| and a |NAS| share in the smb.conf? Please let me know
> if I'm missing 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 =...
2024 Oct 24
1
Optimal File Permissions for Shared Access Between Windows and Linux
...Samba configuration.
>
> [global]
> ?? min protocol = SMB3
> ## Browsing/Identification ###
>
> # 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
>
> [Da...
2019 Dec 26
0
Read-only permissions - incorrect user mapping?
...t; min protocol = SMB2
> vfs objects = catia fruit streams_xattr
> fruit:aapl = yes
> fruit:copyfile = yes
> spotlight = yes
> use sendfile = yes
> delete veto files = true
> fruit:wipe_intentionally_left_blank_rfork = yes
> fruit:delete_empty_adfiles = yes
> disable netbios = yes
> dns proxy = no
> smb ports = 445
>
>
>>> ?
>>> [share]
>>> path = /tank
>>> read only = no
>>> create mask = 0600
>>> directory mask = 0700
>>> pub...
2020 May 30
0
Extended attributes not working on mac
...ing 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 = martin
fruit:resource = stream
fruit:metadata = stream
fruit:encoding = native
st...
2024 Mar 18
0
smbd rejects all and any authentication attempts due to a corrupted "gencache.tdb"
...= catia fruit streams_xattr
fruit:model = TimeCapsule
fruit:aapl = yes
log level = 1
workgroup = WORKGROUP
server string = Samba Server
map to guest = Bad User
min protocol=SMB2
server string=Home Library
fruit:model=RackMac
fruit:metadata=stream
fruit:wipe_intentionally_left_blank_rfork=yes
fruit:delete_empty_adfiles=yes
disable netbios=yes
[Movies]
path=/shares/Movies
create mask=0644
directory mask=0755
writable=yes
browseable=yes
public=yes
force user=guest
2020 Apr 07
1
issues with Time Machine - did macOS change how they handle things?
...t: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 mode Samba will operate. Possible
# values are "standalone server", "member server", "classic primary
# domain controller", "classic backup domain controller", "active
# directory...
2019 Dec 25
1
Duplicate entry in macOS "Network" when using Samba 4.9.1 and avahi 0.7
...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 --------------
2020 Feb 18
0
vfs fruit disk_free fails on tmsize overflow with macOS Time Machine
...hese 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 checked the 4.10.0, 4.11.0 and 4.11.x-.6 release notes but can find no issues that...
2023 Jul 28
1
check_account: Failed to find local account with UID" issue / The university of Chicago
...log file = /var/log/samba/log.%m
max log size = 50
netbios name = DMCIFS
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 confi...
2023 Mar 02
1
fruit:copyfile not working as expected
Hello Mike,
I know from my customers that moving files under macOS Ventura on a SMB share is a mess and completely broken by Apple (e. g. moved files cannot be opened until you reconnect). Unfortunately I do not have a ZFS-backed machine to test against available right now to confirm the behaviour. Is your order of "vfs objects? correct?
Regards, Alexander
> On Thursday, Mar 02, 2023 at
2020 Oct 20
0
File copy with macOS Finder leaves random files grayed out using vfs_fruit
...tadata = stream #original config
# fruit:resource = stream #original config
fruit:metadata = netatalk
fruit:resource = xattr
fruit:model = Xserve
fruit:posix_rename = yes
fruit:zero_file_id = yes
fruit:veto_appledouble = no
fruit:wipe_intentionally_left_blank_rfork = yes
fruit:delete_empty_adfiles = yes
#disable printing
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
#performance tuning
socket options = TCP_NODELAY
aio read size = 1
aio write size = 1
min receivefile size = 16384
use sendfile = true
max xmit = 65535
log level =...
2023 Mar 17
1
Samba Issue for Mac
...log size = 50
>
> netbios name = DMCIFS
>
> realm = AD.UCHICAGO.EDU
>
> security = ADS
>
> server min protocol = SMB3_02
>
> server string = Samba Server Version %v
>
> 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
>...
2019 Dec 26
2
Read-only permissions - incorrect user mapping?
I have a problem regarding permissions of a SMB share.
I created a share for my user ?steven? which has correct unix permissions (I have read/write access to this folder when I log in to the server via ?steven?)
drwxr-xr-x steven root share
When I export this share with no ?force user? entry in smb.conf I can access the share only read only.
When I use ?force user = steven? it?s the same.
2024 Feb 12
1
Samba, Kerberos, Autofs: Shares get disconnected
...1000
max xmit = 65535
netbios name = TANK
panic action = /usr/share/samba/panic-action %d
printcap name = /dev/null
realm = <redacted>
security = ADS
template homedir = /home/%U
template shell = /bin/bash
winbind refresh tickets = Yes
winbind use default domain = Yes
workgroup = CAMPUS
fruit:delete_empty_adfiles = yes
fruit:wipe_intentionally_left_blank_rfork = yes
fruit:zero_file_id = yes
fruit:posix_rename = yes
fruit:veto_appledouble = no
fruit:model = MacSamba
fruit:metadata = stream
shadow:delimiter = -20
shadow:snapprefix =
^zfs-auto-snap_\(frequent\)\{0,1\}\(hourly\)\{0,1\}\(daily\)\{0,1\}\(monthl...