Re: [Spice-devel] [vd_agent] vdagentd: Make the 'could not create server socket' message more helpful

2016-11-07 Thread Christophe Fergeau
Acked-by: Christophe Fergeau On Wed, Nov 02, 2016 at 04:36:40PM +0100, Francois Gouget wrote: > EADDRINUSE usually means the socket file was left behind after a crash. > > Signed-off-by: Francois Gouget > --- > src/vdagentd/vdagentd.c | 9

[Spice-devel] [vd_agent] vdagentd: Make the 'could not create server socket' message more helpful

2016-11-02 Thread Francois Gouget
EADDRINUSE usually means the socket file was left behind after a crash. Signed-off-by: Francois Gouget --- src/vdagentd/vdagentd.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/vdagentd/vdagentd.c b/src/vdagentd/vdagentd.c index