Help with extending logging ...

2008-12-19 Thread al pat
Hi, I am trying to parse accounting logs of cablelabs format. Some of the attributes are octet strings which in itself contain detailed information that is printed as a octet string by freeradius. e.g.: CableLabs-Event-Message = 0x484153482830783833326632306329

Re: Help with extending logging ...

2008-12-19 Thread al pat
). To this end, wondering how to order the execution of modules - is this dictated via the order of entries in the accounting {} part of the radiusd.conf file? Any insight into the questions /issues below will also be very helpful. Thanks -a On Fri, Dec 19, 2008 at 7:18 AM, al pat alps@gmail.com

Re: Help with extending logging ...

2008-12-19 Thread al pat
Hmm, but RAD_REPLY is the list that goes back, no? I have perl before detail. -a On Fri, Dec 19, 2008 at 12:17 PM, t...@kalik.net wrote: I am inclined to think that I may have to write a module to parse the octet string and populate the attributes into the AVP list. Assuming that this is

Re: Basic question on rlm_perl

2008-12-18 Thread al pat
Hi - Thanks for the replies. I put libperl-dev and that worked. Rgds -a On Thu, Dec 18, 2008 at 4:42 AM, Boian Jordanov bjorda...@orbitel.bgwrote: On Dec 17, 2008, at 11:54 PM, al pat wrote: I am trying to use perl module, but when I can't start my server. I have put perl as a module in my

Basic question on rlm_perl

2008-12-17 Thread al pat
hi, I am building freeradius 2.1.3 on ubuntu (configure/make/make install) I am trying to use perl module, but when I can't start my server. I have put perl as a module in my radiusd.conf file. I don't file the rlm_perl*.so file in /usr/local/lib/ where all the other rlm_*.so files are located.

Problems with starting radiusd (2.1.3 - latest)

2008-12-11 Thread al pat
Hi, I got the latest tarball (source) from freeradius.org and after untar'ing - did configure/make/install I can't start up the server. [EMAIL PROTECTED]:/usr/local/sbin# rc.radiusd start Starting FreeRADIUS:/usr/local/sbin/radiusd: error while loading shared libraries:

Re: How to parse the value in an accounting message andprintthecontents In detail-... file?

2008-12-09 Thread al pat
Hi Ivan, Hmm, on my ubuntu system - I am not able to execute a basic perl module from freeradius. It is freeradius version 1.1.7 (installed using apt-get install freeradius) When i start freeradius with -X option, I am not seeing any indication of rlm_perl being loaded. (I have included a perl

How to parse the value in an accounting message and print the contents In detail-... file?

2008-12-08 Thread al pat
Hello, I am trying to decode accounting message from a device which sends PacketCable Event Messages. These are VSAs and the payload has a custom format. Freeradius dumps the octet string of the length of the message which it cannot decode (due to custom format) I want to dump these specific

Re: How to parse the value in an accounting message and print thecontents In detail-... file?

2008-12-08 Thread al pat
it also to this list so that it can be included in the distribution. Ivan Kalik Kalik Informatika ISP Dana 8/12/2008, al pat [EMAIL PROTECTED] piše: Hello, I am trying to decode accounting message from a device which sends PacketCable Event Messages. These are VSAs and the payload has

Re: How to parse the value in an accounting message and printthecontents In detail-... file?

2008-12-08 Thread al pat
have attached, a call has 7 such events in my case. -a 2008/12/8 [EMAIL PROTECTED] What is the name that attribute? Can you post the debug of the accounting packet. Ivan Kalik Kalik Informatika ISP Dana 8/12/2008, al pat [EMAIL PROTECTED] piše: Ivan, Yes, there is a cablelabs dictionary