issue with SMB share service?

Status
Not open for further replies.

killmasta93

Dabbler
Joined
Aug 7, 2017
Messages
26
Hi,
I was wondering if someone could shed some light on the issue im having. Recently configured FreeNAS 11.1, with smb share. whats odd every now or so the service stops for no odd reason.
The only thing i found on the log that closely matches at the time the service dropped

Code:
[2018/01/09 03:07:28.797144,  1] ../source3/smbd/process.c:262(srv_send_smb)
  pid[50369] Error writing 42 bytes to client ipv4:192.168.0.5:40670. -1. (Broken pipe)
[2018/01/09 03:07:29.101151,  0] ../source3/lib/util_sock.c:876(matchname)
  matchname: host name/name mismatch: 192.168.0.5 != (NULL)
[2018/01/09 03:07:29.101203,  0] ../source3/lib/util_sock.c:1055(get_remote_hostname)
  matchname failed on 192.168.0.5
[2018/01/09 03:11:11.381359,  0] ../source3/lib/util_sock.c:876(matchname)
  matchname: host name/name mismatch: 192.168.0.5 != (NULL)
[2018/01/09 03:11:11.381527,  0] ../source3/lib/util_sock.c:1055(get_remote_hostname)
  matchname failed on 192.168.0.5
[2018/01/09 09:14:19.475413,  1] ../source3/profile/profile_dummy.c:30(set_profile_level)
  INFO: Profiling support unavailable in this build.
[2018/01/09 09:14:20.193096,  1] ../source3/smbd/files.c:218(file_init_global)
  file_init_global: Information only: requested 27677 open files, 27662 are available.
[2018/01/09 09:14:20.219893,  0] ../lib/util/become_daemon.c:124(daemon_ready)
  STATUS=daemon 'smbd' finished starting up and ready to serve connections
[2018/01/09 09:14:20.775686,  0] ../source3/lib/util_sock.c:876(matchname)
  matchname: host name/name mismatch: 192.168.0.5 != (NULL)
[2018/01/09 09:14:20.775724,  0] ../source3/lib/util_sock.c:1055(get_remote_hostname)
  matchname failed on 192.168.0.5



Thank you
 
D

dlavigne

Guest
Which system is 192.168.0.5 (freenas, a client, something else)?
 

killmasta93

Dabbler
Joined
Aug 7, 2017
Messages
26
Thanks for the reply, the 192.168.0.5 is the client and the 192.168.0.117 is the FreeNAS its as the service of smb share on freenas would die out?
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
What version of FreeNAS? Typically I see (broken pipe) when network takes a crap mid-read / write. This usually won't result in the SMB service stopping. Look carefully at your network. You can also disable hostname lookups in the SMB service.
 
Status
Not open for further replies.
Top