[jira] [Commented] (CLOUDSTACK-6301) kvm : vnc password is disabled when rebooted

2014-03-28 Thread John Kinsella (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13950930#comment-13950930
 ] 

John Kinsella commented on CLOUDSTACK-6301:
---

I'm unable to reproduce this. If you are using dumpxml, make sure you pass 
--security-info or password will not be displayed.

On a rebooted KVM VM on an ACS 4.2 agent:

# virsh dumpxml 23 |grep pass
# virsh dumpxml 23 --security-info|grep pass
graphics type='vnc' port='5909' autoport='yes' listen='0.0.0.0' 
passwd='bb28f84e09a1'



 kvm : vnc password is disabled when rebooted
 

 Key: CLOUDSTACK-6301
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6301
 Project: CloudStack
  Issue Type: Bug
  Security Level: Public(Anyone can view this level - this is the 
 default.) 
  Components: KVM
Affects Versions: 4.2.0
Reporter: Francois Scala
Assignee: John Kinsella
  Labels: security

 When a VM is rebooted from the cloudstack GUI, the xml recreated without the 
 vnc password.
 Here is the libvirt vnc configuration from a running vm :
 graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0' 
 passwd='a671096d9ecda37e'
   listen type='address' address='0.0.0.0'/
 /graphics
 The same configuration afger a reboot :
 graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'
   listen type='address' address='0.0.0.0'/
 /graphics



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CLOUDSTACK-6301) kvm : vnc password is disabled when rebooted

2014-03-28 Thread Francois Scala (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13950939#comment-13950939
 ] 

Francois Scala commented on CLOUDSTACK-6301:


Hi,

I've tested with virsh edit and virsh dumpxml --security-info show the same 
result, no password.
But virsh edit show a port as -1

virsh dumpxml --security-info  i-1-23-VM | grep  vnc
graphics type='vnc' port='5901' autoport='yes' listen='0.0.0.0'

By the way, the exact version is 4.2.1

Regards.



 kvm : vnc password is disabled when rebooted
 

 Key: CLOUDSTACK-6301
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6301
 Project: CloudStack
  Issue Type: Bug
  Security Level: Public(Anyone can view this level - this is the 
 default.) 
  Components: KVM
Affects Versions: 4.2.0
Reporter: Francois Scala
Assignee: John Kinsella
  Labels: security

 When a VM is rebooted from the cloudstack GUI, the xml recreated without the 
 vnc password.
 Here is the libvirt vnc configuration from a running vm :
 graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0' 
 passwd='a671096d9ecda37e'
   listen type='address' address='0.0.0.0'/
 /graphics
 The same configuration afger a reboot :
 graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'
   listen type='address' address='0.0.0.0'/
 /graphics



--
This message was sent by Atlassian JIRA
(v6.2#6252)