Subject: Re: [vserver] logs filling with this
From: John Feuerstein <john@feurix.com>
Date: Sat, 11 Sep 2010 15:29:31 +0200

Hi Gordan,

On 09/11/2010 01:13 PM, Gordan Bobic wrote:
> vxW: [�sysctl�,1927:#40020|40020|40020] denied 22 access to
> proc:ffff88007a8db860[#0,1767]
> 
> I also get unprintable characters in there, as you can see around the
> process name (in the pasted example above, around "sysctl")

these are hardcoded in include/linux/vserver/debug.h:

#define VX_WARN_TASK	"[�%s�,%u:#%u|%u|%u] "

I guess Herbert put them there to be able to handle weird executable
names containing one of the other separators...

Regards,
John