from FreeNAS to TrueNAS jails upgrade problems (plex, nextcloud, homeassistant)

Ite-me

Dabbler
Joined
Sep 30, 2020
Messages
20
Hello everyone,

I upgraded from freenas 11.3-U4 to TrueNAS 12.0-RC1 and everything looked like fine.
I upgraded my jails from the same version (freebsd 11.3) to the newest (12.1) and a lot of jails stop working.

The jails start but they all have different problem. My plex and Nextcloud havn't a lot of settings so I just delete them to instlall news.
But for HomeAssistant, the service won't run and I don't know why since there is no logs except for this one :

This is the issue I run into when using the check_config homeassistant menu but I have no log nor error when starting the service.

Code:
Traceback (most recent call last):
  File "/usr/local/share/homeassistant/bin/hass", line 8, in <module>
    sys.exit(main())
  File "/usr/local/share/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 298, in main
    from homeassistant import runner
  File "/usr/local/share/homeassistant/lib/python3.7/site-packages/homeassistant/runner.py", line 10, in <module>
    from homeassistant import bootstrap
  File "/usr/local/share/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 17, in <module>
    from homeassistant.components import http
  File "/usr/local/share/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/__init__.py", line 6, in <module>
    import ssl
  File "/usr/local/lib/python3.7/ssl.py", line 98, in <module>
    import _ssl             # if we can't import it, let the error propagate
ImportError: Shared object "libssl.so.8" not found, required by "_ssl.so"


So I looked for this issue and tried to do some symbolic link (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233225#c12) to solve it but nothing works.

PS : The update of plex don't work either I have to do it manually (this is not a problem for me but just saying)
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Have you tried a pkg upgrade in the jail after the upgrade of the jail itself to 12.1-RELEASE (I presume)?
 
Top