[ovirt-users] Re: "engine-setup" 4.3.9 on fresh centos 7 install with PKI error

2020-03-26 Thread Sandro Bonazzola
Il giorno mar 24 mar 2020 alle ore 10:58  ha
scritto:

> I'm newbie on oVirt - besides having many years on server administration,
> docker and vmware included.
> Installation is no mistery, but I'm stuck with error described below.
>
> I've just installed a new machine with Centos 7 with all updates:
>
> [root@mgmt ~]# uname -a
> Linux mgmt.simfrete.com 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4
> 23:02:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
>

your kernel looks 2 months old, can you try yum update on your system,
reboot and then re-run engine-setup?
Can you share a sos report from the host?


>
> [root@mgmt ~]# cat /etc/redhat-release
> CentOS Linux release 7.7.1908 (Core)
>
> I've installed the repository:
>
> [root@mgmt ~]# sudo yum install
> https://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm -y
>
> and then the ovirt-engine:
>
> [root@mgmt ~]#  yum install ovirt-engine -y
>
> Then, run the engine-setup with all defaults (exception fqdn = "
> mgmt.mydomain.com").
> Everything runs smoothly, exception with I open the mamagement interface
> at "https://mgmt.mydomain.com/ovirt-engine; I get the error:
>
> sun.security.validator.ValidatorException: PKIX path building failed:
> sun.security.provider.certpath.SunCertPathBuilderException: unable to find
> valid certification path to requested target
>
> In the log, I get
>
> 2020-03-23 02:20:23,883-03 ERROR
> [org.ovirt.engine.core.aaa.servlet.SsoPostLoginServlet] (default task-8) []
> server_error: sun.security.validator.ValidatorException: PKIX path building
> failed: sun.security.provider.certpath.SunCertPathBuilderException: unable
> to find valid certification path to requested target
>
> I don't know how to proceed from here.
> Would you please guide me how to fix this?
>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/F37XX4VHQBO43SPYFDAUSAUANAUYGOX6/
>


-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA 

sbona...@redhat.com
*
*
*Red Hat respects your work life balance. Therefore there is no need to
answer this email out of your office hours.
*
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/2MGAHVAFLJFVDE4QYZQBARCYTXZMW2YK/


[ovirt-users] Re: "engine-setup" 4.3.9 on fresh centos 7 install with PKI error

2020-03-26 Thread Yedidyah Bar David
On Tue, Mar 24, 2020 at 1:34 PM Strahil Nikolov  wrote:
>
> On March 23, 2020 12:42:05 PM GMT+02:00, edsonrich...@hotmail.com wrote:
> >I'm newbie on oVirt - besides having many years on server
> >administration, docker and vmware included.
> >Installation is no mistery, but I'm stuck with error described below.
> >
> >I've just installed a new machine with Centos 7 with all updates:
> >
> >[root@mgmt ~]# uname -a
> >Linux mgmt.simfrete.com 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4
> >23:02:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
> >
> >[root@mgmt ~]# cat /etc/redhat-release
> >CentOS Linux release 7.7.1908 (Core)
> >
> >I've installed the repository:
> >
> >[root@mgmt ~]# sudo yum install
> >https://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm -y
> >
> >and then the ovirt-engine:
> >
> >[root@mgmt ~]#  yum install ovirt-engine -y
> >
> >Then, run the engine-setup with all defaults (exception fqdn =
> >"mgmt.mydomain.com").
> >Everything runs smoothly, exception with I open the mamagement
> >interface at "https://mgmt.mydomain.com/ovirt-engine; I get the error:
> >
> >sun.security.validator.ValidatorException: PKIX path building failed:
> >sun.security.provider.certpath.SunCertPathBuilderException: unable to
> >find valid certification path to requested target
> >
> >In the log, I get
> >
> >2020-03-23 02:20:23,883-03 ERROR
> >[org.ovirt.engine.core.aaa.servlet.SsoPostLoginServlet] (default
> >task-8) [] server_error: sun.security.validator.ValidatorException:
> >PKIX path building failed:
> >sun.security.provider.certpath.SunCertPathBuilderException: unable to
> >find valid certification path to requested target
> >
> >I don't know how to proceed from here.
> >Would you please guide me how to fix this?
> >
> >
> >___
> >Users mailing list -- users@ovirt.org
> >To unsubscribe send an email to users-le...@ovirt.org
> >Privacy Statement: https://www.ovirt.org/privacy-policy.html
> >oVirt Code of Conduct:
> >https://www.ovirt.org/community/about/community-guidelines/
> >List Archives:
> >https://lists.ovirt.org/archives/list/users@ovirt.org/message/F37XX4VHQBO43SPYFDAUSAUANAUYGOX6/
>
> Have you tried windows style ?
> Java  is not too far from windows.
>
>
> P.S.: I mean rebooting the engine

May I quote [1]:

Tom Knight and the Lisp Machine

A novice was trying to fix a broken Lisp machine by turning the power
off and on.

Knight, seeing what the student was doing, spoke sternly: “You cannot
fix a machine by just power-cycling it with no understanding of what
is going wrong.”

Knight turned the machine off and on.

The machine worked.

[1] http://www.catb.org/jargon/html/koans.html#id3141202

Best regards,
-- 
Didi
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/DQGOU4VPGH42KBV7AZQ3O3AGAESSMMMG/


[ovirt-users] Re: "engine-setup" 4.3.9 on fresh centos 7 install with PKI error

2020-03-24 Thread edsonrichter
Any tips where should I look for?
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/VVHIVJ5DPKHBHXDZEAJUMKZSA5GW5AHH/


[ovirt-users] Re: "engine-setup" 4.3.9 on fresh centos 7 install with PKI error

2020-03-24 Thread John Priest
Nope - that Document is for Oracle Linux Virtualization Manager 4.2 only.
We are working to deliver a 4.3 release and the Docs will be refreshed at that 
time.
Feel free to contact me direct if you have any questions

John Priest
508.202.2534
john.pri...@oracle.com


-Original Message-
From: edsonrich...@hotmail.com [mailto:edsonrich...@hotmail.com] 
Sent: Tuesday, March 24, 2020 12:28 PM
To: users@ovirt.org
Subject: [ovirt-users] Re: "engine-setup" 4.3.9 on fresh centos 7 install with 
PKI error

Is this Oracle guide (for 4.2.8) still valid for 4.3.9?

https://docs.oracle.com/en/virtualization/oracle-linux-virtualization-manager/getstart/ssl.html

Or I'll just get more and more in trouble?
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: 
https://urldefense.com/v3/__https://www.ovirt.org/privacy-policy.html__;!!GqivPVa7Brio!N5OE0b7_meH-RS9kdyYzSgbSuNHzO-5lpUpDBKn7r5PE6StE4c5MI8DRR_zRWmyRtg$
oVirt Code of Conduct: 
https://urldefense.com/v3/__https://www.ovirt.org/community/about/community-guidelines/__;!!GqivPVa7Brio!N5OE0b7_meH-RS9kdyYzSgbSuNHzO-5lpUpDBKn7r5PE6StE4c5MI8DRR_xh8D3xYA$
List Archives: 
https://urldefense.com/v3/__https://lists.ovirt.org/archives/list/users@ovirt.org/message/BRTMVUSDUNKWWLMETZ6DZFDBMHJGRYGT/__;!!GqivPVa7Brio!N5OE0b7_meH-RS9kdyYzSgbSuNHzO-5lpUpDBKn7r5PE6StE4c5MI8DRR_xd82GJ4g$
 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/5ECXOX3ZJRT4PO7FUDDEFCK3E2Z6KZ5G/


[ovirt-users] Re: "engine-setup" 4.3.9 on fresh centos 7 install with PKI error

2020-03-24 Thread edsonrichter
Is this Oracle guide (for 4.2.8) still valid for 4.3.9?

https://docs.oracle.com/en/virtualization/oracle-linux-virtualization-manager/getstart/ssl.html

Or I'll just get more and more in trouble?
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/BRTMVUSDUNKWWLMETZ6DZFDBMHJGRYGT/


[ovirt-users] Re: "engine-setup" 4.3.9 on fresh centos 7 install with PKI error

2020-03-24 Thread edsonrichter
Yes, sure.
Reboot engine, reboot http, reboot server.
Run "yum update -y" again, reboot server once more.
Same error, always.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/RFAH4PTNZIPZ2GAZXEDU2OEUB2OTMJLX/


[ovirt-users] Re: "engine-setup" 4.3.9 on fresh centos 7 install with PKI error

2020-03-24 Thread Strahil Nikolov
On March 23, 2020 12:42:05 PM GMT+02:00, edsonrich...@hotmail.com wrote:
>I'm newbie on oVirt - besides having many years on server
>administration, docker and vmware included.
>Installation is no mistery, but I'm stuck with error described below.
>
>I've just installed a new machine with Centos 7 with all updates:
>
>[root@mgmt ~]# uname -a
>Linux mgmt.simfrete.com 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4
>23:02:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
>
>[root@mgmt ~]# cat /etc/redhat-release
>CentOS Linux release 7.7.1908 (Core)
>
>I've installed the repository:
>
>[root@mgmt ~]# sudo yum install
>https://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm -y
>
>and then the ovirt-engine:
>
>[root@mgmt ~]#  yum install ovirt-engine -y
>
>Then, run the engine-setup with all defaults (exception fqdn =
>"mgmt.mydomain.com").
>Everything runs smoothly, exception with I open the mamagement
>interface at "https://mgmt.mydomain.com/ovirt-engine; I get the error:
>
>sun.security.validator.ValidatorException: PKIX path building failed:
>sun.security.provider.certpath.SunCertPathBuilderException: unable to
>find valid certification path to requested target 
>
>In the log, I get
>
>2020-03-23 02:20:23,883-03 ERROR
>[org.ovirt.engine.core.aaa.servlet.SsoPostLoginServlet] (default
>task-8) [] server_error: sun.security.validator.ValidatorException:
>PKIX path building failed:
>sun.security.provider.certpath.SunCertPathBuilderException: unable to
>find valid certification path to requested target
>
>I don't know how to proceed from here.
>Would you please guide me how to fix this?
>
>
>___
>Users mailing list -- users@ovirt.org
>To unsubscribe send an email to users-le...@ovirt.org
>Privacy Statement: https://www.ovirt.org/privacy-policy.html
>oVirt Code of Conduct:
>https://www.ovirt.org/community/about/community-guidelines/
>List Archives:
>https://lists.ovirt.org/archives/list/users@ovirt.org/message/F37XX4VHQBO43SPYFDAUSAUANAUYGOX6/

Have you tried windows style ?  
Java  is not too far from windows.


P.S.: I mean rebooting the engine

Best Regards,
Strahil Nikolov
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/2WVCNGSNXB5UWA2OAICCCTLXXIIYQSRX/