Re: [libvirt-users] virsh console logging and pty usage

2012-05-10 Thread Dave Allan
On Wed, May 09, 2012 at 11:39:10AM -0500, Doug Goldstein wrote: > On Tue, May 8, 2012 at 9:43 PM, Alex Jia wrote: > > Hi Doug, > > > > Replace your console type from 'file' to 'pty' it looks like this: > > > >   > > > > > >   > > > > > > And then append the parameter "console=ttyS0,115200" to

Re: [libvirt-users] virsh console logging and pty usage

2012-05-09 Thread Doug Goldstein
On Tue, May 8, 2012 at 9:43 PM, Alex Jia wrote: > Hi Doug, > > Replace your console type from 'file' to 'pty' it looks like this: > >   > > >   > > > And then append the parameter "console=ttyS0,115200" to guest kernel > cmdline and reboot your guest, to use virsh console to connect your > gue

Re: [libvirt-users] virsh console logging and pty usage

2012-05-08 Thread Alex Jia
Hi Doug, Replace your console type from 'file' to 'pty' it looks like this: And then append the parameter "console=ttyS0,115200" to guest kernel cmdline and reboot your guest, to use virsh console to connect your guest again. For details, please refer to the following link: http://lib