Re: [libvirt] [PATCH] util: escapes special characters in VIR_LOG_REGEX

2013-03-12 Thread Guannan Ren
On 03/09/2013 10:49 PM, Guannan Ren wrote: In debug mode, the bug failed to start vm error: Failed to start domain rhel5u9 error: internal error Out of space while reading console log output: ... --- src/util/virlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [libvirt] [PATCH] util: escapes special characters in VIR_LOG_REGEX

2013-03-12 Thread Daniel P. Berrange
On Sat, Mar 09, 2013 at 10:49:16PM +0800, Guannan Ren wrote: In debug mode, the bug failed to start vm error: Failed to start domain rhel5u9 error: internal error Out of space while reading console log output: ... --- src/util/virlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [libvirt] [PATCH] util: escapes special characters in VIR_LOG_REGEX

2013-03-10 Thread Osier Yang
On 2013年03月09日 22:49, Guannan Ren wrote: In debug mode, the bug failed to start vm error: Failed to start domain rhel5u9 error: internal error Out of space while reading console log output: It's hard to known why the old regex cause error like this, as they looks quite unrelated. Can you

Re: [libvirt] [PATCH] util: escapes special characters in VIR_LOG_REGEX

2013-03-10 Thread Guannan Ren
On 03/11/2013 10:10 AM, Osier Yang wrote: On 2013年03月09日 22:49, Guannan Ren wrote: In debug mode, the bug failed to start vm error: Failed to start domain rhel5u9 error: internal error Out of space while reading console log output: It's hard to known why the old regex cause error like this,

[libvirt] [PATCH] util: escapes special characters in VIR_LOG_REGEX

2013-03-09 Thread Guannan Ren
In debug mode, the bug failed to start vm error: Failed to start domain rhel5u9 error: internal error Out of space while reading console log output: ... --- src/util/virlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/virlog.c b/src/util/virlog.c index