I upgraded from 11.2 U7 to 11.3 RC1 tonight. All of my jails were on 11.2-RELEASE and all manually created (no plugins). After I upgraded, two of my jails are listed as CORRUPT and one of them fails to start with a DHCP error.
iocage list
iocage start sonarr
If I manually set an IP in Sonarr, it starts. The jail log is uninteresting; the entries are all identical to before the upgrade, when everything worked fine:
As for plex and radarr, the root/ directories for them have subdirectories (bin, dev, boot, etc) but they're all empty. I suppose I'll have to go create all new jails but I'm not sure what happened here.
iocage list
Code:
+-----+---------+---------+--------------+------+ | JID | NAME | STATE | RELEASE | IP4 | +=====+=========+=========+==============+======+ | - | plex | CORRUPT | N/A | N/A | +-----+---------+---------+--------------+------+ | - | radarr | CORRUPT | N/A | N/A | +-----+---------+---------+--------------+------+ | 15 | sabnzbd | up | 11.2-RELEASE | DHCP | +-----+---------+---------+--------------+------+ | - | sonarr | down | 11.3-RELEASE | DHCP | +-----+---------+---------+--------------+------+ | 3 | unifi | up | 11.2-RELEASE | DHCP | +-----+---------+---------+--------------+------+
iocage start sonarr
Code:
No default gateway found for ipv6. * Starting sonarr + Started OK + Using devfs_ruleset: 8 + Configuring VNET OK + Using IP options: vnet + Starting services OK + Executing poststart OK + Acquiring DHCP address: FAILED, address received: ERROR, check jail logs Stopped sonarr due to DHCP failure
If I manually set an IP in Sonarr, it starts. The jail log is uninteresting; the entries are all identical to before the upgrade, when everything worked fine:
Code:
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/perl5/5.30/mach/CORE
32-bit compatibility ldconfig path: /usr/lib32
32-bit compatibility ldconfig path: /usr/lib32
Starting Network: lo0.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
groups: lo
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
Creating and/or trimming log files.
Starting syslogd.
Clearing /tmp (X related).
Updating motd:.
Starting sonarr.
Starting cron.
Tue Dec 10 21:49:40 CST 2019
As for plex and radarr, the root/ directories for them have subdirectories (bin, dev, boot, etc) but they're all empty. I suppose I'll have to go create all new jails but I'm not sure what happened here.