I upgraded to 11.2-BETA2 and now my Samba share has stopped working. Total Commander says Access Denied. Kodi says Connection Refused.
The troubleshooting guide at /docs/services.html#smb says "verify that Server maximum protocol is set to SMB2." but I cannot see that in the UI. The smb4.conf config file shows "server max protocol = SMB3" so I would like to try changing that to SMB2. The UI tooltip for auxilary parameters mentions smb5.conf but I do not have that. Adding auxiliary parameters on the share "server max protocol = SMB2" does not fix the problem. Adding it on the server level does not overwrite the parameter but adds it later, the problem also still exists.
I tried creating a new Samba share to test with, and it appears in /usr/local/etc/smb4.conf, but my original samba share is now missing from there!
If I try and open the share with a Linux box using nautilus it works!
You will see in my previous post that this is a writeable NFS directory which I ro share with Samba (after I recreated it). If I run zfs get aclmode I see "aclmode restricted local" :( If I create a test samba share on a volume with "aclmode passthrough inherited from x" then I get the same error.
If I increase the log level I see "no protocol supported" as well as "pid_to_procid: messaging_dgm_get_unique failed: No such file or directory". If I set "server min protocol = SMB1" it does not help. Here is the log:
The troubleshooting guide at /docs/services.html#smb says "verify that Server maximum protocol is set to SMB2." but I cannot see that in the UI. The smb4.conf config file shows "server max protocol = SMB3" so I would like to try changing that to SMB2. The UI tooltip for auxilary parameters mentions smb5.conf but I do not have that. Adding auxiliary parameters on the share "server max protocol = SMB2" does not fix the problem. Adding it on the server level does not overwrite the parameter but adds it later, the problem also still exists.
I tried creating a new Samba share to test with, and it appears in /usr/local/etc/smb4.conf, but my original samba share is now missing from there!
If I try and open the share with a Linux box using nautilus it works!
You will see in my previous post that this is a writeable NFS directory which I ro share with Samba (after I recreated it). If I run zfs get aclmode I see "aclmode restricted local" :( If I create a test samba share on a volume with "aclmode passthrough inherited from x" then I get the same error.
If I increase the log level I see "no protocol supported" as well as "pid_to_procid: messaging_dgm_get_unique failed: No such file or directory". If I set "server min protocol = SMB1" it does not help. Here is the log:
Code:
Requested protocol [PC NETWORK PROGRAM 1.0] Requested protocol [MICROSOFT NETWORKS 1.03] Requested protocol [MICROSOFT NETWORKS 3.0] Requested protocol [LANMAN1.0] Requested protocol [LM1.2X002] Requested protocol [DOS LANMAN2.1] Requested protocol [LANMAN2.1] Requested protocol [Samba] Requested protocol [NT LANMAN 1.0] Requested protocol [NT LM 0.12] reply_negprot: No protocol supported ! Server exit (no protocol supported )
Last edited: