Newbie can't install plugins

robertjpjr

Cadet
Joined
Feb 22, 2021
Messages
2
I am new to TrueNAS CORE, first off. I will probably use incorrect terminology, sorry.

I installed TrueNAS CORE to a spare PC I had kicking around. 256GB SSD as boot device, single 2TB HDD as storage. I'm only using the NAS as a backup to my backups. I'm mostly just teaching myself this as a hobby.

That being said, I can't install plugins, as the title suggests. I am able to use the storage on my local network just fine, but I am trying to install NextCloud. I get this error:

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/TrueNas2TB/iocage/.plugins/github_com_freenas_iocage-ix-plugins_git stderr: 'Cloning into '/mnt/TrueNas2TB/iocage/.plugins/github_com_freenas_iocage-ix-plugins_git'... fatal: unable to access 'https://github.com/freenas/iocage-ix-plugins.git/': SSL certificate problem: certificate is not yet valid '


Code:
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/TrueNas2TB/iocage/.plugins/github_com_freenas_iocage-ix-plugins_git
  stderr: 'Cloning into '/mnt/TrueNas2TB/iocage/.plugins/github_com_freenas_iocage-ix-plugins_git'...
fatal: unable to access 'https://github.com/freenas/iocage-ix-plugins.git/': SSL certificate problem: certificate is not yet valid
'


I have attached 2 photos of my config.

If I have left out any info, please let me know and I will be happy to post it. Like I said, I am just goofing off, but I want to try and get this working.

Thank everyone in advance!
 

Attachments

  • DynamicDNS Config.png
    DynamicDNS Config.png
    26.2 KB · Views: 272
  • TrueNAS Global Config.png
    TrueNAS Global Config.png
    29.6 KB · Views: 270

robertjpjr

Cadet
Joined
Feb 22, 2021
Messages
2
I didn't have my time configured correctly. Switched from Los Angeles to Eastern. Now I can install Nextcloud.

Mods, I will leave it up to you to decide what to do with this thread.
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
I didn't have my time configured correctly. Switched from Los Angeles to Eastern. Now I can install Nextcloud.

Mods, I will leave it up to you to decide what to do with this thread.
You can make it "Solved"
 
Top