Hi everyone

I have a problem after upgrading my ovirt 3.4 server from F19 to F20 using fedup

After boot postgress database didn't come up till I installed the postrgesql-upgrade package and run  the pg_upgrade script

Now the database starts fine but ovirt-engine refuses to start due to authentication problem

Since I suspect the problem comes from password encryption I tried to follow

http://www.ovirt.org/Postgresql_changing_db_pass

but it seems I have no encryptpasswd.sh on my system (I did a find with no results since it was supposed to live in a different location than the one showed on the wiki page)

So grabbed the script here:

https://github.com/anjalshireesh/gluster-ovirt-poc/blob/master/backend/manager/conf/ca/encryptpasswd.sh

but it fails saying :

unable to find jbosssx jar...

Since I didn't change any password in the database, tried to access it after altering the

/var/lib/pgsql/data/pg_hba.conf

and setting

local  all             all                                     trust
host    all             all             127.0.0.1/32            trust

engine setup still cant'access

so I did

postgres=# alter user engine with password 'NEW_CLEAR_TEXT_PASS';
postgres=# alter user postgres with password 'NEW_CLEAR_TEXT_PASS';

The funny thing is that even after changing the passwords I can't acpsql --username=engine

psql: FATALE:  autenticazione Peer fallita per l'utente "engine"

So I altered the hba to trust again the local users with no luck , and still cant'start  ovirt-engine nor engine-setup either

I'd appreciate any help since I'm stuck and cutted out from my VMs and crashing my head against the wall

May anyoune point me in the right direction?

Thank you in advance

Best regards

Alessandro