Re: [Openstack] regarding this Message #09165 (VNC error with latest version of Firefox)

2012-03-30 Thread Diego Parrilla Santamaría
Hi Anthony, yes your fix worked like a charm. We have change the novnc version to the cloudbuilders one in our distro. The nova-manage service command returns that novnc-console status as disabled, but it's a minor bug. We also had some problems with numpy, but now it's working. I have attached

Re: [Openstack] regarding this Message #09165 (VNC error with latest version of Firefox)

2012-03-29 Thread Diego Parrilla Santamaría
Thanks Anthony, we use the 'official' noVNC from https://github.com/openstack/noVNC in our distro. We are going to make a new build pulling from cloudbuilders' repository and let's see how it works. Cheers Diego -- Diego Parrilla http://www.stackops.com/*CEO* *www.stackops.com | *

Re: [Openstack] regarding this Message #09165 (VNC error with latest version of Firefox)

2012-03-29 Thread Andrea Federico Grisotto
I tried to use the cloudbuilders branch for diablo but it doesn't work with firefox 11 or chrome 18. Diego, does it works for you? 2012/3/29 Diego Parrilla Santamaría diego.parrilla.santama...@gmail.com Thanks Anthony, we use the 'official' noVNC from https://github.com/openstack/noVNC in

Re: [Openstack] regarding this Message #09165 (VNC error with latest version of Firefox)

2012-03-29 Thread Diego Parrilla Santamaría
Yes, it's working. The trick is to shutdown nova-vncproxy and use the command: utils/nova-wsproxy.py --flagfile $NOVA_CONF --web . 6080 and install python-numpy package. We are trying to package in the distro, we have some versioning clash with some packages. We hope we will release the new

Re: [Openstack] regarding this Message #09165 (VNC error with latest version of Firefox)

2012-03-29 Thread Andrea Federico Grisotto
it works, thank you very much. 2012/3/29 Diego Parrilla Santamaría diego.parrilla.santama...@gmail.com Yes, it's working. The trick is to shutdown nova-vncproxy and use the command: utils/nova-wsproxy.py --flagfile $NOVA_CONF --web . 6080 and install python-numpy package. We are trying

Re: [Openstack] regarding this Message #09165 (VNC error with latest version of Firefox)

2012-03-28 Thread Anthony Young
In diablo, nova shipped its own websocket proxy, which had some browser compatibility issues due to eventlet's out-dated websocket implementation. For this reason, in essex we replaced nova-vncproxy with one more directly based on noVNC's websocket proxy. Docs for the current proxy may be found