Re: [libvirt-users] username and passwd after create VM from XML dump

2014-08-06 Thread Yuanzhen Gu
On Wed, Aug 6, 2014 at 3:07 PM, Eric Blake wrote: > On 08/06/2014 12:10 PM, Yuanzhen Gu wrote: > > Just one more question to make me clear in this point, so if I > install > > an application in the guest, and make a dmup XML, then create a new > > guest using that configured dump XML file

Re: [libvirt-users] username and passwd after create VM from XML dump

2014-08-06 Thread Eric Blake
On 08/06/2014 12:10 PM, Yuanzhen Gu wrote: > Just one more question to make me clear in this point, so if I install > an application in the guest, and make a dmup XML, then create a new > guest using that configured dump XML file, the new guest should also have > that application installed?

Re: [libvirt-users] username and passwd after create VM from XML dump

2014-08-06 Thread Yuanzhen Gu
On Wed, Aug 6, 2014 at 1:29 PM, Eric Blake wrote: > On 08/06/2014 11:11 AM, Yuanzhen Gu wrote: > > >> Libvirt is only concerned with what virtual hardware you present to the > >> > >> guest, not with the OS running in that guest or what username/password > >> > >> combinations will let you log in

Re: [libvirt-users] username and passwd after create VM from XML dump

2014-08-06 Thread Eric Blake
On 08/06/2014 11:11 AM, Yuanzhen Gu wrote: >> Libvirt is only concerned with what virtual hardware you present to the >> >> guest, not with the OS running in that guest or what username/password >> >> combinations will let you log into that guest OS. libguestfs may be >> >> able to do some intros

Re: [libvirt-users] username and passwd after create VM from XML dump

2014-08-06 Thread Yuanzhen Gu
On Tue, Aug 5, 2014 at 6:33 PM, Eric Blake wrote: > On 08/05/2014 03:02 PM, Yuanzhen Gu wrote: > > Good afternoon guys, > > > > I created the VM from XML dump, > > # virsh create vm4.xml > > > > and # virsh list I can see the VM running, > > and I know the ip address for the VM, > > > > but how

Re: [libvirt-users] username and passwd after create VM from XML dump

2014-08-05 Thread Eric Blake
On 08/05/2014 03:02 PM, Yuanzhen Gu wrote: > Good afternoon guys, > > I created the VM from XML dump, > # virsh create vm4.xml > > and # virsh list I can see the VM running, > and I know the ip address for the VM, > > but how can I know the username and password to login the running VM, which

[libvirt-users] username and passwd after create VM from XML dump

2014-08-05 Thread Yuanzhen Gu
Good afternoon guys, I created the VM from XML dump, # virsh create vm4.xml and # virsh list I can see the VM running, and I know the ip address for the VM, but how can I know the username and password to login the running VM, which is created from XML dump? is there any place to edit and add