New to truenas plugin error

SMDavis

Cadet
Joined
Dec 3, 2020
Messages
3
I looked around and it seems that each error can be unique. Here is the code I get. I am unsure of what is the issue.

Error: Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 361, in run
await self.future
File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 399, in __run_body
rv = await self.middleware.run_in_thread(self.method, *([self] + args))
File "/usr/local/lib/python3.8/site-packages/middlewared/utils/run_in_thread.py", line 10, in run_in_thread
return await self.loop.run_in_executor(self.run_in_thread_executor, functools.partial(method, *args, **kwargs))
File "/usr/local/lib/python3.8/site-packages/middlewared/utils/io_thread_pool_executor.py", line 25, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.8/site-packages/middlewared/schema.py", line 977, in nf
return f(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/jail_freebsd.py", line 367, in available
return self.middleware.call_sync('plugin.available_impl', options).wait_sync(raise_error=True)
File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 332, in wait_sync
raise CallError(self.error)
middlewared.service_exception.CallError: [EFAULT] Cmd('git') failed due to: exit code(128)
cmdline: git clone -v https://github.com/freenas/iocage-ix-plugins.git /mnt/System/iocage/.plugins/github_com_freenas_iocage-ix-plugins_git
stderr: 'Cloning into '/mnt/System/iocage/.plugins/github_com_freenas_iocage-ix-plugins_git'...
fatal: unable to access 'https://github.com/freenas/iocage-ix-plugins.git/': Could not resolve host: github.com
'
Thanks for any help anybody can offer.
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
Could not resolve host: github.com
The last line is your answer.
No Nameservers set up.
Check you Default Route as well.
 

SMDavis

Cadet
Joined
Dec 3, 2020
Messages
3
The last line is your answer.
No Nameservers set up.
Check you Default Route as well.


Thank you I did hav3 Nameservers set up. I did mistakenly have the gateway ip address as the nas address.

Your help is much apricated.
 
Top