no backup software. I use Foobar2000 to edit music files through a shared drive.
Andrew Walker December 3, 2021 at 7:04 PM
Are you running any backup software on Windows? Is your music share a mapped network drive?
Henry Berger December 3, 2021 at 6:43 PM
192.168.1.188 is a windows 10 box.
files are accessed by Plex and a windows share
Andrew Walker December 3, 2021 at 5:56 PM
SMB client had two open tcons for same underlying filesystem path. One was guest and other was uid 1000. uid 1000 had opened a file, then SMB client performed attempted read through guest tcon and hit assert in Samba's code when failing a chdir() during path resolution. chdir() failed because of ACL issue.
when moving/deleting files SMBD crashes over and over.