AW: Very slow SSL-enabled console proxy

2018-09-10 Thread Stephan Seitz
You coul check inside the CPVM via sysctl ‎kernel.random.entropy_avail That value should never drop to zero. Keep in mind that a single peek wont give you the picture. You have to check that a few times‎ during ssl handshakes taking place. Alternatively,, you could apt-get install haveged witho

Re: Very slow SSL-enabled console proxy

2018-09-10 Thread Fariborz Navidan
This is what I get: sysctl: cannot stat /proc/sys/‎kernel/random/entropy_avail: No such file or directory On Mon, Sep 10, 2018 at 11:37 AM Stephan Seitz wrote: > You coul check inside the CPVM via > sysctl ‎kernel.random.entropy_avail > > That value should never drop to zero. Keep in mind that

Unable to find matched VM in CloudStack DB. name

2018-09-10 Thread cristian.c
Hello folks, I have few "corrupted" VM's I think that when I have deleted these VM's or partially deployed some of the data was lost, not properly synchronized in DB. I would like to know what is the best way to remove/fix this. 2018-09-10 05:21:12,115 INFO [c.c.v.Virtu

Could not connect to VIRTUAL-ROUTER-IP due to java net ConnectException Connection timed out

2018-09-10 Thread cristian.c
Hello folks, I have a very frustrating issue. I'm not sure if this is a bug or not. Current environment : CloudStack 4.11.1 (shapeblue) + VMware 5.5, Local storage, Basic Networking. ( this is an old environment, 4.5.2, . 4.9, 4.11.1 ) Right now I get the fol

Re: Very slow SSL-enabled console proxy

2018-09-10 Thread Fariborz Navidan
I think I've found the reason. All system VMs including SSVM and CPVM cannot reach internet. Oddly incoming connection to them from outside works well but they cannot establish outgoing connections to the internet. The host itself can reach and can be reached through Internet but system VMs cannot.