Comment 3 for bug 1308418

Revision history for this message
Thiago Martins (martinx) wrote :

Hi!

This problem still exists on Juno 2014.2, look:

---
root@controller-1:~# netstat -natup | grep 6082
tcp 0 0 0.0.0.0:6082 0.0.0.0:* LISTEN 7182/python

root@controller-1:~# sed -i 's/0.0.0.0/::/' /usr/lib/python2.7/dist-packages/nova/cmd/spicehtml5proxy.py

root@controller-1:~# service nova-spiceproxy restart
nova-spiceproxy stop/waiting
nova-spiceproxy start/running, process 7234

root@controller-1:~# netstat -natup | grep 6082
tcp6 0 0 :::6082 :::* LISTEN 7234/python
---

---
root@psuaa-1:~# dpkg -l | grep -i nova-spiceproxy
ii nova-spiceproxy 1:2014.2-0ubuntu1~cloud0 all OpenStack Compute - spice html5 proxy
---

I'm using:

---
add-apt-repository ppa:ubuntu-cloud-archive/juno-staging
---

...with Trusty.

What am I missing?

Tks!
Thiago