Get Plugins Failed

SereneYeti

Cadet
Joined
Jan 23, 2022
Messages
4
Hi All I am new to TrueNasCore and have been trying to get the plugins working. However, whenever i try toclick the refresh index buttom to view the plugins after assigning them to my desired pool I get the following error

Code:
report_problem Get Plugins Failed
[EFAULT] Cmd('git') failed due to: exit code(128) cmdline: git clone -v https://github.com/freenas/iocage-ix-plugins.git /mnt/HDD_2.7TB/iocage/.plugins/github_com_freenas_iocage-ix-plugins_git stderr: 'Cloning into '/mnt/HDD_2.7TB/iocage/.plugins/github_com_freenas_iocage-ix-plugins_git'... fatal: unable to access 'https://github.com/freenas/iocage-ix-plugins.git/': Failed to connect to github.com port 443 after 75105 ms: Operation timed out '


Code:
Error: Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/middlewared/job.py", line 367, in run
    await self.future
  File "/usr/local/lib/python3.9/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.9/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.9/concurrent/futures/thread.py", line 52, 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 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/HDD_2.7TB/iocage/.plugins/github_com_freenas_iocage-ix-plugins_git
  stderr: 'Cloning into '/mnt/HDD_2.7TB/iocage/.plugins/github_com_freenas_iocage-ix-plugins_git'...
fatal: unable to access 'https://github.com/freenas/iocage-ix-plugins.git/': Failed to connect to github.com port 443 after 75105 ms: Operation timed out
'

'

I am unsure if this means i set something up incorrectly or if I ran into a rare error. I will be happy to provide any other information needed.

Thanks for any help given in advance.
 

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925
Do you have your default gateway entered in Network>Global Configuration?

It's typically the IP address of your router.
 

SereneYeti

Cadet
Joined
Jan 23, 2022
Messages
4
I have my default gateway entered in Nameserver 1 currently
 

SereneYeti

Cadet
Joined
Jan 23, 2022
Messages
4
Do you have your default gateway entered in Network>Global Configuration?

It's typically the IP address of your router.
I have my default gateway entered in Nameserver 1 currently
 

SereneYeti

Cadet
Joined
Jan 23, 2022
Messages
4
Do you have your default gateway entered in Network>Global Configuration?

It's typically the IP address of your router.
Thanks for the help I tried moving where I'd put my default gateway and it worked perfectly. Thanks!
 

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925
Top