Get Plugins Failed (apologies if a repost)

elektrikacid

Cadet
Joined
Apr 7, 2021
Messages
1
Hello,

First apologies if this question answered previously. I did search and couldn't find a topic or answer that resolved the issue.

Getting the following error when I click on the Plugins menu:

Error: Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 367, in run
await self.future
File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 405, 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 338, 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/JukekBoxPool/iocage/.plugins/github_com_freenas_iocage-ix-plugins_git
stderr: 'Cloning into '/mnt/JukekBoxPool/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

TrueNAS GUI IP: http://192.168.198.128
Gateway: 192.168.198.1
Subnet: 255.255.255.0
Name Server: 1.1.1.1 and 8.8.8.8

I'm running TrueNAS within VMWare Workstation 16 Pro

System Configuration:
OS Version: TrueNAS-12.0-U2.1
Model: VMware Virtual Platform
Memory: 16 GiB

VM Network Setup:
NAT: Used to share the host's IP address

Host IP information:
IPv4 Address. . . . . . . . . . . : 10.0.0.131
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : fe80::10:18ff:fe26:2341%10
10.0.0.1

Summary:
I understand that issue that TrueNAS not communicating to the outside world (Internet) but for the heck of me I don't know how to resolve the issue.

I've tried the gateway as 10.0.0.1 and 192.168.198.1 and never works. I've rebooted the VM and the host as well as cleared the cache in Chrome.

Anyway assistance greatly appreciated (debug report attached)

Thank you!

- Micah
 

Attachments

  • debug-truenas-20210407195158.tgz
    234.9 KB · Views: 149
Top