Can't get GUI anymore

Status
Not open for further replies.

Th3RadMan

Explorer
Joined
Aug 26, 2017
Messages
76
I just finished building my server and I managed to get everything working... then I moved it to its new home. When I tested it on my desk I was able to get the gui to load and work no problem. I then moved it and connected a different cable and after that I started having problems. First the gui would load, but after a minute it would stop responding and give the infinite loading bars when selecting different pages. I changed every interface to a static ip on the console, between the onboard and installed 10gb nic, but I still couldn't get a gui after trying 2 different patch cables. It hurts me to say this, but I am a complete novice to networking and have no idea what I'm doing. I'm just going off information I found online(probably like everyone else). I have also heard that it can be a boot drive issue, but I doubt that is the issue.

Any ideas?
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,079

Th3RadMan

Explorer
Joined
Aug 26, 2017
Messages
76
Specs:
2X xeon 2670
Asus Z9PA-D8
64gb ddr3 ecc ram
norco 4224 chassis
intel X550-T2 NIC
Intel RES2SV240
LSI 9240-8i (flahed to 9211-8i it mode)
6 8TB WD white hdd's
6 10TB WD white hdd's
3 Samsung ssd's
2 samsung flash drives (boot)
 

kdragon75

Wizard
Joined
Aug 7, 2016
Messages
2,457
I just finished building my server and I managed to get everything working... then I moved it to its new home. When I tested it on my desk I was able to get the gui to load and work no problem. I then moved it and connected a different cable and after that I started having problems. First the gui would load, but after a minute it would stop responding and give the infinite loading bars when selecting different pages. I changed every interface to a static IP on the console, between the onboard and installed 10gb nic, but I still couldn't get a gui after trying 2 different patch cables. It hurts me to say this, but I am a complete novice to networking and have no idea what I'm doing. I'm just going off information I found online(probably like everyone else). I have also heard that it can be a boot drive issue, but I doubt that is the issue.

Any ideas?
I would reset all the network setting in the console, move the server back to the old location, use the same cable you used to set it up and test, from there, change one thing at a time. Set a static IP (only one is needed), swap the cable for the one you plan to use (if able), locate the server. Track down the thing that caused it to stop working.
 

Th3RadMan

Explorer
Joined
Aug 26, 2017
Messages
76
I would reset all the network setting in the console, move the server back to the old location, use the same cable you used to set it up and test, from there, change one thing at a time. Set a static IP (only one is needed), swap the cable for the one you plan to use (if able), locate the server. Track down the thing that caused it to stop working.

Well I reset freenas to start from scratch and thought I was getting somewhere. Now I have the gui working fine, buyt the system won't connect to the internet. This is the error I'm getting when I try to open the plugins tab. I can access the windows share locally and read/write no problem. But it just can't connect online.

<urlopen error [Errno 8] hostname nor servname provided, or not known>

Error: concurrent.futures.process._RemoteTraceback:
"""
Traceback (most recent call last):
File "/usr/local/lib/python3.6/urllib/request.py", line 1318, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
self.send(msg)
File "/usr/local/lib/python3.6/http/client.py", line 964, in send
self.connect()
File "/usr/local/lib/python3.6/http/client.py", line 1392, in connect
super().connect()
File "/usr/local/lib/python3.6/http/client.py", line 936, in connect
(self.host,self.port), self.timeout, self.source_address)
File "/usr/local/lib/python3.6/socket.py", line 704, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno 8] hostname nor servname provided, or not known

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_plugin.py", line 661, in fetch_plugin_index
self.__clone_repo(git_server, git_working_dir)
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_plugin.py", line 1237, in __clone_repo
porcelain.pull(destination, repo_url, errstream=devnull)
File "/usr/local/lib/python3.6/site-packages/dulwich/porcelain.py", line 818, in pull
path, r, progress=errstream.write, determine_wants=determine_wants)
File "/usr/local/lib/python3.6/site-packages/dulwich/client.py", line 363, in fetch
progress)
File "/usr/local/lib/python3.6/site-packages/dulwich/client.py", line 1398, in fetch_pack
b"git-upload-pack", url)
File "/usr/local/lib/python3.6/site-packages/dulwich/client.py", line 1282, in _discover_references
resp, read = self._http_request(url, headers, allow_compression=True)
File "/usr/local/lib/python3.6/site-packages/dulwich/client.py", line 1261, in _http_request
resp = self.opener.open(req)
File "/usr/local/lib/python3.6/urllib/request.py", line 526, in open
response = self._open(req, data)
File "/usr/local/lib/python3.6/urllib/request.py", line 544, in _open
'_open', req)
File "/usr/local/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/usr/local/lib/python3.6/urllib/request.py", line 1361, in https_open
context=self._context, check_hostname=self._check_hostname)
File "/usr/local/lib/python3.6/urllib/request.py", line 1320, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 8] hostname nor servname provided, or not known>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/lib/python3.6/concurrent/futures/process.py", line 175, in _process_worker
r = call_item.fn(*call_item.args, **call_item.kwargs)
File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 122, in main_worker
res = loop.run_until_complete(coro)
File "/usr/local/lib/python3.6/asyncio/base_events.py", line 468, in run_until_complete
return future.result()
File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 82, in _run
return await self._call(f'{service_name}.{method}', serviceobj, methodobj, params=args, job=job)
File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 75, in _call
return methodobj(*params)
File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 75, in _call
return methodobj(*params)
File "/usr/local/lib/python3.6/site-packages/middlewared/schema.py", line 668, in nf
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/jail.py", line 460, in list_resource
header=False)
File "/usr/local/lib/python3.6/site-packages/iocage_lib/iocage.py", line 904, in fetch
icon=True, official=official)
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_plugin.py", line 668, in fetch_plugin_index
_callback=self.callback)
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_common.py", line 81, in logit
_callback(content, exception)
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_common.py", line 64, in callback
raise callback_exception(message)
RuntimeError: <urlopen error [Errno 8] hostname nor servname provided, or not known>
"""

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 161, in call_method
result = await self.middleware.call_method(self, message)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1043, in call_method
return await self._call(message['method'], serviceobj, methodobj, params, app=app, io_thread=False)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 980, in _call
return await self._call_worker(serviceobj, name, *args)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1007, in _call_worker
job,
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 938, in run_in_proc
return await self.run_in_executor(self.__procpool, method, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 923, in run_in_executor
return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
RuntimeError: <urlopen error [Errno 8] hostname nor servname provided, or not known>
 
Last edited:

kdragon75

Wizard
Joined
Aug 7, 2016
Messages
2,457
Status
Not open for further replies.
Top