SMB Appear not to load due to DNS

RagingBokky

Cadet
Joined
Sep 2, 2016
Messages
9
Hi all,

I'm trying to setup my SMB on Freenas but am not familiar with this error and a normal google search doesn't provide me the answer

It doesn't work regardless 11.2U1,U2,U2.1,3 however its odd that it works on 11.2BETA3

The error I'm getting that got caught me off guard
smbd: dnssd_clientstub write_all(36) failed -1/53 57 Socket is not connected

Please help Freenas community!!
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
Hi all,

I'm trying to setup my SMB on Freenas but am not familiar with this error and a normal google search doesn't provide me the answer

It doesn't work regardless 11.2U1,U2,U2.1,3 however its odd that it works on 11.2BETA3

The error I'm getting that got caught me off guard
smbd: dnssd_clientstub write_all(36) failed -1/53 57 Socket is not connected

Please help Freenas community!!
post output of testparm -s
 

RagingBokky

Cadet
Joined
Sep 2, 2016
Messages
9
Hi Anodos

what testparm -s gives

root@homenas[~]# testparm -s
Load smb config files from /usr/local/etc/smb4.conf
Processing section "[Downloads]"
Loaded services file OK.
Server role: ROLE_STANDALONE

# Global parameters
[global]
deadtime = 15
disable spoolss = Yes
dns proxy = No
dos charset = CP437
hostname lookups = Yes
kernel change notify = No
lm announce = Yes
load printers = No
local master = No
logging = file
map to guest = Bad User
max log size = 51200
max open files = 469685
nsupdate command = /usr/local/bin/samba-nsupdate -g
obey pam restrictions = Yes
panic action = /usr/local/libexec/samba/samba-backtrace
printcap name = /dev/null
security = USER
server min protocol = SMB2_02
server role = standalone server
server string = FreeNAS Server
idmap config *: range = 90000001-100000000
idmap config * : backend = tdb
acl allow execute always = Yes
create mask = 0666
directory mask = 0777
directory name cache size = 0
dos filemode = Yes
ea support = Yes
store dos attributes = Yes
strict locking = No


[Downloads]
guest ok = Yes
path = "/mnt/media/downloads"
read only = No
veto files = /.snapshot/.windows/.mac/.zfs/
vfs objects = zfs_space zfsacl streams_xattr
zfsacl:acesort = dontcare
nfs4:chown = true
nfs4:acedup = merge
nfs4:mode = special
 

RagingBokky

Cadet
Joined
Sep 2, 2016
Messages
9
The current error I get when I open the shares
SMB Error.jpg
 

RagingBokky

Cadet
Joined
Sep 2, 2016
Messages
9
output of service samba_server onestatus

nmbd is running as pid 4778.
smbd is running as pid 4783.
winbindd is running as pid 4789.
 

RagingBokky

Cadet
Joined
Sep 2, 2016
Messages
9
is there anything out of the ordinary or could it be possible something related to mdns or dns itself?
 

RagingBokky

Cadet
Joined
Sep 2, 2016
Messages
9
For the time being I am usng 11.2-U1 as SMB to be working perfectly on that which also shows that error. I'll probably at some point spin up a VM environment and play with 11.2-U3 and see if I can get it to work there with windows 10 1803 build
 
Top