Truenas 13U3 unable to install plugins

onthax

Explorer
Joined
Jan 31, 2012
Messages
81
Having an issue reinstalling radarr in 13U3

it gets to 75% then just hangs there.

jail is built, but no radarr

/var/log/message within the jail shows

Code:
Jan 25 08:52:28 radarr newsyslog[25704]: logfile first created
Jan 25 08:52:28 radarr syslogd: kernel boot file is /boot/kernel/kernel
Jan 25 08:52:28 radarr dhclient[25529]: receive_packet failed on epair0b: Device not configured
Jan 25 08:52:28 radarr dhclient[25529]: ioctl(SIOCGIFFLAGS) on epair0b: Operation not permitted
Jan 25 08:52:28 radarr dhclient[25529]: Interface epair0b no longer appears valid.
Jan 25 08:52:28 radarr dhclient[25529]: No live interfaces to poll on - exiting.
Jan 25 08:52:28 radarr dhclient[25529]: exiting.
Jan 25 08:52:28 radarr dhclient[25529]: connection closed
Jan 25 08:52:28 radarr dhclient[25529]: exiting.
Jan 25 08:52:28 radarr syslogd: exiting on signal 15
Jan 25 08:52:32 radarr syslogd: kernel boot file is /boot/kernel/kernel
Jan 25 08:52:42 radarr pkg-static[26426]: pkg-1.19.0 installed
Jan 25 08:52:47 radarr pkg-static[26445]: pkg reinstalled: 1.19.0 -> 1.19.0


within the iocage console log for the jail

Code:
ELF ldconfig path: /lib /usr/lib /usr/lib/compat
32-bit compatibility ldconfig path: /usr/lib32
Starting dhclient.
Starting dhclient.
Starting dhclient.
Starting dhclient.
Starting dhclient.
Starting dhclient.
Starting Network: lo0 epair0b.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
        inet 127.0.0.1 netmask 0xff000000
        groups: lo
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
epair0b: flags=8863<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=8<VLAN_MTU>
        ether 3e:ec:ef:c1:df:cb
        hwaddr 02:9f:25:bf:a9:0b
        inet 192.168.52.1 netmask 0xffffff00 broadcast 192.168.52.255
        groups: epair
        media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
        status: active
        nd6 options=1<PERFORMNUD>
add host 127.0.0.1: gateway lo0 fib 0: route already in table
add host ::1: gateway lo0 fib 0: route already in table
add net fe80::: gateway ::1
add net ff02::: gateway ::1
add net ::ffff:0.0.0.0: gateway ::1
add net ::0.0.0.0: gateway ::1
Clearing /tmp (X related).
Creating and/or trimming log files.
Updating motd:.
Updating /var/run/os-release done.
Starting syslogd.
Starting cron.


Wed Jan 25 08:52:28 AEST 2023

have tried several different network configs, static etc.

Can't see anything in the logs of it actually trying to install radarr

can resolve and ping from the jail outbound which works fine.
pkg update works fine.


Any ideas?
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
Don't use plugins:
 

onthax

Explorer
Joined
Jan 31, 2012
Messages
81
Not plugin related.

get the same in the jail, looks like radarr install freezes at 80% downloaded.
 

onthax

Explorer
Joined
Jan 31, 2012
Messages
81
root@radarr:~ # pkg install radarr
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 8 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
ca_root_nss: 3.86
icu: 72.1,1
libedit: 3.1.20221030,1
libiconv: 1.17
libinotify: 20211018
libunwind: 20211201_1
radarr: 4.2.4.6635_1
sqlite3: 3.40.1,1

Number of packages to be installed: 8

The process will require 165 MiB more space.
28 MiB to be downloaded.

Proceed with this action? [y/N]: y
[radarr] [1/5] Fetching radarr-4.2.4.6635_1.pkg: 81% 22 MiB 6.7MB/s 00:00 ETA^C


Any ideas on how i can get an older version or download it directly.
 
Top