i need help to get ddns well

kevin1103

Cadet
Joined
May 12, 2023
Messages
9
[EFAULT] Cmd('git') failed due to: exit code(128) cmdline: git clone -v https://github.com/freenas/iocage-ix-plugins.git /mnt/NAS/iocage/.plugins/github_com_freenas_iocage-ix-plugins_git stderr: 'Cloning into '/mnt/NAS/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 '



Error: Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/middlewared/job.py", line 355, in run
await self.future
File "/usr/local/lib/python3.9/site-packages/middlewared/job.py", line 393, in __run_body
rv = await self.middleware.run_in_thread(self.method, *([self] + args))
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1155, in run_in_thread
return await self.run_in_executor(self.thread_pool_executor, method, *args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1152, in run_in_executor
return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.9/site-packages/middlewared/schema.py", line 979, in nf
return f(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/jail_freebsd.py", line 372, in available
return self.middleware.call_sync('plugin.available_impl', options).wait_sync(raise_error=True)
File "/usr/local/lib/python3.9/site-packages/middlewared/job.py", line 326, 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/NAS/iocage/.plugins/github_com_freenas_iocage-ix-plugins_git
stderr: 'Cloning into '/mnt/NAS/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
'
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
I have no idea what your poll options are supposed to represent, but (1) don't use plugins; they're a dead feature walking. See:
and

And, (2) fix your network settings; your system can't resolve names properly.
 

kevin1103

Cadet
Joined
May 12, 2023
Messages
9
I have no idea what your poll options are supposed to represent, but (1) don't use plugins; they're a dead feature walking. See:
and

And, (2) fix your network settings; your system can't resolve names properly.
And how can I install truenas app?
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
Deleted Poll, it made no sense. I suspect the OP did this by accident.
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
how to fix network setting?
Have you read the User Guide? Setting up the network is there, please read it. If you are unable to fix your network issue then you are going to need to provide us some data on your NIC, what you have setup already, and what you have tried.

Also, if you do a Google search (or your favorite web search engine) have you searched for something like "TrueNAS network setup". A lot of help pops up.
 
Top