[Plugins] failed due to: exit code(128)

Scott Anderson

Dabbler
Joined
Jun 2, 2021
Messages
18
Hi,

First time installing TrueNas and it hasn't gone very smoothly.

I was hoping to install Proxmox and then TrueNas on top but haven't been able to get VT-d/IOMMU working even though everything seems to support it. So switched over to the though of just running TrueNas directly on the machine....but...

I have two remaining issues and as the are both network related, I'm not sure if they are related but I would be grateful of some help...

1: Plugins...I get a pop up with the following:

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


What I have checked:

  1. For the em0 interface: My router is providing DHCP and the TrueNas server is pre-allocated/bond 192.168.0.85/24 and that appears to work as I can connect to it locally without a problem.
  2. Default gateway is my router at 192.168.0.1
  3. Network/Global has DNS Nameservers setup as 8.8.8.8 and 8.8.8.4
  4. From Shell I can ping google.com and GitHub.com (via name rather than explicit ip) so DNS is working
  5. Time/zone is correct as system time is showing correctly
  6. This occurs even when my second network card (see below) is disconnected and marked as down.

2: The second issue is simple routing between the two network interfaces in the machine and I don't know if it failing is an indication of a wider problem.

I have a hacintosh which has a single Nic onboard which is 2.5Gb (Realtek). I wanted the TrueNas to replace my qnap as a TimeMachine location so have an ASUS XG -C100C installed in the TrueNas and directly connected the two together (no switch). The TrueNas server also has an onboard 1Gb nic which then connects to my wider network (all at home and behind the routers firewall).

TrueNas Setup: aq0: 10.0.0.1/8
em0: 192.168.0.85/24 (via DHCP as mentioned above)
System/Tunables: gateway_enable YES (type) RC

Hachintosh Setup: 10.0.0.2/8 Default gateway 10.0.0.1 (tried 192.168.0.1 but doesn't make any difference)
sudo route add -net 192.168.0.0/24 -gateway 10.0.0.1 (thinking being that if the Hackintosh needs to access the 192 network, route that traffic to 10.0.0.1 and the TrueNas server will pass the packets over to it's 192 interface/visa-versa)

Result is the mackintosh will happily talk to the TrueNas over 10.x network but can not connect through it to the wider 192.168.0.x network. Great for backups, not so great for using the hackintosh.

Like I said, I'm not sure if they are related.

Any help would be gratefully received

Scott
 

Scott Anderson

Dabbler
Joined
Jun 2, 2021
Messages
18
Well I've sort of fixed the plugins error...but suggests there is something else wrong.

While System/General showed my date and time as correct (at least the Date format was showing the correct date so it got it from somewhere), the Shell thought I was in 2009 (oh those were the days).

$ntpdate -q 0.freebsd.pool.ntp.org
returns an error that "no server suitable for synchronisation can be found"
(I would Copy/Paste the command and error from the shell but it doesn't even copy the correct selected text!!!)

DNS is working as I can ping that name from the same shell.

Considering this is a fresh install and I set my location etc during the installation I'm surprised this is broken and I've no idea how it's happened. The only way to resolve it was by using the date command.

If I can't even get the system in it's fresh install/default setup to resolve the date...I'm a bit concerned about placing my data on it.
 

ThreeDee

Guru
Joined
Jun 13, 2013
Messages
700
need a new CMOS battery perhaps?
 

Scott Anderson

Dabbler
Joined
Jun 2, 2021
Messages
18
Yes I did but...I don't understand why when the system has booted is isn't picking up the time from the ntp servers..
 
Top