Installing PKG in TrueNAS 12.4

Joined
Jan 26, 2024
Messages
1
I essentially have two questions. Primarily, I'm trying to install Radarr. First I tried on the 13.2 release, but it ends up not working by not listening on port 7878. I consulted a knowledgable friend by they were unable to resolve the issue. I then tried to install a jail running on 12.4 instead, but when I try to install radarr I get the following error:
A pre-built version of pkg could not be found for your system. Consider changing PACKAGESITE or installing it from ports: 'ports-mgmt/pkg'.
When I looked in FreeBSD forums, it became clear that http://pkg.FreeBSD.org/FreeBSD:12:amd64/quarterly/Latest/pkg.txz is no longer online.
So my question is: how can I install pkg in TrueNAS 12.4?
Or if anyone got Radarr to run on TrueNAS 13.2, how?

Thank you in advance.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
So my question is: how can I install pkg in TrueNAS 12.4?
There is no such product.

There are literally hundreds of people running Radarr in TrueNAS 13 CORE (FreeBSD 13.2 jails) and there's no reason at all to use FreeBSD 12.x.

Create a new jail, making sure to set allow_mlock:
iocage create -n "radarr" -r 13.2-RELEASE dhcp="on" vnet="on" allow_raw_sockets="1" allow_mlock=1 boot="on" bpf="yes"
then in that jail shell
pkg install radarr

That's it.
 
Top