MediaBrowser / iocage-amd64

6 stars 10 forks source link

error installing on truenas 12.0-U6 #5

Open tim-dcl opened 2 years ago

tim-dcl commented 2 years ago

I followed the install instructions found at https://emby.media/truenas-server.html. I get the following on step 3. Any ideas? ` .gdbinit .profile .warning .zshrc syslog root@freenas[~]# cd iocage* root@freenas[~/iocage-amd64]# iocage fetch -P emby-server.json dhcp="on" --branch truenas12 Plugin: emby-server Official Plugin: False Using RELEASE: 12.2-RELEASE Using Branch: truenas12 Post-install Artifact: https://github.com/MediaBrowser/iocage-amd64.git These pkgs will be installed:

Testing Host DNS response to pkg.freebsd.org Testing emby-server's SRV response to pkg.freebsd.org Testing emby-server's DNSSEC response to pkg.freebsd.org

Testing Host DNS response to pkg.freebsd.org Testing emby-server's SRV response to pkg.freebsd.org Testing emby-server's DNSSEC response to pkg.freebsd.org

pkg error:

FYI: ` root@truenas[~/iocage-amd64]# pkg info ca_root_nss ca_root_nss-3.51.1 Name : ca_root_nss Version : 3.51.1 Installed on : Mon Oct 4 10:36:24 2021 PDT Origin : security/ca_root_nss Architecture : FreeBSD:12:* Prefix : /usr/local Categories : security Licenses : MPL20 Maintainer : ports-secteam@FreeBSD.org WWW : UNKNOWN Comment : Root certificate bundle from the Mozilla Project Options : ETCSYMLINK : on Annotations :

`

alucryd commented 2 years ago

The FreeBSD certs are borked indeed. I just pushed a new commit to use http instead of https, please give it another try.

LukePulverenti commented 2 years ago

@tim-dcl has this helped?