[ovirt-users] Re: can't use vmconsole anymore

2022-06-13 Thread Michal Skrivanek
> On 13. 6. 2022, at 11:42, Guillaume Pavese > wrote: > > I think that I am progressing in troubleshooting. > it seems like the certificates for the vmconsole-proxy were not renewed like > the other certificates during engine-setup --upgrade > > [root@vs-inf-prd-ovt-fr-501 ~]# openssl x509

[ovirt-users] Re: can't use vmconsole anymore

2022-06-13 Thread Michal Skrivanek
> On 13. 6. 2022, at 11:23, Guillaume Pavese > wrote: > > Thanks for your answer, I checked but I am still stuck : > > I confirm that the servlet can be reached, according to your recommended test > (Method Not Allowed.): > > [root@vs-inf-prd-ovt-fr-501 ~]# wget >

[ovirt-users] Re: can't use vmconsole anymore

2022-06-13 Thread Guillaume Pavese
I think that I am progressing in troubleshooting. it seems like the certificates for the vmconsole-proxy were not renewed like the other certificates during engine-setup --upgrade [root@vs-inf-prd-ovt-fr-501 ~]# openssl x509 -in /etc/pki/ovirt-engine/certs/vmconsole-proxy-helper.cer -noout -text

[ovirt-users] Re: can't use vmconsole anymore

2022-06-13 Thread Guillaume Pavese
Thanks for your answer, I checked but I am still stuck : I confirm that the servlet can be reached, according to your recommended test (Method Not Allowed.): [root@vs-inf-prd-ovt-fr-501 ~]# wget https://localhost:443/ovirt-engine/services/vmconsole-proxy --no-check-certificate --2022-06-13

[ovirt-users] Re: can't use vmconsole anymore

2022-06-13 Thread Radoslaw Szwajkowski
Hi, the first thing to check is the firewall: check with wget if the servlet can be reached (method not allow error means you have connected) wget localhost:8080/ovirt-engine/services/vmconsole-proxy HTTP request sent, awaiting response... 405 Method Not Allowed 2022-06-13 09:36:48 ERROR 405:

[ovirt-users] Re: can't use vmconsole anymore

2022-06-13 Thread Guillaume Pavese
Hello everyone, We have the same problem on our oVirt 4.4.10 Production server. ssh connection to vmconsole@engine was previously working in 4.4.6. but it stopped working at some point, maybe since upgraded to 4.4.10 contrary to a working test environment that was directly installed on 4.4.10,

[ovirt-users] Re: can't use vmconsole anymore

2021-05-10 Thread Nathanaël Blanchet
Hi, I can't still connect to my vms with vmconsole proxy on my production engine (other test and dev engine are OK). the ssh key for the wanted user is available in the the API:

[ovirt-users] Re: can't use vmconsole anymore

2021-04-18 Thread Nathanaël Blanchet
Hello Everything worked with 4.3.10, then i upgraded to 4.4.4 and finally to 4.4.5The upgrade path was the same with other engines but all worked as expected. Le 18 avr. 2021 16:00, Sharon Gratch a écrit : Hi, Please follow the instructions mentioned here:

[ovirt-users] Re: can't use vmconsole anymore

2021-04-18 Thread Sharon Gratch
Hi, Please follow the instructions mentioned here: https://www.ovirt.org/documentation/virtual_machine_management_guide/#Logging_in_to_a_virtual_machine_using_SPICE - > " Opening a

[ovirt-users] Re: can't use vmconsole anymore

2021-04-16 Thread Nathanaël Blanchet
I removed the user and created an other time. Now, I have this The key seems to be present in the DB engine=# SELECT users.username, user_profiles.property_content::text FROM user_profiles JOIN users ON users.user_id = user_profiles.user_id WHERE user_profiles.property_type= 'SSH_PUBLIC_KEY';   

[ovirt-users] Re: can't use vmconsole anymore

2021-04-16 Thread Radoslaw Szwajkowski
> > Empty list (no keys) should look similar to: {"keys": [], "version": > > 1, "content": "key_list"} > > In your case it seems that VMConsoleProxyServlet is not responding > > i.e. on my dev env I get a similar result (empty output,error code 1) > > when server is down. > > it is up > > ●

[ovirt-users] Re: can't use vmconsole anymore

2021-04-16 Thread Nathanaël Blanchet
Le 16/04/2021 à 10:31, Radoslaw Szwajkowski a écrit : [root@air-dev ~]# /usr/libexec/ovirt-vmconsole-proxy-helper/ovirt-vmconsole-list.py --version "1" keys {"keys": [{"entityid": "d5e69fa0-96a0-4aae-952d-18fe36940248", "entity": "sblanc...@levant.abes.fr@abes.fr-authz", "key": "ssh-rsa

[ovirt-users] Re: can't use vmconsole anymore

2021-04-16 Thread Radoslaw Szwajkowski
> [root@air-dev ~]# > /usr/libexec/ovirt-vmconsole-proxy-helper/ovirt-vmconsole-list.py > --version "1" keys > {"keys": [{"entityid": "d5e69fa0-96a0-4aae-952d-18fe36940248", "entity": > "sblanc...@levant.abes.fr@abes.fr-authz", "key": "ssh-rsa >

[ovirt-users] Re: can't use vmconsole anymore

2021-04-16 Thread Nathanaël Blanchet
Hello, This is what I get on working engines: [root@air-dev ~]# /usr/libexec/ovirt-vmconsole-proxy-helper/ovirt-vmconsole-list.py --version "1" keys {"keys": [{"entityid": "d5e69fa0-96a0-4aae-952d-18fe36940248", "entity": "sblanc...@levant.abes.fr@abes.fr-authz", "key": "ssh-rsa

[ovirt-users] Re: can't use vmconsole anymore

2021-04-16 Thread Radoslaw Szwajkowski
Hi, Can you retrieve the keys locally? Do they look the same as on the other engines? Try executing the following from shell(engine machine)l: /libexec/ovirt-vmconsole-proxy-helper/ovirt-vmconsole-list.py" --version "1" keys best regards, Radek On Thu, Apr 15, 2021 at 9:12 PM Nathanaël Blanchet

[ovirt-users] Re: can't use vmconsole anymore

2021-04-15 Thread Nathanaël Blanchet
some more found into /var/log/messages Apr 15 21:03:58 air journal[1747077]: 2021-04-15 21:03:58,073+0200 ovirt-vmconsole-list: ERROR main:265 Error: HTTP Error 403: Forbidden Apr 15 21:03:58 air ovirt-vmconsole-proxy-keys[1747073]: ERROR Key list execution failed rc=1 Apr 15 21:03:58 air