Re: [Openstack] Problem with VNC on compute node

2013-01-25 Thread Razique Mahroua
mmm I don't think the flag is deprecated actually, you should still be able to use it.Regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 25 janv. 2013 à 04:11, Wangpan hzwang...@corp.netease.com a écrit :I can not find theconfig 'novncproxy_port' in folsom, I think this may be deprecated.2013-01-25Wangpan发件人:John Barbee发送时间:2013-01-2511:02主题:Re: [Openstack] Problem with VNC on compute node收件人:"Wangpan"hzwang...@corp.netease.com抄送:"longeek"mengql112...@gmail.com,"openstack"openstack@lists.launchpad.netIsthenovncproxy_port=6080importantwhenitisnotthedefaultVNCport?--Thanks,JohnOnJan24,2013,at9:45PM,Wangpanhzwang...@corp.netease.comwrote:novncproxy_port=6080___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Problem with VNC on compute node

2013-01-24 Thread longeek

Hi,
   I also get the same issuse, I have check the vnc config in nova config.
   Can anybody tell us about why this and how the horizon access the vnc?

Tks,
Best Regards,


Lawrency Meng
mail: mengql112...@gmail.com

? 01/24/2013 12:27 AM, Guilherme Russi ??:

Hello guys,

 I'm installing the folsom version and I have one computer like the 
controller and one being the compute node. I can start the VM with 
cirros OS but I can't use the VNC, I got the error: Failed to connect 
to server (code: 1006). I've been following this tutorial: 
http://docs.openstack.org/folsom/basic-install/content/basic-install_compute.html.


Can anybody help me?

Thank you and regards.

Guilherme.


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



--

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Problem with VNC on compute node

2013-01-24 Thread Zhongyue Luo
I remember solving this problem by adding the hostnames of all compute
nodes to the /etc/hosts file where the vncproxy was running.

But this was like a year ago I'm not sure if this would solve your problem.
On Fri, Jan 25, 2013 at 9:23 AM, longeek mengql112...@gmail.com wrote:

  Hi,
I also get the same issuse, I have check the vnc config in nova config.
Can anybody tell us about why this and how the horizon access the vnc?

 Tks,
 Best Regards,

 
 Lawrency Meng
 mail: mengql112...@gmail.com

 于 01/24/2013 12:27 AM, Guilherme Russi 写道:

  Hello guys,

  I'm installing the folsom version and I have one computer like the
 controller and one being the compute node. I can start the VM with cirros
 OS but I can't use the VNC, I got the error: Failed to connect to server
 (code: 1006). I've been following this tutorial:
 http://docs.openstack.org/folsom/basic-install/content/basic-install_compute.html
 .

 Can anybody help me?

 Thank you and regards.

 Guilherme.


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 --

 ___
 Mailing list: https://launchpad.net/~openstack

 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 
*Intel SSG/SSD/SOTC/PRC/CITT*
880 Zixing Road, Zizhu Science Park, Minhang District, Shanghai, 200241,
China
+862161166500
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Problem with VNC on compute node

2013-01-24 Thread Wangpan
Hi longeek  Russi,
I have some suggestions about the vnc issue of vm,
1. you can use 'sudo virsh dumpxml instance-uuid' to check the ip and port vnc 
bound, seems like this:
graphics type='vnc' port='5903' autoport='yes' listen='XXX.XXX.XXX.XXX' 
keymap='en-us'
  listen type='address' address='XXX.XXX.XXX.XXX'/
/graphics
2. you should check the vnc connection to vm is ok or not by using vnc client, 
such as 'RealVNC viewer', and connect vm by using the ip and port in step 1, if 
it is OK here, the problem may occur in novnc service, the process on my host 
is like this '/usr/bin/python /usr/bin/nova-novncproxy 
--config-file=/etc/nova/nova.conf --web /usr/share/novnc/'

As your description, the error is Failed to connect to server (code: 1006), 
so I guess the problem may be the ip and port vnc bound can not be connect.
good luck!

2013-01-25



Wangpan



发件人:longeek
发送时间:2013-01-25 09:24
主题:Re: [Openstack] Problem with VNC on compute node
收件人:openstackopenstack@lists.launchpad.net
抄送:

Hi, 
   I also get the same issuse, I have check the vnc config in nova config.
   Can anybody tell us about why this and how the horizon access the vnc?

Tks,
Best Regards,


Lawrency Meng
mail: mengql112...@gmail.com

于 01/24/2013 12:27 AM, Guilherme Russi 写道:

Hello guys,

 I'm installing the folsom version and I have one computer like the controller 
and one being the compute node. I can start the VM with cirros OS but I can't 
use the VNC, I got the error: Failed to connect to server (code: 1006). I've 
been following this tutorial: 
http://docs.openstack.org/folsom/basic-install/content/basic-install_compute.html.

Can anybody help me?

Thank you and regards.

Guilherme.

 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp




-- 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Problem with VNC on compute node

2013-01-24 Thread Ray Sun
Seems multiple consoleauth or novncproxy can also cause this bug.

See this bug: https://bugs.launchpad.net/horizon/+bug/1068602


- Ray
Best Regards

CIeNET Technologies (Beijing) Co., Ltd
Technical Manager
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291


On Fri, Jan 25, 2013 at 9:41 AM, Zhongyue Luo zhongyue@intel.comwrote:

 I remember solving this problem by adding the hostnames of all compute
 nodes to the /etc/hosts file where the vncproxy was running.

 But this was like a year ago I'm not sure if this would solve your problem.
 On Fri, Jan 25, 2013 at 9:23 AM, longeek mengql112...@gmail.com wrote:

  Hi,
I also get the same issuse, I have check the vnc config in nova config.
Can anybody tell us about why this and how the horizon access the vnc?

 Tks,
 Best Regards,

 
 Lawrency Meng
 mail: mengql112...@gmail.com

 于 01/24/2013 12:27 AM, Guilherme Russi 写道:

  Hello guys,

  I'm installing the folsom version and I have one computer like the
 controller and one being the compute node. I can start the VM with cirros
 OS but I can't use the VNC, I got the error: Failed to connect to server
 (code: 1006). I've been following this tutorial:
 http://docs.openstack.org/folsom/basic-install/content/basic-install_compute.html
 .

 Can anybody help me?

 Thank you and regards.

 Guilherme.


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 --

 ___
 Mailing list: https://launchpad.net/~openstack

 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --
 *Intel SSG/SSD/SOTC/PRC/CITT*
 880 Zixing Road, Zizhu Science Park, Minhang District, Shanghai, 200241,
 China
 +862161166500

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Problem with VNC on compute node

2013-01-24 Thread John Barbee
Here is my VNC config in nova.conf

My controller is 10.2.1.1. I modify vncserver_proxyclient_address to the
static ip of each compute host rather than using 127.0.0.1. Not sure that
matters, I have never tried 127.0.0.1.

# Vnc configuration
novnc_enabled=true
novncproxy_base_url=http://10.2.1.1:6080/vnc_auto.html
novncproxy_port=6080
 vncserver_proxyclient_address=10.2.1.2 {IP of the local compute host here}
 vncserver_listen=0.0.0.0


--
Thanks,
John

On Jan 24, 2013, at 8:55 PM, Wangpan hzwang...@corp.netease.com wrote:

  Hi longeek  Russi,
I have some suggestions about the vnc issue of vm,
1. you can use 'sudo virsh dumpxml instance-uuid' to check the ip and port
vnc bound, seems like this:
graphics type='vnc' port='5903' autoport='yes'
listen='XXX.XXX.XXX.XXX'keymap='en-us'
  listen type='address' address='XXX.XXX.XXX.XXX'/
/graphics
2. you should check the vnc connection to vm is ok or not by using vnc
client, such as 'RealVNC viewer', and connect vm by using the ip and port
in step 1, if it is OK here, the problem may occur in novnc service, the
process on my host is like this '/usr/bin/python /usr/bin/nova-novncproxy
--config-file=/etc/nova/nova.conf --web /usr/share/novnc/'

As your description, the error is Failed to connect to server (code:
1006), so I guess the problem may be the ip and port vnc bound can not be
connect.
good luck!

2013-01-25
 --
 Wangpan
 --
 *发件人:*longeek
*发送时间:*2013-01-25 09:24
*主题:*Re: [Openstack] Problem with VNC on compute node
*收件人:*openstackopenstack@lists.launchpad.net
*抄送:*

 Hi,
   I also get the same issuse, I have check the vnc config in nova config.
   Can anybody tell us about why this and how the horizon access the vnc?

Tks,
Best Regards,


Lawrency Meng
mail: mengql112...@gmail.com

于 01/24/2013 12:27 AM, Guilherme Russi 写道:

Hello guys,

 I'm installing the folsom version and I have one computer like the
controller and one being the compute node. I can start the VM with cirros
OS but I can't use the VNC, I got the error: Failed to connect to server
(code: 1006). I've been following this tutorial:
http://docs.openstack.org/folsom/basic-install/content/basic-install_compute.html
.

Can anybody help me?

Thank you and regards.

Guilherme.


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



-- 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Problem with VNC on compute node

2013-01-24 Thread Wangpan
novncproxy_base_url=http://10.2.1.1:6080/vnc_auto.html # I think the ip here 
should be the public ip address that you can connect from your browser or 
telnet from your pc, not the private ip of your server.
vncserver_proxyclient_address=10.2.1.2 {IP of the local compute host here} # 
that is right here, 
vncserver_listen=0.0.0.0  # this ok too

here is my nova.conf:
vncserver_proxyclient_address=10.120.40.11  # private ip of the host/compute 
node
vncserver_listen=10.120.40.11 # private ip of the host/compute node, this will 
be used to create the libvirt.xml and you can see it by 'virsh dumpxml'
novncproxy_base_url=http://114.113.XXX.XXX:6080/vnc_auto.html  # the public ip 
address you can access


2013-01-25



Wangpan



发件人:John Barbee
发送时间:2013-01-25 10:21
主题:Re: [Openstack] Problem with VNC on compute node
收件人:Wangpanhzwang...@corp.netease.com
抄送:longeekmengql112...@gmail.com,openstackopenstack@lists.launchpad.net

Here is my VNC config in nova.conf


My controller is 10.2.1.1. I modify vncserver_proxyclient_address to the static 
ip of each compute host rather than using 127.0.0.1. Not sure that matters, I 
have never tried 127.0.0.1. 
# Vnc configuration
novnc_enabled=true
novncproxy_base_url=http://10.2.1.1:6080/vnc_auto.html
novncproxy_port=6080
 vncserver_proxyclient_address=10.2.1.2 {IP of the local compute host here}
 vncserver_listen=0.0.0.0

--

Thanks,
John

On Jan 24, 2013, at 8:55 PM, Wangpan hzwang...@corp.netease.com wrote:


Hi longeek  Russi,
I have some suggestions about the vnc issue of vm,
1. you can use 'sudo virsh dumpxml instance-uuid' to check the ip and port vnc 
bound, seems like this:
graphics type='vnc' port='5903' autoport='yes' listen='XXX.XXX.XXX.XXX' 
keymap='en-us'
  listen type='address' address='XXX.XXX.XXX.XXX'/
/graphics
2. you should check the vnc connection to vm is ok or not by using vnc client, 
such as 'RealVNC viewer', and connect vm by using the ip and port in step 1, if 
it is OK here, the problem may occur in novnc service, the process on my host 
is like this '/usr/bin/python /usr/bin/nova-novncproxy 
--config-file=/etc/nova/nova.conf --web /usr/share/novnc/'

As your description, the error is Failed to connect to server (code: 1006), 
so I guess the problem may be the ip and port vnc bound can not be connect.
good luck!

2013-01-25



Wangpan



发件人:longeek
发送时间:2013-01-25 09:24
主题:Re: [Openstack] Problem with VNC on compute node
收件人:openstackopenstack@lists.launchpad.net
抄送:

Hi, 
   I also get the same issuse, I have check the vnc config in nova config.
   Can anybody tell us about why this and how the horizon access the vnc?

Tks,
Best Regards,


Lawrency Meng
mail: mengql112...@gmail.com

于 01/24/2013 12:27 AM, Guilherme Russi 写道:

Hello guys,

 I'm installing the folsom version and I have one computer like the controller 
and one being the compute node. I can start the VM with cirros OS but I can't 
use the VNC, I got the error: Failed to connect to server (code: 1006). I've 
been following this tutorial: 
http://docs.openstack.org/folsom/basic-install/content/basic-install_compute.html.

Can anybody help me?

Thank you and regards.

Guilherme.

 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp




-- 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Problem with VNC on compute node

2013-01-24 Thread John Barbee
Is the novncproxy_port=6080 important when it is not the default VNC port?

--
Thanks,
John

On Jan 24, 2013, at 9:45 PM, Wangpan hzwang...@corp.netease.com wrote:

 novncproxy_port=6080

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Problem with VNC on compute node

2013-01-24 Thread Wangpan
I can not find the config 'novncproxy_port' in folsom, I think this may be 
deprecated.

2013-01-25



Wangpan



发件人:John Barbee
发送时间:2013-01-25 11:02
主题:Re: [Openstack] Problem with VNC on compute node
收件人:Wangpanhzwang...@corp.netease.com
抄送:longeekmengql112...@gmail.com,openstackopenstack@lists.launchpad.net

Is the novncproxy_port=6080 important when it is not the default VNC port? 

-- 
Thanks, 
John 

On Jan 24, 2013, at 9:45 PM, Wangpan hzwang...@corp.netease.com wrote: 

 novncproxy_port=6080 ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Problem with VNC on compute node

2013-01-23 Thread Guilherme Russi
Hello guys,

 I'm installing the folsom version and I have one computer like the
controller and one being the compute node. I can start the VM with cirros
OS but I can't use the VNC, I got the error: Failed to connect to server
(code: 1006). I've been following this tutorial:
http://docs.openstack.org/folsom/basic-install/content/basic-install_compute.html
.

Can anybody help me?

Thank you and regards.

Guilherme.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Problem with VNC on compute node

2013-01-23 Thread Surya_Prabhakar
On 01/23/13 21:57, Guilherme Russi wrote:
 Hello guys,

  I'm installing the folsom version and I have one computer like the 
 controller and one being the compute node. I can start the VM with 
 cirros OS but I can't use the VNC, I got the error: Failed to connect 
 to server (code: 1006). I've been following this tutorial: 
 http://docs.openstack.org/folsom/basic-install/content/basic-install_compute.html.

 Can anybody help me?

Vnc uses seperate port to connect. Are there any port blockers between
the machine where you run your browser and the controller node?


Surya.

 Thank you and regards.

 Guilherme.

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp