Network just dies

Status
Not open for further replies.

Patrik Hansson

Explorer
Joined
Jan 6, 2017
Messages
78
Hi
Having some trouble with my FreeNAS 11-U4.
Networks just stops working, if i go to the console the server seems fine otherwise.
Where do i start looking? Which log files do i check?
Can i test to revert to U3 (meaning does it just boot older version with same config as current) and see if that fixes the problem? Wasn't there before U4.
 
Last edited by a moderator:

m0nkey_

MVP
Joined
Oct 27, 2015
Messages
2,739
Check /var/log/messages for any possible issues. Have you also verified that your NIC, cable, switch and/or router are also good?
 

Patrik Hansson

Explorer
Joined
Jan 6, 2017
Messages
78
messages don't give much.
Have changed switch before and now also cable. Will see if that helped.
Code:
Oct  2 00:00:00 freenas syslog-ng[1449]: Configuration reload request received, reloading configuration;
Oct  2 00:07:14 freenas collectd[4249]: aggregation plugin: Unable to read the current rate of "freenas.local/cpu-1/cpu-user".
Oct  2 00:07:14 freenas collectd[4249]: utils_vl_lookup: The user object callback failed with status 2.
Oct  2 00:07:14 freenas collectd[4249]: aggregation plugin: Unable to read the current rate of "freenas.local/cpu-0/cpu-user".
Oct  2 00:07:14 freenas collectd[4249]: utils_vl_lookup: The user object callback failed with status 2.
Oct  2 00:26:54 freenas collectd[4249]: aggregation plugin: Unable to read the current rate of "freenas.local/cpu-0/cpu-user".
Oct  2 00:26:54 freenas collectd[4249]: utils_vl_lookup: The user object callback failed with status 2.
Oct  2 02:58:27 freenas WARNING: 192.168.1.5 (iqn.1991-05.com.microsoft:host02): no ping reply (NOP-Out) after 5 seconds; dropping connection
Oct  2 03:02:32 freenas /find_alias_for_smtplib.py: [common.system:293] Failed to send email: [Errno 60] Operation timed out
Traceback (most recent call last):
  File "/usr/local/www/freenasUI/common/system.py", line 274, in send_mail
	server = _get_smtp_server(timeout, local_hostname=local_hostname)
  File "/usr/local/www/freenasUI/common/system.py", line 203, in _get_smtp_server
	local_hostname=local_hostname)
  File "/usr/local/lib/python3.6/smtplib.py", line 251, in __init__
	(code, msg) = self.connect(host, port)
  File "/usr/local/lib/python3.6/smtplib.py", line 335, in connect
	self.sock = self._get_socket(host, port, self.timeout)
  File "/usr/local/lib/python3.6/smtplib.py", line 306, in _get_socket
	self.source_address)
  File "/usr/local/lib/python3.6/socket.py", line 722, in create_connection
	raise err
  File "/usr/local/lib/python3.6/socket.py", line 713, in create_connection
	sock.connect(sa)
TimeoutError: [Errno 60] Operation timed out

 

Patrik Hansson

Explorer
Joined
Jan 6, 2017
Messages
78
Nope, it seems to have died again at night. Will look at replacing the nic if no one else has any suggestions.
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
Hardware specs? Read the forum rules and following them please.
 

MrToddsFriends

Documentation Browser
Joined
Jan 12, 2015
Messages
1,338
Code:
[...]
Oct  2 03:02:32 freenas /find_alias_for_smtplib.py: [common.system:293] Failed to send email: [Errno 60] Operation timed out
Traceback (most recent call last):
  File "/usr/local/www/freenasUI/common/system.py", line 274, in send_mail
	server = _get_smtp_server(timeout, local_hostname=local_hostname)
  File "/usr/local/www/freenasUI/common/system.py", line 203, in _get_smtp_server
	local_hostname=local_hostname)
[...]
  File "/usr/local/lib/python3.6/socket.py", line 722, in create_connection
	raise err
  File "/usr/local/lib/python3.6/socket.py", line 713, in create_connection
	sock.connect(sa)
TimeoutError: [Errno 60] Operation timed out

There is a thread and a related bug report ("Closed: Cannot reproduce") with a very similar traceback from FreeNAS 11.0-RC3. I'm not sure if the information given there will help ("As soon as I took off VPN internet, the emails started coming through and no crashes.").
 

Patrik Hansson

Explorer
Joined
Jan 6, 2017
Messages
78
There is a thread and a related bug report ("Closed: Cannot reproduce") with a very similar traceback from FreeNAS 11.0-RC3. I'm not sure if the information given there will help ("As soon as I took off VPN internet, the emails started coming through and no crashes.").
Ah, that looks like my issue.
Not using vpn though but will check this out.

@SweetAndLow Yea, sry about that. Will fix when i get my system back up.
 

Patrik Hansson

Explorer
Joined
Jan 6, 2017
Messages
78
Ok, so I reverted to U3 yesterday and this morning the system was still up.
 
Last edited by a moderator:

Patrik Hansson

Explorer
Joined
Jan 6, 2017
Messages
78
Keeping the monolog going..
Died during the night again on U3.
Trying to get hold of new nic to try.
 

Patrik Hansson

Explorer
Joined
Jan 6, 2017
Messages
78
Disabled email by setting a dummy ip as smtp...haven't had a problem with the network since then.
 
Status
Not open for further replies.
Top