Hello, total noob here. i was trying to configure my new unraid server. it was working and i was able to connect via network in microsoft. but after i configured the very first plugin, syncthing, i can't access it anymore. this now my third day of trying to figure it out with multiple AIs with no success. as far as i'm aware all available settings in the webGUI seem correct. but nothing happens. as far as i've been able to figure out it is failing to mount. the results of some commands and dignostics are here: root@Server420:~# cat /etc/samba/smb.conf [global] # configurable identification include = /etc/samba/smb-names.conf # log stuff only to syslog logging = syslog@0 # we don't do printers show add printer wizard = No disable spoolss = Yes load printers = No printing = bsd printcap name = /dev/null # disable aio by default aio read size = 0 aio write size = 0 # misc. invalid users = root unix extensions = No wide links = Yes use sendfile = Yes # ease upgrades from Samba 3.6 acl allow execute always = Yes # permit NTLMv1 authentication ntlm auth = Yes # win11 requires SMB signing server signing = Auto # default global fruit settings: #fruit:aapl = Yes #fruit:nfs_aces = Yes fruit:nfs_aces = No #fruit:copyfile = No #fruit:model = MacSamba # hook for user-defined samba config include = /boot/config/smb-extra.conf # auto-configured shares include = /etc/samba/smb-shares.conf root@Server420:~# testparm -s Load smb config files from /etc/samba/smb.conf lpcfg_do_global_parameter: WARNING: The "null passwords" option is deprecated Loaded services file OK. Weak crypto is allowed by GnuTLS (e.g. NTLM as a compatibility fallback) Server role: ROLE_STANDALONE # Global parameters [global] bind interfaces only = Yes client min protocol = SMB2 disable netbios = Yes disable spoolss = Yes interfaces = 192.168.1.69/24 127.0.0.1 load printers = No logging = syslog@0 map to guest = Bad User max open files = 40960 multicast dns register = No ntlm auth = ntlmv1-permitted null passwords = Yes passdb backend = smbpasswd printcap name = /dev/null security = USER server min protocol = SMB2 server multi channel support = No server signing = if_required server string = Media server show add printer wizard = No smb1 unix extensions = No fruit:nfs_aces = No idmap config * : range = 3000-7999 idmap config * : backend = tdb acl allow execute always = Yes aio read size = 0 aio write size = 0 create mask = 0777 directory mask = 0777 hide dot files = No include = /etc/samba/smb-shares.conf invalid users = root use sendfile = Yes wide links = Yes [Media] browseable = No path = /mnt/user/Media valid users = srm vfs objects = catia fruit streams_xattr write list = srm fruit:encoding = native [photos] browseable = No path = /mnt/user/photos valid users = srm vfs objects = catia fruit streams_xattr write list = srm fruit:encoding = native root@Server420:~#
server420-diagnostics-20251016-1059.zip