[SOLVED] Unable to install opennebula en redhat 7.4

Hi there,

I’m trying to install the lateste version of opennebula on redhat 7.4.

I followed the official documentation and when trying to perform my firest login on http://myserver:9869, I’ve the following error :

OpenNebula is not running or there was a server exception. Please check the server logs.

The /var/log/one/oned.log file shows the following :slight_smile:

Fri Feb 28 18:12:19 2020 [Z0][ReM][D]: Req:3232 UID:0 IP:127.0.0.1 one.user.info invoked , -1, false
Fri Feb 28 18:12:19 2020 [Z0][ReM][D]: Req:3232 UID:0 one.user.info result SUCCESS, “0<GID…”
Fri Feb 28 18:12:19 2020 [Z0][AuM][D]: Message received: LOG I 1 Internal error Permission denied - /var/lib/one/remotes/auth/server_cipher/authenticate

Fri Feb 28 18:12:19 2020 [Z0][AuM][I]: Internal error Permission denied - /var/lib/one/remotes/auth/server_cipher/authenticate
Fri Feb 28 18:12:19 2020 [Z0][AuM][D]: Message received: AUTHENTICATE FAILURE 1 Internal error Permission denied - /var/lib/one/remotes/auth/server_cipher/authenticate

Fri Feb 28 18:12:19 2020 [Z0][AuM][E]: Auth Error: Internal error Permission denied - /var/lib/one/remotes/auth/server_cipher/authenticate
Fri Feb 28 18:12:19 2020 [Z0][ReM][D]: Req:4992 UID:-1 IP:127.0.0.1 one.user.info invoked , -1, false
Fri Feb 28 18:12:19 2020 [Z0][ReM][E]: Req:4992 UID:- one.user.info result FAILURE [one.user.info] User couldn’t be authenticated, aborting call.

Thank you all.

Hello @Yacine_FETOUH

It seems user oneadmin can’t execute file /var/lib/one/remotes/auth/server_cipher/authenticate so please check that your permissions are correctly configured for that user.

Hi !

Thank you.

What they are supposed to be ? I followed the installation guide step by step and there IS not a section talking about permission.

Thank you

I’ve tried the following :slight_smile:

chown -R oneadmin:oneadmin /var/lib/one/ --> same problem

Then, I tried chmod -R 777 /var/lib/one --> same error message.

Don’t get it.

Hello, most likely you have /var/lib mounted with noexec option.

That’s it, now working fine ! thank you