Notifications
Clear all
Install & Setup
1
Posts
1
Users
0
Reactions
175
Views
Topic starter
07/23/2024 19:36
Hi all,
Upgraded to 24.7 on Ubuntu 22.04 (Release branch) following the upgrade steps. Was already running PG16 so not much needed.
Following upgrade at the pending-setups stage it's failing out restarting the message broker service, see below.
You have 1 pending setups to run 0) carbonio-message-broker.sh a) execute all q) quit ----SNIP---- Config entry written: service-defaults/carbonio-message-broker Config entry written: service-intentions/carbonio-message-broker Configuration reload triggered Job for carbonio-message-broker.service failed because the control process exited with error code. See "systemctl status carbonio-message-broker.service" and "journalctl -xeu carbonio-message-broker.service" for details. Script for message broker terminated with error
Digging into the journals is providing this output;
<red> rabbitmq-server[27054]: =ERROR REPORT==== 23-Jul-2024::18:29:53.557620 === <red> rabbitmq-server[27054]: Unable to load crypto library. Failed with error: <red> rabbitmq-server[27054]: "load, Library load-call unsuccessful (227)." <red> rabbitmq-server[27054]: =WARNING REPORT==== 23-Jul-2024::18:29:53.563545 === <red> rabbitmq-server[27054]: The on_load function for module crypto returned: <red> rabbitmq-server[27054]: {error,{load,"Library load-call unsuccessful (227)."}} <red> rabbitmq-server[27054]: =CRASH REPORT==== 23-Jul-2024::18:29:53.564137 === <red> rabbitmq-server[27054]: crasher: <red> rabbitmq-server[27054]: initial call: credentials_obfuscation_svc:init/1 <red> rabbitmq-server[27054]: pid: <0.128.0> <red> rabbitmq-server[27054]: registered_name: [] <red> rabbitmq-server[27054]: exception error: undefined function crypto:strong_rand_bytes/1 <red> rabbitmq-server[27054]: in function credentials_obfuscation_svc:check/3 (src/credentials_obfuscation_svc.erl, line 197) <red> rabbitmq-server[27054]: in call from credentials_obfuscation_svc:init_state/0 (src/credentials_obfuscation_svc.erl, line 169) <red> rabbitmq-server[27054]: in call from gen_server:init_it/2 (gen_server.erl, line 962) <red> rabbitmq-server[27054]: in call from gen_server:init_it/6 (gen_server.erl, line 917) <red> rabbitmq-server[27054]: ancestors: [credentials_obfuscation_sup,<0.126.0>]
Any ideas?