Please, describe the problem here and provide additional information below (if applicable) …
Versions of the related components and OS (frontend, hypervisors, VMs): Debian 12 bare metal install, OpenNebula 6.10 packages from guide, MariaDB.
Steps to reproduce: New/Fresh install of OpenNebula. Packages installed: opennebula opennebula-fireedge opennebula-gate opennebula-flow opennebula-provision
Current results: Login page gives a 500 error, nothing is displayed on the login screen itself.
Expected results: Should be able to login with oneadmin
and the initial password I had set up.
Log entry from /var/log/one/fireedge.log
:
HPM] Proxy created: /fireedge/vmrc -> http://localhost:2616
[HPM] Subscribed to http-proxy events: [ 'error', 'close' ]
Server listen in 0.0.0.0:2616
error: [object Object]
error: 192.168.10.137 - - [12/Dec/2024:09:58:41 +0000] "POST /fireedge/api/auth/ HTTP/1.1" 500 44 "http://192.168.10.162:2616/fireedge/sunstone" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"
I have checked the oneadmin password, I have also reset the oneadmin password, but no dice.
Output from cli:
root@debian:~# sudo -u oneadmin /bin/sh
$ oneuser show
USER 0 INFORMATION
ID : 0
NAME : oneadmin
GROUP : oneadmin
PASSWORD : 8ffd165dc0c18f477aafe940e8db43339f1c707a6a66fe3cf36b96d999af4e29
AUTH_DRIVER : core
ENABLED : Yes
TOKENS
USER TEMPLATE
TOKEN_PASSWORD="dbceb5dc016201023f2446b12a384703d201bfbc6678cdbf53c145c76205f6ab"
VMS USAGE & QUOTAS
VMS USAGE & QUOTAS - RUNNING
DATASTORE USAGE & QUOTAS
NETWORK USAGE & QUOTAS
IMAGE USAGE & QUOTAS
I am very new to OpenNebula and have spent the past 3 days buried in the documentation, trying to get it up and running now to check it out. Any help on this will be immensely appreciated.
TIA.