Displaying 20 results from an estimated 30000 matches similar to: "macOS performance issues (Rowland penny)"
2020 Oct 11
0
macOS performance issues (Rowland penny)
> You could try running Wireshark to see what is going on.  It may be a tcp/ip issue that has nothing to do with samba.
How about the config, is there any additional tuning potential?
Ian
[global]
wins support = yes
workgroup = WORKGROUP
server string = nas
netbios name = nas
security = user
map to guest = Bad User
load printers = no
disable spoolss = yes
max log size = 50
# macOS
2019 Dec 25
1
Duplicate entry in macOS "Network" when using Samba 4.9.1 and avahi 0.7
Hi.
I configured a simple samba server. As I need this server to be available in macOS ?Network? list, I configured avahi.
When I start smb.service and avahi-daemon.service I get two results in the ?Network? section.
When I don?t use avahi I get no entry.
Why are there two entries and which best practice can I use to have only one entry?
Thanks!
Steven
#####################################
cat
2015 Jun 18
0
macos finder error 36 when copy folder to samba 4.2.2
On Thu, Jun 18, 2015 at 09:51:28AM +0200, Sascha Kasch wrote:
> Am 17.06.2015 um 14:39 schrieb Sascha Kasch:
> >Am 17.06.2015 um 09:11 schrieb Sascha Kasch:
> >>dear list,
> >>
> >>encountered a problem and hopefully someone more experienced might help
> >>me.
> >>problem is with macos 10.9.5 and finder.
> >>
> >>i want to
2015 Jun 18
2
macos finder error 36 when copy folder to samba 4.2.2
Am 17.06.2015 um 14:39 schrieb Sascha Kasch:
> Am 17.06.2015 um 09:11 schrieb Sascha Kasch:
>> dear list,
>>
>> encountered a problem and hopefully someone more experienced might 
>> help me.
>> problem is with macos 10.9.5 and finder.
>>
>> i want to copy a simple folder with subfolders and without any files 
>> to my samba share.
>> files
2023 Mar 02
1
fruit:copyfile not working as expected
Hi folks,
I have a number of Mac users connecting to our Samba fileserver over VPN.
When they copy/move files between shares it takes quite a long time due to
our miserable business internet connection. I set fruit:copyfile = yes in
smb.conf expecting that to enable server-side copy for Mac users.
Unfortunately, it did not.
Befuddled, I tried the same copy operation from a Windows VM and it
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
2025 May 13
1
Macs deleting files off RHEL8 server
*Mike Soliven*
*IT Manager*
Winnipeg, Manitoba, Canada R2X 2Y1
204.697.3338 Ext.1235
www.embassygraphics.com
CONFIDENTIALITY NOTICE: This electronic transmission and any attachment are
the confidential property of the sender, and the materials are privileged
communications intended solely for the receipt, use, benefit, and
information of the intended recipient indicated above. If you are not the
2019 Dec 26
2
Read-only permissions - incorrect user mapping?
CentOS 8
Samba 4.9.1
Client: macOS 10.14
[global]
    workgroup = LOCAL
    log file = /var/log/samba/log.smb
    max log size = 1000
    syslog = 0
    server role = standalone server
    unix password sync = no
    min protocol = SMB2
    ea support = yes
    vfs objects = catia fruit streams_xattr
    fruit:aapl = yes
    readdir_attr:aapl_rsize = yes
    readdir_attr:aapl_finder_info = yes
  
2018 Sep 11
1
Samba 4.8.5 breaks Time Machine support
Hi,
tl;dr - Samba 4.8.5 broke macOS's Time Machine support (at least for
me), patching in the "follow-up patch" from
https://bugzilla.samba.org/show_bug.cgi?id=13441 makes it work again.
It would be great if it could be included in an official patch release
soon. :)
Just writing about the problem and solution here, in case someone else
stumbles upon it. Couldn't find any
2025 May 21
3
Documentation/Feature Clarification Request: Server Side Copy and VFS_FRUIT
There are two styles of SSC:
- the "normal" protocol style called copy-chunk, where the copy is 
requested in IO ranges by the client and performed server-side
- the Apple way enabled by fruit:copyfile where the client requests the 
*whole* file to be copied in one request to be performed by the server
The problem with the latter is that for large file the copy takes some 
time and
2025 May 12
1
Macs deleting files off RHEL8 server.
I?ve got a situation with my Macs connecting to a Linux server via SMB
where files/folders are randomly getting deleted from the server. The
server logs are showing that a Mac is deleting them, but I know for a fact
that it?s not human error, as my users are very vigilant in that regard,
and the files/folders have no correlation to each other.Is there anyway of
finding out how/why my Macs are
2015 Jun 17
2
macos finder error 36 when copy folder to samba 4.2.2
dear list,
encountered a problem and hopefully someone more experienced might help me.
problem is with macos 10.9.5 and finder.
i want to copy a simple folder with subfolders and without any files to 
my samba share.
files alone work flawlessly.
when i drag a folder from desktop to the share the finder errors out 
with error -36 but creates all folders.
same happens when i copy an empty folder
2020 Oct 09
1
macOS performance issues
Hi, 
I?m currently setting up a samba Server on a Raspberry PI 4 with an external 8TB HDD.
Since this is rather low end hardware, I?m trying to figure out which performance optimizations are still relevant today, since a lot has chanced in the past years and quite a few options are now set by default.
The default values seem to work well for Windows but I?m having lots of issues with macOS. 
2025 May 20
1
Documentation/Feature Clarification Request: Server Side Copy and VFS_FRUIT
Hello,
I?m running TrueNAS 24.10.2.2, which uses Samba 4.20.5-truenas. I have a mixture of Mac, Linux, and Windows SMB clients in my network that  talk to the TrueNAS server over SMB.
Apologies in advance for the slightly long-winded setup to my question; I wanted to explain how I got here.
I?d like to be able to use Server-Side Copy (SSC) (https://wiki.samba.org/index.php/Server-Side_Copy)
2019 Dec 26
0
Read-only permissions - incorrect user mapping?
On 26/12/2019 19:28, Steven Foucault wrote:
> CentOS 8
> Samba 4.9.1
> Client: macOS 10.14
>
> [global]
>      workgroup = LOCAL
>      log file = /var/log/samba/log.smb
>      max log size = 1000
>      syslog = 0
>      server role = standalone server
>      #unix password sync = no
>      min protocol = SMB2
>      vfs objects = catia fruit streams_xattr
2020 Apr 07
1
issues with Time Machine - did macOS change how they handle things?
TL;DR: Time Machine cannot create a *new* backup on my shared drive, but can add to an *existing* backup.
I'm running macOS Catalina and my Time Machine backs up to a Debian 10 server with NetAtalk and Avahi. Since Mavericks macOS has preferred SMB, and given SMB is marginally faster I decided to switch to using SMB for the Time Machine shares. On a fresh AFP share I can start a new Time
2020 Feb 18
0
vfs fruit disk_free fails on tmsize overflow with macOS Time Machine
Hi
I apt installed Samba Version 4.9.5-Debian (latest in their repos) on a fresh-built Raspbian Buster Lite release 2020-02-05. I put together the configuration outlined below by using the docs at https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X and https://www.samba.org/samba/docs/current/man-html/vfs_fruit.8.html. The underlying usb hard drive is an ext4 partition
2020 Oct 20
0
File copy with macOS Finder leaves random files grayed out using vfs_fruit
Hi all,
We use the vfs_fruit module and lately we have experienced that random files copied with Finder are being grayed out. We think this is probably due to the extended attribute "user.DosStream.AFP_AfpInfo:$DATA" not being updated/removed after the file is copied. If we manually remove the xattr in question with the command setfattr -d 'user.DosStream.AFP_AfpInfo:$DATA', the
2017 Jan 17
1
Samba server for MacOS workgroup
Hello,
I have a problem with MacOS client on Samba4.4 server.
I put  the  folder  with set of small test files on samba volume,
Open folder by MacOS Finder,
select files Cmd+A,
and duplicate Cmd+C Cmd+V
Error 8058 appeared in Finder after some files copied.
"The  operation  can't  be  completed because unexpected error occurred
(error code -8058)"
Please help  me to solve this
2024 Jan 24
1
Share access permission errors after upgrade from 4.12.14
On Tue, 23 Jan 2024 21:47:27 +0000
unraidster via samba <samba at lists.samba.org> wrote:
> Hi Rowland,
> 
> Thanks for getting back to me, appreciate your time and help.
> Apologies for the long response, I have tried to include as much
> information as possible.
> 
> On Friday, 19 January 2024 at 10:12, Rowland Penny via samba
> <samba at lists.samba.org>