search for: file_handle_offset

Displaying 2 results from an estimated 2 matches for "file_handle_offset".

2017 Sep 02
1
Locking down RPC services for a standalone server
...col = SMB2 smb encrypt = required unix extensions = no workgroup = EXAMPLE # Service defaults csc policy = disable directory name cache size = 0 map archive = no store dos attributes = yes strict sync = yes # max open files defaults to kern.maxfilesperproc, but has a hard-coded limit of # 65536 - FILE_HANDLE_OFFSET(4096) - MAX_OPEN_PIPES(2048). max open files = 59392 # Disable NetBIOS disable netbios = yes smb ports = 445 # Disable printing (keep spoolss enabled to avoid warnings on each connection) load printers = no printcap cache time = 0 printcap name = /dev/null # Disable unnecessary RPC services rpc_...
2017 Sep 27
1
Debugging robocopy error 87 - The parameter is incorrect
...protocol = SMB2 unix extensions = no workgroup = WORKGROUP # cache and lock directories are tmpfs cache directory = /var/db/samba4/cache lock directory = /var/db/samba4/lock state directory = /var/db/samba4 # max open files defaults to kern.maxfilesperproc, but has a hard-coded limit of # 65536 - FILE_HANDLE_OFFSET(4096) - MAX_OPEN_PIPES(2048). max open files = 59392 # Service defaults csc policy = disable directory name cache size = 0 hide dot files = no strict sync = yes vfs objects = zfsacl # Permissions (map archive = no is needed for inherit permissions) force unknown acl user = yes inherit permissions...