| 1 Dec 2025 |
xored | Time Machine logs are the ones that have shed any sort of light | 23:49:32 |
Randy Eckenrode | Did 25.11 change any of your interface names? I saw you had a link-local address where it was listening. | 23:50:45 |
xored | nope I can still see thunderbolt0 | 23:51:24 |
xored | I had a systemd network link file for it so it will always be that | 23:52:21 |
xored | im losing it ```nix global = { interfaces = "lo ${config.xored.ipv6.prefix}:28::${config.xored.hosts.nas.networking.interfaceId}/64 fe80::105f:89ff:fe1f:bc3%thunderbolt0/64"; "bind interfaces only" = "yes"; "disable netbios" = "yes"; "workgroup" = "HOMELAB"; "server string" = "fs"; "netbios name" = "fs"; "vfs objects" = "catia fruit streams_xattr"; "fruit:appl" = true; "fruit:nfs_aces" = false; "fruit:copyfile" = false; }; "tm_share" = { "path" = "/tank/backups/tm_share"; "valid users" = "xored"; "writeable" = true; "fruit:time machine" = true; "fruit:metadata" = "netatalk"; "fruit:resource" = "xattr"; "fruit:encoding" = "native"; };
| 23:55:18 |
xored | arggg. formatting | 23:55:23 |
xored | * im losing it global = { interfaces = "lo ${config.xored.ipv6.prefix}:28::${config.xored.hosts.nas.networking.interfaceId}/64 fe80::105f:89ff:fe1f:bc3%thunderbolt0/64"; "bind interfaces only" = "yes"; "disable netbios" = "yes"; "workgroup" = "HOMELAB"; "server string" = "fs"; "netbios name" = "fs"; "vfs objects" = "catia fruit streams\_xattr"; "fruit:appl" = true; "fruit:nfs\_aces" = false; "fruit:copyfile" = false; }; "tm\_share" = { "path" = "/tank/backups/tm\_share"; "valid users" = "xored"; "writeable" = true; "fruit:time machine" = true; "fruit:metadata" = "netatalk"; "fruit:resource" = "xattr"; "fruit:encoding" = "native"; }; | 23:55:41 |
xored | * im losing it
global = {
interfaces = "lo ${config.xored.ipv6.prefix}:28::${config.xored.hosts.nas.networking.interfaceId}/64 fe80::105f:89ff:fe1f:bc3%thunderbolt0/64";
"bind interfaces only" = "yes";
"disable netbios" = "yes";
"workgroup" = "HOMELAB";
"server string" = "fs";
"netbios name" = "fs";
"vfs objects" = "catia fruit streams_xattr";
"fruit:appl" = true;
"fruit:nfs_aces" = false;
"fruit:copyfile" = false;
};
"tm_share" = {
"path" = "/tank/backups/tm_share";
"valid users" = "xored";
"writeable" = true;
"fruit:time machine" = true;
"fruit:metadata" = "netatalk";
"fruit:resource" = "xattr";
"fruit:encoding" = "native";
};
| 23:56:29 |
xored | I have basically your config now | 23:56:51 |
xored | and it doesn't work | 23:56:56 |
xored | would you remember which perms do you have on the filesystem | 23:59:53 |
| 2 Dec 2025 |
xored | even though its clearly writing .incomplete dirs over there | 00:00:15 |
xored | ------------------
This option of the vfs_fruit VFS module that could be used to enable POSIX
directory rename behaviour for OS X clients has been removed as it could result
in severe problems for Windows clients.```
| 00:04:31 |
xored | didn't we need this for the rename of the .sparsebundle | 00:04:44 |
xored | I swear to god | 00:04:49 |
xored | imma tell you all, do not forget your backup destination or else you would be me right now kekw | 00:06:11 |
xored | oh boy | 00:06:56 |
xored | https://forum.openmediavault.org/index.php?thread/56569-samba-4-22-debian-13-will-break-timemachine/ | 00:06:57 |
Randy Eckenrode | I think just standard user:group/755 for the Samba users in question. | 00:09:33 |
Randy Eckenrode | Why would a feature that is needed for Time Machine be removed because of data loss for Windows clients? | 00:11:34 |
samasaur | okay I am home | 00:13:12 |
Randy Eckenrode | So now there will definitely be problems for Mac users. | 00:13:16 |
samasaur | can confirm that my time machine is still working | 00:13:17 |
samasaur | smbd v4.22.5 | 00:13:37 |
samasaur | and based on the nixpkgs history it looks like the earliest version I could have started with was samba 4.22.3 | 00:16:08 |
xored | continued backups will continue to work | 00:17:12 |
xored | I reckon | 00:17:15 |
xored | the only thing failing is the initial one | 00:17:21 |
samasaur | right but i was on what would have been an affected version when i did the initial one | 00:17:31 |
Randy Eckenrode | https://bugzilla.samba.org/show_bug.cgi?id=15926 | 00:17:33 |