Displaying 2 results from an estimated 2 matches for "fruit_tmsize_do_dir".
2020 Feb 11
1
Time machine backups: fruit_tmsize_do_dirent()
...cent topic of Time Machine backups: when backing up a machine
> running macOS Mojave to a Samba server on Debian Buster with
> buster-samba410 packages from https://apt.van-belle.nl/debian, we see
> our logs filling up with messages like
>
> ../../source3/modules/vfs_fruit.c:7001(fruit_tmsize_do_dirent)
> fruit_tmsize_do_dirent: Processing sparsebundle
> [host.purgeable.sparsebundle] failed
>
> Does anybody know what is causing this (I haven't read the sources quite
> yet)?
In case anyone else as clueless as I am runs into this: this isn't
really a Samba issue.
Sam...
2020 Feb 18
0
vfs fruit disk_free fails on tmsize overflow with macOS Time Machine
...the client the Finder returns the error `The operation can?t be completed because the original item for ?TimeMachineBackup? can?t be found` and using the command line gives `mount_smbfs: mount error: /backup: Permission denied`. smbd logs the following errors:
../source3/modules/vfs_fruit.c:6995(fruit_tmsize_do_dirent)
fruit_tmsize_do_dirent: tmsize overflow: bandsize [8388608] nbands [32547]
../source3/smbd/dfree.c:125(sys_disk_free)
sys_disk_free: VFS disk_free failed. Error was : Invalid or incomplete multibyte or wide character
FYI: That second line refers to the myriad files that the Time Machine bac...