I have a similar problem as in this thread:
https://forums.freebsd.org/threads/52013/
after doing an upgrade from 10.2 to 10.3. I added my question to that thread, but I think that there is a "sovled" flag by it means no one is reading my addition. While the thread I referenced has a solution, it is specific rather than universal. That is, I don't know where to find similar files to the thread.
Here is the error message. Also all the information requested in the other thread is presented here specific to my installation.
I also have openssl installed for my email:
Whatever solution is proposed, I really don't want my email broken. When I did the upgrade from 10.2 to 10.3, libressl somehow got installed and it broke everything, causing about two hours of debugging and repairs.
https://forums.freebsd.org/threads/52013/
after doing an upgrade from 10.2 to 10.3. I added my question to that thread, but I think that there is a "sovled" flag by it means no one is reading my addition. While the thread I referenced has a solution, it is specific rather than universal. That is, I don't know where to find similar files to the thread.
Here is the error message. Also all the information requested in the other thread is presented here specific to my installation.
Code:
# freebsd-update fetch
Looking up update.FreeBSD.org mirrors... 4 mirrors found.
Fetching metadata signature for 10.3-RELEASE from update3.freebsd.org... invalid signature.
Fetching metadata signature for 10.3-RELEASE from update6.freebsd.org... invalid signature.
Fetching metadata signature for 10.3-RELEASE from update5.freebsd.org... invalid signature.
Fetching metadata signature for 10.3-RELEASE from update4.freebsd.org... invalid signature.
No mirrors remaining, giving up.
Code:
# uname -a
FreeBSD theranch 10.3-RELEASE-p7 FreeBSD 10.3-RELEASE-p7 #0: Thu Aug 11 18:38:15 UTC 2016 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
Code:
# portsnap fetch
Looking up portsnap.FreeBSD.org mirrors... 7 mirrors found.
Fetching snapshot tag from your-org.portsnap.freebsd.org... invalid snapshot tag.
Fetching snapshot tag from sourcefire.portsnap.freebsd.org... invalid snapshot tag.
Fetching snapshot tag from ec2-eu-west-1.portsnap.freebsd.org... invalid snapshot tag.
Fetching snapshot tag from ec2-ap-northeast-1.portsnap.freebsd.org... invalid snapshot tag.
Fetching snapshot tag from ec2-ap-southeast-2.portsnap.freebsd.org... invalid snapshot tag.
Fetching snapshot tag from ec2-sa-east-1.portsnap.freebsd.org... invalid snapshot tag.
Fetching snapshot tag from isc.portsnap.freebsd.org... failed.
No mirrors remaining, giving up.
Code:
# /usr/bin/openssl version
34379283160:error:0E079065:configuration file routines:DEF_LOAD_BIO:missing equal sign:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/conf/conf_def.c:345:line 1
Code:
# file /usr/bin/openssl
/usr/bin/openssl: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 10.3, stripped
Code:
# ldd /usr/bin/openssl
/usr/bin/openssl:
libssl.so.7 => /usr/lib/libssl.so.7 (0x800897000)
libcrypto.so.7 => /lib/libcrypto.so.7 (0x800b03000)
libc.so.7 => /lib/libc.so.7 (0x800ef9000)
I also have openssl installed for my email:
Code:
# ls -l openssl
-rwxr-xr-x 1 root wheel 627462 Sep 12 07:39 openssl
# pwd
/usr/local/bin
# file /usr/local/bin/openssl
/usr/local/bin/openssl: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 10.2, not stripped
# ldd /usr/local/bin/openssl
/usr/local/bin/openssl:
libssl.so.8 => /usr/local/lib/libssl.so.8 (0x8008a1000)
libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x800b0b000)
libthr.so.3 => /lib/libthr.so.3 (0x800f18000)
libc.so.7 => /lib/libc.so.7 (0x80113d000)
Whatever solution is proposed, I really don't want my email broken. When I did the upgrade from 10.2 to 10.3, libressl somehow got installed and it broke everything, causing about two hours of debugging and repairs.