UTM5 5.3-002, запуск под FreeBSD 11 x64

Технические вопросы по UTM 5.0
Ответить
misha_40hex
Сообщения: 7
Зарегистрирован: Вт июл 08, 2014 16:53

UTM5 5.3-002, запуск под FreeBSD 11 x64

Сообщение misha_40hex »

Добрый день.
Пытаемся перенести UTM5 в KVM-контейнер.

При попытке запуска ядра видим такие сообщения:

Код: Выделить всё

    (!!) Unable to start UTM5 Core.
    (!!) StartupError: License check failed
    (!!) See debug.log for details
В main.log много ругани на ssl:

Код: Выделить всё

May 02 15:14:47 *ALERT : 29014000 UTM5 Core: License check failed
May 02 15:14:47  Info  : 29014000 UTM5 Config: Pid file found: /var/run/utm5_core.pid; Overwriting
May 02 15:16:08  Info  : 29014000 UTM5 Config: Processing config file: /netup/utm5/utm5.cfg
May 02 15:16:08  Info  : 29014000 FileAppender: Using '/netup/utm5/log/main.log' file
May 02 15:16:08  ERROR : 29014000 LicenseCenter: Parsing of the PKCS12 structure failed.  SSL Error: error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt
May 02 15:16:08  ERROR : 29014000 LicenseCenter: Parsing of the PKCS12 structure failed.  SSL Error: error:23077074:PKCS12 routines:PKCS12_pbe_crypt:pkcs12 cipherfinal error
May 02 15:16:08  ERROR : 29014000 LicenseCenter: Parsing of the PKCS12 structure failed.  SSL Error: error:2306A075:PKCS12 routines:PKCS12_item_decrypt_d2i:pkcs12 pbe crypt error
May 02 15:16:08  ERROR : 29014000 LicenseCenter: Parsing of the PKCS12 structure failed.  SSL Error: error:23076072:PKCS12 routines:PKCS12_parse:parse error
May 02 15:16:08  ERROR : 29014000 LicenseCenter: Loading license error.
Библиотеки есть:

Код: Выделить всё

# ldd /netup/utm5/bin/utm5_core
/netup/utm5/bin/utm5_core:
        libcrypto.so.6 => /usr/local/lib32/compat/libcrypto.so.6 (0x28743000)
        libssl.so.6 => /usr/local/lib32/compat/libssl.so.6 (0x288a5000)
        librt.so.1 => /usr/lib32/librt.so.1 (0x288f2000)
        libthr.so.3 => /usr/lib32/libthr.so.3 (0x288f8000)
        libz.so.6 => /usr/lib32/libz.so.6 (0x2891c000)
        libintl.so.9 => /usr/local/lib32/compat/libintl.so.9 (0x28931000)
        libcrypt.so.5 => /usr/lib32/libcrypt.so.5 (0x2893a000)
        libstdc++.so.6 => /usr/local/lib32/compat/libstdc++.so.6 (0x28959000)
        libm.so.5 => /usr/lib32/libm.so.5 (0x28a50000)
        libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0x28a7b000)
        libc.so.7 => /usr/lib32/libc.so.7 (0x28a87000)
LibIntl.so.9 симлинком:

Код: Выделить всё

# ls -l /usr/local/lib32/compat/libintl.so.9
lrwxr-xr-x  1 root  wheel  40 May  2 14:55 /usr/local/lib32/compat/libintl.so.9 -> /usr/local/lib32/compat/libintl.so.8.1.5
Версия openssl:

Код: Выделить всё

# openssl version
OpenSSL 1.0.2j-freebsd  26 Sep 2016
Версия системы:

Код: Выделить всё

# uname -a
FreeBSD internet 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu Sep 29 01:43:23 UTC 2016     root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
Вопрос - что мы делаем не так и как это пофиксить ?

Ответить