All plugins suddenly stopped working

Roydub

Dabbler
Joined
May 24, 2018
Messages
15
this morning my plugins seem to have topped working and I am unable to figure out what this all means nor how to fix it.

I can access file shares but cannot ping outside my network, such as 8.8.8.8, leading me to believe this is a networking issue, I just cant figure out where the problem is

Thank you in advance for any help.

1587368202846.png


Error: Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 166, in call_method
result = await self.middleware.call_method(self, message)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1093, 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 1037, in _call
return await self._call_worker(name, *args)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1058, in _call_worker
return await self.run_in_proc(main_worker, name, args, job)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 990, in run_in_proc
return await async_run_in_executor(loop, executor, method, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/middlewared/utils/asyncio_.py", line 41, in async_run_in_executor
raise result
RuntimeError: Cmd('git') failed due to: exit code(128)
cmdline: git clone -v https://github.com/freenas/iocage-ix-plugins.git /mnt/Server/iocage/.plugin_index
stderr: 'Cloning into '/mnt/Server/iocage/.plugin_index'...
fatal: unable to access 'https://github.com/freenas/iocage-ix-plugins.git/': Failed to connect to github.com port 443: Operation timed out
'
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
cannot ping outside my network, such as 8.8.8.8, leading me to believe this is a networking issue
That sounds like a correct diagnosis... spend your time looking into what changed on the network... restart your router perhaps?
 
Top