<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body style="background-color: rgb(255, 255, 255); color: rgb(0, 0,
    0); font-family: sans-serif; font-size: 16px;" bgcolor="#FFFFFF"
    text="#000000">
    Hi everyone<br>
    <br>
    I have a problem after upgrading my ovirt 3.4 server from F19 to F20
    using fedup<br>
    <br>
    After boot postgress database didn't come up till I installed the
    postrgesql-upgrade package and run  the pg_upgrade script<br>
    <br>
    Now the database starts fine but ovirt-engine refuses to start due
    to authentication problem<br>
    <br>
    Since I suspect the problem comes from password encryption I tried
    to follow<br>
    <br>
    <a class="moz-txt-link-freetext" href="http://www.ovirt.org/Postgresql_changing_db_pass">http://www.ovirt.org/Postgresql_changing_db_pass</a><br>
    <br>
    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)<br>
    <br>
    So grabbed the script here:<br>
    <br>
<a class="moz-txt-link-freetext" href="https://github.com/anjalshireesh/gluster-ovirt-poc/blob/master/backend/manager/conf/ca/encryptpasswd.sh">https://github.com/anjalshireesh/gluster-ovirt-poc/blob/master/backend/manager/conf/ca/encryptpasswd.sh</a><br>
    <br>
    but it fails saying :<br>
    <br>
    unable to find jbosssx jar...<br>
    <br>
    Since I didn't change any password in the database, tried to access
    it after altering the <br>
    <br>
    /var/lib/pgsql/data/pg_hba.conf<br>
    <br>
    and setting<br>
    <br>
    local  all             all                                     trust<br>
    host    all             all             127.0.0.1/32           
    trust<br>
    <br>
    engine setup still cant'access<br>
    <br>
    so I did<br>
    <br>
    postgres=# alter user engine with password 'NEW_CLEAR_TEXT_PASS';
    <br>
    postgres=# alter user postgres with password 'NEW_CLEAR_TEXT_PASS';
    <br>
    <br>
    The funny thing is that even after changing the passwords I can't
    acpsql --username=engine<br>
    <br>
    psql: FATALE:  autenticazione Peer fallita per l'utente "engine"<br>
    <br>
    So I altered the hba to trust again the local users with no luck ,
    and still cant'start  ovirt-engine nor engine-setup either<br>
    <br>
    I'd appreciate any help since I'm stuck and cutted out from my VMs
    and crashing my head against the wall<br>
    <br>
    May anyoune point me in the right direction?<br>
    <br>
    Thank you in advance<br>
    <br>
    Best regards<br>
    <br>
    Alessandro<br>
    <br>
    <br>
  </body>
</html>