Re: [libvirt] [PATCH] tools: console: Relax stream EOF handling

2019-08-26 Thread Roman Bolshakov
On Mon, Aug 26, 2019 at 07:51:18AM +, Nikolay Shirokovskiy wrote: > > > On 08.08.2019 21:00, Daniel Henrique Barboza wrote: > > (CCing Nikolay Shirokovskiy, author of  29f2b5248c ) > > > > On 8/7/19 8:34 AM, Roman Bolshakov wrote: > >> An attempt to poweroff a VM from inside triggers the err

Re: [libvirt] [PATCH] tools: console: Relax stream EOF handling

2019-08-26 Thread Nikolay Shirokovskiy
On 08.08.2019 21:00, Daniel Henrique Barboza wrote: > (CCing Nikolay Shirokovskiy, author of  29f2b5248c ) > > On 8/7/19 8:34 AM, Roman Bolshakov wrote: >> An attempt to poweroff a VM from inside triggers the error for existing >> session of virsh console and it returns with non-zero exit code:

Re: [libvirt] [PATCH] tools: console: Relax stream EOF handling

2019-08-09 Thread Roman Bolshakov
On Thu, Aug 08, 2019 at 03:00:27PM -0300, Daniel Henrique Barboza wrote: > (CCing Nikolay Shirokovskiy, author of  29f2b5248c ) > > On 8/7/19 8:34 AM, Roman Bolshakov wrote: > > An attempt to poweroff a VM from inside triggers the error for existing > > session of virsh console and it returns with

Re: [libvirt] [PATCH] tools: console: Relax stream EOF handling

2019-08-08 Thread Daniel Henrique Barboza
(CCing Nikolay Shirokovskiy, author of  29f2b5248c ) On 8/7/19 8:34 AM, Roman Bolshakov wrote: An attempt to poweroff a VM from inside triggers the error for existing session of virsh console and it returns with non-zero exit code: error: internal error: console stream EOF The message and st

[libvirt] [PATCH] tools: console: Relax stream EOF handling

2019-08-07 Thread Roman Bolshakov
An attempt to poweroff a VM from inside triggers the error for existing session of virsh console and it returns with non-zero exit code: error: internal error: console stream EOF The message and status code are misleading because there's no real error. Fixes: 29f2b5248c6 ("tools: console: pass