Re : Re: Re : Re: Re : Re: Mode debug

2013-03-28 Thread Billot
OK thanks a lot for those advices. Le 28/03/13, a.l.m.bu...@lboro.ac.uk a écrit : > hi, > > > just use the other logfiles (detail.log module), do your own line-log or > fire off eg a PERL script to save all the details to a file. > > you REALLY dont want to run in 'X' mode - its single threaded

Re: Re : Re: Re : Re: Mode debug

2013-03-28 Thread A . L . M . Buxey
hi, just use the other logfiles (detail.log module), do your own line-log or fire off eg a PERL script to save all the details to a file. you REALLY dont want to run in 'X' mode - its single threaded so your performance goes through the floorand its printing out all that stuff to output whic

Re : Re: Re : Re: Mode debug

2013-03-28 Thread Billot
When using raddebug or -x option in startup, i can't see logs like User-Name = "nag...@ac-orleans-tours.fr" NAS-IP-Address = 172.21.175.132 NAS-Identifier = "hello" NAS-Port = 0 Called-Station-Id = "2C-B0-5D-A4-52-00:WIFI-ACAD" Calling-Station-Id = "8C-77-12-53-62-0E" Framed-MTU = 1400 NAS

Re: Re : Re: Mode debug

2013-03-28 Thread Olivier Beytrison
On 28.03.2013 10:31, Billot wrote: > Ok thanks but is it possible to have it permanently with a config item like > > raddbdir = ${sysconfdir}/raddb > radacctdir = ${logdir}/radacct > debug_level = 4 > edit your startup script and add -xl /path/to/my/debugfile add more x for more debugging Be aw

Re : Re: Mode debug

2013-03-28 Thread Billot
Ok thanks but is it possible to have it permanently with a config item like  raddbdir = ${sysconfdir}/raddb radacctdir = ${logdir}/radacct debug_level = 4 ? Le 28/03/13, Olivier Beytrison a écrit : > On 28.03.2013 09:27, Billot wrote: > > How can we have such detail logs in running mode ? >