nstephenh 6 Posted September 12, 2024 Posted September 12, 2024 I'm also having problems after trying to upgrade on my freenas-core nas, but after some googling and trying to run the binary directly, I got "Failed to create CoreCLR". A github page for dotnet indicates that it could be due to the fact that the jail is on a newer version of freebsd than the host os. Guess it's time to reboot after over a year of uptime. This is what I get for tinkering :P. 1
nstephenh 6 Posted September 12, 2024 Posted September 12, 2024 Updated the host to the latest version of 13.0, then updated the jail to 13.2 fixed it. Could also have just been the restart. Currently running 4.8.8.0 with no issues. 2
kaczorws 2 Posted February 19 Posted February 19 Hello, it seems mbedtls for FreeBSD has been deprecated and removed from pkg: When running pkg install mbedtls I get notification about missing package - I have pkg set to LATEST. According to this: https://www.freshports.org/security/mbedtls/ port for mbedtls has been removed and replaced by mbedtls2 and mbedtls3. Those packages can indeed be installed, but since Emby package looks specifically for "mbedtls" the installation fails with missing dependency error. It is there possibly any fix for this? 2
ramaureirac 0 Posted February 22 Posted February 22 On 2/19/2025 at 6:37 AM, kaczorws said: Hello, it seems mbedtls for FreeBSD has been deprecated and removed from pkg: When running pkg install mbedtls I get notification about missing package - I have pkg set to LATEST. According to this: https://www.freshports.org/security/mbedtls/ port for mbedtls has been removed and replaced by mbedtls2 and mbedtls3. Those packages can indeed be installed, but since Emby package looks specifically for "mbedtls" the installation fails with missing dependency error. It is there possibly any fix for this? Got the same issue today. You can use flag -M to ignore missing dependencies: pkg add -f -M https://github.com/MediaBrowser/Emby.Releases/releases/download/4.9.0.38/emby-server-freebsd14_4.9.0.38_amd64.pkg I did the installation with mbedtls2. No issues so far.
kaczorws 2 Posted February 24 Posted February 24 On 2/22/2025 at 7:27 AM, ramaureirac said: Got the same issue today. You can use flag -M to ignore missing dependencies: pkg add -f -M https://github.com/MediaBrowser/Emby.Releases/releases/download/4.9.0.38/emby-server-freebsd14_4.9.0.38_amd64.pkg I did the installation with mbedtls2. No issues so far. Thanks, that indeed worked
Luke 40017 Posted March 1 Author Posted March 1 On 2/24/2025 at 5:37 AM, kaczorws said: Thanks, that indeed worked We're updating our packages to use mbedtls3. Thanks guys. 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now