Moin, bin gestern auf die U6 umgestiegen, seidem funktioniert der Zugriff von meinem Raspberry pi (jdownloader) auf mein FreeNas nicht mehr.
Der Raspberry nutz die Freigabe auf dem NAS um die Dateien zu speichern.
Nach dem ich zurück auf die U5 bin klappt alles wieder problemlos.
Gibts aktuell eine Workaround für die U6.
Außerdem wurde leider das "smartd_daemon" problem nicht gefixt.
Hatte das Problem auch. Diese Lösung hat mir geholfen:
https://forums.freenas.org/index.php?threads/changes-in-smb-for-11-1u5-to-11-1u6.69442/#post-477577
The server min protocol is also controlled by a sysctl on FreeNAS.
freenas.services.smb.config.server_min_protocol
So you can run the commandsysctl freenas.services.smb.config.server_min_protocol=NT1
to temporarily lower the value of the server minimum protocol to SMB1. If this fixes your problem, then you can make it permanent by adding the sysctl under System->Tunables:
Variable = freenas.services.smb.config.server_min_protocol
Value = NT1
Type = Sysctl
Comment = "whatever you want"
NOTE: once you change this value you should toggle the "on" / "off" button in the UI for services->SMB or regenerate the smb4.conf filepython /usr/local/libexec/nas/generate_smb4_conf.py