search for: artmg

Displaying 6 results from an estimated 6 matches for "artmg".

2020 Feb 24
1
vfs fruit disk_free fails on tmsize overflow with macOS Time Machine
...ate->total_size + tm_size < state->total_size) { - DBG_ERR("tmsize overflow: bandsize [%zu] nbands [%zu]\n", - bandsize, nbands); - return false; - } + tm_size = (off_t)bandsize * (off_t)nbands; state->total_size += tm_size; and I have the branch ready at https://gitlab.com/artmg/samba/-/blob/artmg-tmsize-overflow-fix/ Should I just raise a PR from this, or do I need to go through some additional process? I welcome advice on contributing Thanks
2020 Apr 07
0
[Announce] Samba 4.12.1 Available for Download
...t flooding the log if we're called on non-existant paths. o G?nther Deschner <gd at samba.org> * BUG 14313: librpc: Fix IDL for svcctl_ChangeServiceConfigW. * BUG 14327: nsswitch: Fix use-after-free causing segfault in _pam_delete_cred. o Art M. Gallagher <repos at artmg.net> * BUG 13622: fruit:time machine max size is broken on arm. o Amitay Isaacs <amitay at gmail.com> * BUG 14294: CTDB recovery corner cases can cause record resurrection and node banning. o Noel Power <noel.power at suse.com> * BUG 14332: s3/utils: Fix double free...
2020 Apr 07
0
[Announce] Samba 4.12.1 Available for Download
...t flooding the log if we're called on non-existant paths. o G?nther Deschner <gd at samba.org> * BUG 14313: librpc: Fix IDL for svcctl_ChangeServiceConfigW. * BUG 14327: nsswitch: Fix use-after-free causing segfault in _pam_delete_cred. o Art M. Gallagher <repos at artmg.net> * BUG 13622: fruit:time machine max size is broken on arm. o Amitay Isaacs <amitay at gmail.com> * BUG 14294: CTDB recovery corner cases can cause record resurrection and node banning. o Noel Power <noel.power at suse.com> * BUG 14332: s3/utils: Fix double free...
2020 May 05
0
[Announce] Samba 4.11.9 Available for Download
...14359: RPC handles cannot be differentiated in source3 RPC server. o G?nther Deschner <gd at samba.org> * BUG 14313: librpc: Fix IDL for svcctl_ChangeServiceConfigW. * BUG 14327: nsswitch: Fix use-after-free causing segfault in _pam_delete_cred. o Art M. Gallagher <repos at artmg.net> * BUG 13622: Fix fruit:time machine max size on arm. o Amitay Isaacs <amitay at gmail.com> * BUG 14294: CTDB recovery corner cases can cause record resurrection and node banning. o Volker Lendecke <vl at samba.org> * BUG 14348: ctdb: Fix a memleak. * libsmb:...
2020 May 05
0
[Announce] Samba 4.11.9 Available for Download
...14359: RPC handles cannot be differentiated in source3 RPC server. o G?nther Deschner <gd at samba.org> * BUG 14313: librpc: Fix IDL for svcctl_ChangeServiceConfigW. * BUG 14327: nsswitch: Fix use-after-free causing segfault in _pam_delete_cred. o Art M. Gallagher <repos at artmg.net> * BUG 13622: Fix fruit:time machine max size on arm. o Amitay Isaacs <amitay at gmail.com> * BUG 14294: CTDB recovery corner cases can cause record resurrection and node banning. o Volker Lendecke <vl at samba.org> * BUG 14348: ctdb: Fix a memleak. * libsmb:...
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