On Wed, Apr 13, 2005 at 09:54:29PM +0200, Nicolas Costes wrote: > Le mardi 12 Avril 2005 18:37, Herbert Poetzl a �crit�: > > you can compile in and enable the vserver debugging system > > (kernel side support) will give you plenty of messages > > once enabled too but if you 'know' what you're looking > > for, it's probably easy to find ... > > Well I recompiled with debugging support, but I do not get messages... Is > there a command to actually enable it (Like "echo 1 > /proc/..."), or a > particular file to look for ?
yep, you enable the debug messages (most are bit coded) by writing the resulting number to one of the /proc/sys/vserver/debug_* entries ... for example 'echo 255 >/proc/sys/vserver/debug_switch' will enable debugging for the syscall switch ... HTH, Herbert > -- > <ben1> qui c'est comment configurer ipfwadm pour �tre le plus s�cure > possible ? > > - #linuxfr > _______________________________________________ > Vserver mailing list > [email protected] > http://list.linux-vserver.org/mailman/listinfo/vserver _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
