I am seeing this collection of errors/warnings in red when I run journalctl -e
Code
Mar 29 14:56:05 GTOFileServer smbd[11955]: [2022/03/29 14:56:05.308048, 0] ../../source3/param/loadparm.c:3403(process_usershare_file)
Mar 29 14:56:05 GTOFileServer smbd[11955]: process_usershare_file: share name /cifs._smb._tcp.local./timemachine contains invalid characters (any of %<>*?|/\+=;:",)
Mar 29 14:56:05 GTOFileServer smbd[11955]: [2022/03/29 14:56:05.373194, 0] ../../source3/param/loadparm.c:3403(process_usershare_file)
Mar 29 14:56:05 GTOFileServer smbd[11955]: process_usershare_file: share name /cifs._smb._tcp.local./ipc$ contains invalid characters (any of %<>*?|/\+=;:",)
Mar 29 14:56:05 GTOFileServer smbd[11955]: [2022/03/29 14:56:05.392911, 0] ../../source3/param/loadparm.c:3428(process_usershare_file)
Mar 29 14:56:05 GTOFileServer smbd[11955]: process_usershare_file: stat of /var/lib/samba/usershares/cifs._smb._tcp.local failed. Permission denied
Note the little non-ASCII char at the end of "/var/lib/samba/usershares/cifs._smb._tcp.local"
I'm not sure how to figure out and correct the problem.