freeradius mysql errors

2009-09-14 Thread ramesh p
Hello, I'm seeing the following errors in radius.log. Could anybody tell me how to fix those? Mon Sep 14 01:10:14 2009 : Error: rlm_sql_mysql: Socket not connected Mon Sep 14 01:10:14 2009 : Error: rlm_sql_mysql: Couldn't connect socket to MySQL server rad...@xx.xx.xx.xx:LWT Mon Sep 14 01:10:14 2

Re: freeradius mysql threads configuration questions

2009-09-11 Thread ramesh p
Thanks a lot Alan for quick replies. I got the answers for my questions. -- Rams. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: freeradius mysql threads configuration questions

2009-09-11 Thread ramesh p
] Without buffered-sql FR using 5 DB handles(sockets) at time. Incase of buffered-sql why it's not. --- Rams. On Fri, Sep 11, 2009 at 12:04 PM, ramesh p wrote: > > > Does this change is for 2.1.6 version also. I'm using 2.1.6. > > Hi, > > We migrated to INNODB. >

Re: freeradius mysql threads configuration questions

2009-09-10 Thread ramesh p
Re: freeradius mysql threads configuration questions Does this change is for 2.1.6 version also. I'm using 2.1.6. Hi, > We migrated to INNODB. > But still the no of packets inserted in db are like 20 per min using > buffered-sql in my test system. > buffered-sql configuration: > server buffered-

Re: freeradius mysql threads configuration questions

2009-09-10 Thread ramesh p
We migrated to INNODB. But still the no of packets inserted in db are like 20 per min using buffered-sql in my test system. buffered-sql configuration: server buffered-sql { listen { type = detail load_factor = 100 poll_interval = 1

attr_rewrite help

2009-09-09 Thread ramesh p
Hi, i'm trying to replace username = '' with some username = "Usernamenull" in my test radius server. am using code as below: attr_rewrite attr_rewrite_username { attribute = User-Name searchin = packet *searchfor = "''"* replacewit

Re: freeradius mysql threads configuration questions

2009-09-09 Thread ramesh p
Thanks Alan. We are migrating the things one by one.Observing good results. -- Rams. ramesh p wrote: > I'm using freeradius2.1.6 with buffered-sql module. > Please advice on threading configuration from Radius to MySQL to > determine optimal configuration; Radius is configurr

freeradius mysql threads configuration questions

2009-09-08 Thread ramesh p
Hi All, I'm using freeradius2.1.6 with buffered-sql module. Please advice on threading configuration from Radius to MySQL to determine optimal configuration; Radius is configurred to use five threads, but we observe only one process on the database server at any one time. Does Radius can perform it

radius configuration suggestions

2009-09-06 Thread ramesh p
Hi all, I have configured LNS routers to send packets to Radius servers primary and secondary. Both sharing packets and sending to single mysql cluster. when one radius server packets are writing/updating other server packets are locked and waiting for mysql. This i observed using show full proc

Re: Freeradius-Users Digest, Vol 53, Issue 11

2009-09-03 Thread ramesh p
Thanks Ivan. How to increase the speed at which detail reader works. Can you suggest? Thanks. Ivan Kalik Thu, 03 Sep 2009 04:19:06 -0700 > I deactivated buffered-sql and logging directly to mysql by deafult > module. > Just one basic question : > Buffered_SQL is single threaded module? and does

Re: freeradius2.1.6| buffered-sql | acctstoptime problems

2009-09-03 Thread ramesh p
> this means that slow SQL system will kill your AAA capabilities > - hence detail file, buffered-sql etc Am doing only accounting. Kindly clarify: fre Is Buffered_SQL is single threaded module? and does not make use of available mysql threads to complete the job in parallel? Hi, > I deactivated

Re: Freeradius-Users Digest, Vol 53, Issue 11

2009-09-03 Thread ramesh p
I deactivated buffered-sql and logging directly to mysql by deafult module. Just one basic question : Buffered_SQL is single threaded module? and does not make use of available mysql threads to complete the jobs in parallel? Thanks, Rams. > Message: 5 > Date: Thu, 03 Sep 2009 05:32:53 +0100

Re: freeradius2.1.6| buffered-sql | acctstoptime problems

2009-09-02 Thread ramesh p
admap? ramesh p wrote: > db frozen in my production env. This issue has been seen. Exeperiencing > Outages in prod. environment. Please suggest a fix to overcome this issue. Outages? If the DB is down, the server should still write to the detail file. When the DB comes back up, it will re

Re: freeradius2.1.6| buffered-sql | acctstoptime problems

2009-09-02 Thread ramesh p
db frozen in my production env. This issue has been seen. Exeperiencing Outages in prod. environment. Please suggest a fix to overcome this issue. > Alan Buxey wrote: >>> Hmmm... maybe over-writing it with spaces would work... or something >>> else might go wrong. >> >> or reverse it when making

Re: freeradius2.1.6| buffered-sql | acctstoptime problems

2009-09-01 Thread ramesh p
Thanks Ivan for quick responses. I calculated it correctly in dialup.conf file and restarted radius process and it looks like it's not catching up from the point before restart. Instead of that it's reading full detail.work file? why is like that? Any bug in my code? Thanks, Rams. > How to inter

Re: freeradius2.1.6| buffered-sql | acctstoptime problems

2009-09-01 Thread ramesh p
How to interpret AcctStopDelay filed? Is there any SQL query readily available to update acctstoptimes correctly in FR? please suggest. > I'm using freeradius2.1.6 with buffered-sql , detail files for accounting. > In accounting queries i observed acctstoptime = %S. > my db some how freezed and r

freeradius2.1.6| buffered-sql | acctstoptime problems

2009-08-31 Thread ramesh p
Hi All, I'm using freeradius2.1.6 with buffered-sql , detail files for accounting. In accounting queries i observed acctstoptime = %S. my db some how freezed and radius stopped updating packets from detail.wotk file. When restarted it started updating but updating the packets with new timestamps i

Re: monitoring buffered-sql

2009-08-31 Thread ramesh p
Thanks Ivan. How do i examine the packet that caused freeze? Using detail.work file? please suggest. Thanks, Rams. > I installed freeradius with detail, buffered-sql active. How to monitor > the > buffered-sql module. If it stops or sleeps for very long time responding > to > mysql db.? > I saw

Re: accounting through detail module help

2009-08-28 Thread ramesh p
Thanks. It's working fine. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

monitoring buffered-sql

2009-08-27 Thread ramesh p
Hi All, I installed freeradius with detail, buffered-sql active. How to monitor the buffered-sql module. If it stops or sleeps for very long time responding to mysql db.? I saw all of a sudden buffered-sql not pushing packets to mysql db yesterday. After restarting radius process it started proces

Re: buffered_sql and detail module

2009-08-20 Thread ramesh p
Got it. I was specifying detail file path incorrect and it's not finding it.one more question regarding this. sites-available/default have preprocess section. and same section in sites-enabled/buffered-sql present. Does preprocess section in buffered-sql needs to be commented out? Thanks. > > Mes

buffered_sql and detail module

2009-08-19 Thread ramesh p
Hi, can anybody give me an example working configuration for buffered-sql accounting with detail module. I'm using the following configuration but it's not working. / sites-available{ default{ preacct { preprocess acct_unique suffix

Re: accounting through detail module help

2009-08-19 Thread ramesh p
Here is the radius log in debug mode after sending radius packet from radclient: rad_recv: Accounting-Request packet from host 10.77.202.78 port 1495, id=1, length=311 User-Name = " 01-0ae87c20-01-0001-0004-78c8db79-f...@abc" Acct-Status-Type = Stop Acct-Aut

Re: accounting through detail module help

2009-08-19 Thread ramesh p
Hi, ** *default { *preacct { preprocess acct_unique suffix files } accounting { if(Acct-Status-Type == 'Stop') { detail } radutmp attr_filter.accounting_response Acct-Type Status-Server {

Re: accounting through detail module help

2009-08-19 Thread ramesh p
Thanks Alan. sorry for posting again. But we have two accounting sections in default and buffered-sql. Do i need to enable sql module only in buffered-sql? And place buffered-sql in defualt 'accounting' section. am Confused...which file section will be processed. Thanks, Rams. >> >>> >>> --

Re: Re: accounting through detail module help

2009-08-19 Thread ramesh p
> Thanks Alan. > > But we have two accounting sections in default and buffered-sql. > Do i need to enable sql module only in buffered-sql? And place buffered-sql > in defualt 'accounting' section. am Confused... > > Thanks, > Rams. > > > > >> >> -- >> >> Message: 2 >> Da

Re: Freeradius-Users Digest, Vol 52, Issue 87

2009-08-18 Thread ramesh p
Thanks Alan. But we have two accounting sections in default and buffered-sql. Do i need to enable sql module only in buffered-sql? And place buffered-sql in defualt 'accounting' section. am Confused... Thanks, Rams. > > -- > > Message: 2 > Date: Tue, 18 Aug 2009 23

Re: accounting through detail module help

2009-08-18 Thread ramesh p
Thanks Alan. I enabled detail module in accounting. details files were created under radacct clients directories. Just wanted to check if any module already available in freeradius to scan these detail files, parse and put attributes in mysql db every 2-3 mins? Thanks, Rams. > -- >

accounting through detail module help

2009-08-18 Thread ramesh p
Hi, At present our radius servers getting traffic of more than 3 million users. We have only two radius servers and one mysql server active. The server crashing whenever more traffic comes. Due to mysql overload and slow I'm planning to use detail module for accounting and then take these details

handling acctsesstiontime zero packets

2009-08-17 Thread ramesh p
Hi All, When Radius gets acctterminatecause = "Nas Error" packets having Acct-session-time field = 0, user "" .i see an an error in Raidus log *Mon Aug 17 05:46:04 2009 : Error: rlm_sql (sql) in sql_accounting: stop packet with zero session length. [user '', nas 'xx.xx.xx.xx']* how to count it as

weird rlm_radutmp errors .. radiusd process sleeping

2009-08-17 Thread ramesh p
Hi All, getting the following errors in the radius log: Mon Aug 17 05:45:38 2009 : Error: rlm_radutmp: Logout for NAS Default NAS Entry port 1239, but no Login record Mon Aug 17 05:45:38 2009 : Error: rlm_radutmp: Logout for NAS Default NAS Entry port 712, but no Login record Mon Aug 17 05:45:38 2

freeradius 2.1.6 radiusd process user

2009-08-13 Thread ramesh p
Hi All, I have installed freeradius 2.1.6 on my linux box. But radiusd process is running as root. root 25027 1 0 04:23 ?00:00:00 /usr/local/fnmt/freeradius2/sbin/radiusd I saw in older versions 1.1.6 running as nobody user/group. Is it fine if we run as root user? or we need to ru

Re: Re: freeradius2.1.6 module errors

2009-08-13 Thread ramesh p
Thanks alot. i can use either 'Stop' or 'stop'. It's not case sensitive am i correct? Thanks, Rams. Thu, 13 Aug 2009 00:56:21 -0700 On 13/8/09 08:41, Michael Bryant wrote: > Wrong operator. > Use = or not := > --Mike It's a comparison so it should be: if (Acct-Status-Type == 'stop') { s

Re:freeradius2.1.6 module errors

2009-08-13 Thread ramesh p
onse. attr_filter.accounting_response # # See "Autz-Type Status-Server" for how this works. # Acct-Type Status-Server { } } Thanks, Rams. On 13/8/09 07:10, ramesh p wrote: > Though i have placed the code in sites-available/default > unde

Re: Freeradius-Users Digest, Vol 52, Issue 59

2009-08-13 Thread ramesh p
onse. attr_filter.accounting_response # # See "Autz-Type Status-Server" for how this works. # Acct-Type Status-Server { } } Thanks, Rams. On 13/8/09 07:10, ramesh p wrote: > Though i have placed the code in sites-available/default > unde

Re: freeradius2.1.6 module errors

2009-08-12 Thread ramesh p
Though i have placed the code in sites-available/default under accounting section: if(Acct-Status-Type := 'stop'){ sql getting the following error with radiusd -X: [r...@localhost raddb]# ../../sbin/radiusd -X FreeRADIUS Version 2.1.6, for host i686-pc-linux-gnu, built on Aug 10 20

Re: freeradius2.1.6 module errors

2009-08-12 Thread ramesh p
Hi Arran, where i can place this code? i mean which file? Thanks, Rams. On 12/08/2009 14:18, ramesh p wrote: I'am trying to store only "Stop" packets in database, and i'm not storing Acct-Status-Type = start,Tunnel-Stop, Tunnel-start,Failed etc... packets in db. Ho

Re: freeradius2.1.6 module errors

2009-08-12 Thread ramesh p
m: Doug Hardie >> Subject: Re: freeradius2.1.6 module errors >> To: FreeRadius users mailing list >> >> Message-ID: >> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes >> >> >> On 11 August 2009, at 06:54, ramesh p wrote:

Re: freeradius2.1.6 module errors (Doug Hardie)

2009-08-12 Thread ramesh p
- > > Message: 1 > Date: Tue, 11 Aug 2009 16:05:21 -0700 > From: Doug Hardie > Subject: Re: freeradius2.1.6 module errors > To: FreeRadius users mailing list > > Message-ID: > Content-Type: text/plain; charset=US-ASCII; format=flowed; d

Re: freeradius2.1.6 module errors

2009-08-11 Thread ramesh p
Am doing it correctly? Please suggest? Thanks, Rams. > > 4. freeradius2.1.6 module errors (ramesh p) > > > -- > > Message: 4 > Date: Tue, 11 Aug 2009 12:50:30 +0530 > From: ramesh p > Subject:

freeradius2.1.6 module errors

2009-08-11 Thread ramesh p
Hi All, I have placed a small module "IGNORE" to ignore packets other than "Stop" type. modified acct_users file as: DEFAULT Acct-Status-Type == "Tunnel-Stop", Acct-Type := "IGNORE" DEFAULT Acct-Status-Type == "Tunnel-Start", Acct-Type := "IGNORE" DEFAULT Acct-Status-Type == "Start", Acct-Type :

RE : radius server 2.1.6 not storing data in radacct

2009-08-10 Thread ramesh p
Freeradius-Users Digest, Vol 52, Issue 48 (Alan Buxey) > 2. Re: Freeradius-Users Digest, Vol 52, Issue 48 (ramesh p) > 3. Re: radius server 2.1.6 not storing data in radacct (ramesh p) > > > -- > > Messag

Re: radius server 2.1.6 not storing data in radacct

2009-08-10 Thread ramesh p
On Mon, Aug 10, 2009 at 4:23 PM, ramesh p wrote: > >fromt he debug looks like its not doing any SQL thing at all - > >ie you either havent configured the SQL stuff (uncomment > >an 'include' statement in the cofngi to pull in sql.conf > >or, because you

Re: Freeradius-Users Digest, Vol 52, Issue 48

2009-08-10 Thread ramesh p
>fromt he debug looks like its not doing any SQL thing at all - >ie you either havent configured the SQL stuff (uncomment >an 'include' statement in the cofngi to pull in sql.conf >or, because you arent using SQL for authentication/authorization >and only for logging you have to add 'sql' to the in

radius server 2.1.6 not storing data in radacct table..help

2009-08-10 Thread ramesh p
Hi All, I have installed freeradius2.1.6 recently. Radius server was started successfully. But when i sent a packet using NTRadping its stored in file but not writing to mysql table. Here is the debug output: [r...@localhost radius]# /usr/local/fnmt/radius2/sbin/radiusd -X FreeRADIUS Version 2.1.6

freeradius2.1.6 daemon start up problems

2009-08-07 Thread ramesh p
Hi All, I'm trying start freeradius process like the following: /usr/local/fnmt/radius2/sbin/radiusd ps -eaf|grep radius root 14524 1 0 06:39 ?00:00:00 radiusd Is this the correct way start it? Thanks, Rams. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/

Re: Freeradius2.1.6 installation problem

2009-08-07 Thread ramesh p
Contents of Freeradius-Users digest..." > > > Today's Topics: > > 1. Re: Freeradius-Users Digest, Vol 52, Issue 37 (Rokkhan) > 2. Re: Freeradius-Users Digest, Vol 52, Issue 38 (ramesh p) > > > --

Re: Freeradius-Users Digest, Vol 52, Issue 37

2009-08-07 Thread ramesh p
t; To: FreeRadius users mailing list > > Message-ID: <20090807102258.gc19...@lboro.ac.uk> > Content-Type: text/plain; charset=us-ascii > > hi, > > your debug showed no actual traffic or packets hitting the > freeradius server - so cannot help you. > > al

Re: Freeradius-Users Digest, Vol 52, Issue 36

2009-08-07 Thread ramesh p
m> > Content-Type: text/plain; charset=ISO-8859-1 > > *Have you added 127.0.0.1 in the clients.conf?* > > 2009/8/7 ramesh p : > > Unable to execute radtest. > > > > # radiusd -X > > FreeRADIUS Version 2.1.6, for host i686-pc-linux-gnu, built on Jul 30

Freeradius2.1.6 installation problem

2009-08-07 Thread ramesh p
Unable to execute radtest. # radiusd -X FreeRADIUS Version 2.1.6, for host i686-pc-linux-gnu, built on Jul 30 2009 at 07:17:32 Copyright (C) 1999-2009 The FreeRADIUS server project and contributors. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. You may red

Re: unable to run radtest

2009-07-06 Thread ramesh p
On Sat, Jul 4, 2009 at 10:41 PM, Alan DeKok wrote: > ramesh p wrote: > > I tried to run the following: > > > > r...@parsa-laptop:/etc/freeradius# radtest sqltest testpwd localhost > > 1812 testing123 > > radclient: socket: cannot initialize udpfromto: Func

unable to run radtest

2009-07-04 Thread ramesh p
r...@parsa-laptop:/etc/freeradius# freeradius -X FreeRADIUS Version 2.1.0, for host i486-pc-linux-gnu, built on Apr 30 2009 at 07:22:56 Copyright (C) 1999-2008 The FreeRADIUS server project and contributors. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. You

Need help no of users and capacity load

2009-07-02 Thread ramesh p
We are going to have up to 3 million users in our radius setup in the next month. At present we are using freeradius1.1.6 in linux platform and over 1 million users. we are planning to upgrade to latest version. How the performance matter with 3 million users. Please suggest interms of load balanci

Re: freeradius packets thresholds | help

2009-05-15 Thread ramesh p
cond > >> using > >> MySQL. > >> > >> > >> > >> Tim > >> > >> > >> > >> *From:* freeradius-users-bounces+tim.sylvesteretworkradius.com@ > >> lists.freeradius.org > >> [mailto:freeradius-users-bounces+tim.syl

Re: freeradius packets thresholds | help

2009-05-15 Thread ramesh p
We are storing data in mysql. How many transactions can freeradius process for accounting purpose on an average. On Fri, May 15, 2009 at 11:35 AM, ramesh p wrote: > Thanks very much. > > What about number of accounting requests per sec? > > Regards, > Ramesh. > > On

Re: freeradius packets thresholds | help

2009-05-14 Thread ramesh p
dius.com@ > lists.freeradius.org > [mailto:freeradius-users-bounces+tim.sylvester > =networkradius@lists.freeradius.org] *On Behalf Of *ramesh p > *Sent:* Thursday, May 14, 2009 9:18 PM > *To:* FreeRadius users mailing list > *Subject:* freeradius packets thresholds | help >

freeradius packets thresholds | help

2009-05-14 Thread ramesh p
Hi All, Does anybody have an idea , how many transactions the FreeRADIUS server can handle on a per second, minute, and hourly basis. Thanks in advance. Thanks, Rams. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: freeradius upgrade help

2009-04-30 Thread ramesh p
Thanks alot for your replies. On Thu, Apr 30, 2009 at 6:51 PM, Ivan Kalik wrote: > > Appreciate if some one can please forward any docs/details about the > > upgrade > > from old freeradius version 1.1.6 to 2.1.4 in linux. > > > > All the information is right there - in the configuration files.

freeradius upgrade help

2009-04-30 Thread ramesh p
Appreciate if some one can please forward any docs/details about the upgrade from old freeradius version 1.1.6 to 2.1.4 in linux. Thanks, Ramesh. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radius process dying help

2009-04-29 Thread ramesh p
On Wed, Apr 29, 2009 at 10:23 PM, ramesh p wrote: > One more question: > how much traffic can efford freeradius version? if there are calls morethan > 1 lakh in number per day will it afford? My radius server process 'radiusd' > is dying due to more traffic these days. Tha

Re: radius process dying help

2009-04-29 Thread ramesh p
One more question: how much traffic can efford freeradius version? if there are calls morethan 1 lakh in number per day will it afford? My radius server process 'radiusd' is dying due to more traffic these days. That's why i want to know. Thank you. Rams. On Wed, Apr 29, 2009 at 1

Re: radius process dying help

2009-04-29 Thread ramesh p
Thanks Ivan. So am stopped the server using following command: /usr/local/etc/init.d/radiusd stop Then added the supervision using inittab file. This started process as *radiusd -f -s * automatically and radiusd.pid will not updated. Any issues with this? Thanks, Ramesh. On Wed, Apr 29, 2009 a

radius process dying help

2009-04-29 Thread ramesh p
I'm using freeradius version 1.1.6. My radius process 'radiusd' is dying frequently due to mysterious reasons. So is it safe to use 'radwatch' script to monitor? Thanks. Rams. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

freeradius upgrade help

2009-04-28 Thread ramesh p
I'm currently using freeradius version 1.1.6, planning to upgrdate to a stable version. Please suggest a version which is stable. My radius box running linux. Thanks in advance. Regards, Rams. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: %RADIUS-4-RADIUS_ALIVE | %RADIUS-4-RADIUS_DEAD help

2009-04-27 Thread ramesh p
Same box. On Mon, Apr 27, 2009 at 4:57 PM, wrote: > Hi, > > Accounting server was alive and receving packets till yesterday. And > > suddenly got receiving dead alive messages. So restarted radiusd process > > then it got resolved. > > are we talking about the same box? I'm not talking about thi

Re: %RADIUS-4-RADIUS_ALIVE | %RADIUS-4-RADIUS_DEAD help

2009-04-27 Thread ramesh p
Accounting server was alive and receving packets till yesterday. And suddenly got receiving dead alive messages. So restarted radiusd process then it got resolved. However it repeating frequently once a week Unable to findout the exact reason for this. On Mon, Apr 27, 2009 at 4:38 PM, wrote

Re: %RADIUS-4-RADIUS_ALIVE | %RADIUS-4-RADIUS_DEAD help

2009-04-27 Thread ramesh p
Thanks alot for providing very good suggestions. On Mon, Apr 27, 2009 at 4:12 PM, Ivan Kalik wrote: > Well, has it? Servers don't just go dead and back alive just like that. > It's much more likely that server was never dead at all. Stop looking at > NAS messages and examine why radius server di

Re: %RADIUS-4-RADIUS_ALIVE | %RADIUS-4-RADIUS_DEAD help

2009-04-27 Thread ramesh p
And why the process is stopped automaticaly? any reasons. On Mon, Apr 27, 2009 at 2:05 PM, ramesh p wrote: > Thanks. How to configure it? > > > On Mon, Apr 27, 2009 at 1:29 PM, Borislav Dimitrov < > b.dimit...@ngsystems.net> wrote: > >> Hi there, >> I

Re: %RADIUS-4-RADIUS_ALIVE | %RADIUS-4-RADIUS_DEAD help

2009-04-27 Thread ramesh p
es of that parameter > are high (they are in seconds I think) then the requests are waiting too > long and hence the error messages. > > On 27.04.2009, at 10:42, Nicolas Goutte wrote: > > > Am 27.04.2009 um 09:08 schrieb ramesh p: > > I'm seeing the following weirdn

%RADIUS-4-RADIUS_ALIVE | %RADIUS-4-RADIUS_DEAD help

2009-04-27 Thread ramesh p
I'm seeing the following weirdness from my freeradiusserver and when i see the radiusd process its stopped status. why this happens. any valid reasons for this? Apr 26 00:18:44.498: %RADIUS-4-RADIUS_ALIVE: RADIUS server X.X.X.X:0,1813 is being marked alive. Apr 26 00:18:50.777: %RADIUS-4-RADIUS_D

%RADIUS-4-RADIUS_ALIVE %RADIUS-4-RADIUS_DEAD help

2009-04-26 Thread ramesh p
I'm getting the following messges/alarms from freereadius server version 1.1.6. and when i oberserved the radiusd process it's stopped. Why this happens? Apr 26 00:18:44.498: %RADIUS-4-RADIUS_ALIVE: RADIUS server 10.199.32.34:0,1813 is being marked alive. Apr 26 00:18:50.777: %RADIUS-4-RADIUS_DEA

Re: Freeradius server not starting!

2009-04-10 Thread ramesh p
Now i have given the permissions to radiusd directory (usr/local/fnmt/var/run/ > > radiusd/) It's working fine. Thank you all. Regards, Ramesh. On Fri, Apr 10, 2009 at 6:40 PM, wrote: > Hi, > > now its giving like this... > > > > [r...@localhost init.d]# /usr/local/fnmt/etc/init.d/radiusd star

Re: Freeradius server not starting!

2009-04-10 Thread ramesh p
. Why? want is going wrong? 2009/4/10 Волошин Вячеслав > [r...@bill etc]# [r...@bill radius]# ls -ltr > total 12 > drwxr-xr-x 3 radiusd radiusd 4096 Mar 19 16:41 radacct > -rw-r- 1 radiusd radiusd 111 Apr 10 15:37 radius.log > set this. > > > - Original Message

Re: Freeradius server not starting!

2009-04-10 Thread ramesh p
ls -ltr /usr/local/fnmt/var/log/ drwxr-xr-x 3 nobody root 4096 Jun 15 2007 radius Thanks, Ramesh. 2009/4/10 ramesh p > [r...@localhost data]# ls -ltr /usr/local/fnmt/var/log/radius > total 16 > drwx-- 2 root root 4096 Apr 28 2007 radacct > -rwxr-xr-x 1 root root 8298

Re: Freeradius server not starting!

2009-04-10 Thread ramesh p
m, what the linux u use? or u use Sun OS? > pach /usr/local/fnmt/var/log/radius/radius.log is non-standard, this > directory exist? Can u create file in? > > - Original Message - > *From:* ramesh p > *To:* FreeRadius users mailing list > *Sent:* Friday, April 10, 2009

Re: Freeradius server not starting!

2009-04-10 Thread ramesh p
directory exist? Can u create file in? > > - Original Message - > *From:* ramesh p > *To:* FreeRadius users mailing list > *Sent:* Friday, April 10, 2009 3:25 PM > *Subject:* Re: Freeradius server not starting! > > Already it's in disable state. > [r...@loca

Re: Freeradius server not starting!

2009-04-10 Thread ramesh p
еслав > Disable SELinux. > > - Original Message ----- > *From:* ramesh p > *To:* FreeRadius users mailing list > *Sent:* Friday, April 10, 2009 3:14 PM > *Subject:* Freeradius server not starting! > > [r...@localhost log]# /usr/local/fnmt/etc/init.d/radiusd start > Star

Re: Freeradius server not starting!

2009-04-10 Thread ramesh p
I'm using radius version 1.1.6 On Fri, Apr 10, 2009 at 4:44 PM, ramesh p wrote: > [r...@localhost log]# /usr/local/fnmt/etc/init.d/radiusd start > Starting FreeRADIUS:Fri Apr 10 05:52:13 2009 : Info: Starting - reading > configuration files ... > radiusd: Couldn't open /

Freeradius server not starting!

2009-04-10 Thread ramesh p
[r...@localhost log]# /usr/local/fnmt/etc/init.d/radiusd start Starting FreeRADIUS:Fri Apr 10 05:52:13 2009 : Info: Starting - reading configuration files ... radiusd: Couldn't open /usr/local/fnmt/var/log/radius/radius.log for logging: Permission denied (rlm_exec: Wait=yes but no output defined.

Re: Query on Acct-Status-Type

2009-02-04 Thread ramesh p
Thanks alot. On Tue, Feb 3, 2009 at 9:29 PM, wrote: > >>You are aware that this will disable Simultaneous-Use? > >could you explain me more. > > > > If you don't record Start packets you won't be able to detect double > (or multiple) logins by the same user. Potentially, one user can pay you > a

Re: Query on Acct-Status-Type

2009-02-03 Thread ramesh p
whats the difference between Accounting stop and AcctStatusType=stop? Accounting stop and AcctStatusType=tunnel-stop I need only stop packets. I'm not going to store accounting start packets. If i send accounting stop packets and AcctStatusType=tunnel-stop am receiving it as AcctStatusType=St

Re: Query on Acct-Status-Type

2009-02-03 Thread ramesh p
s-Use? Ivan KalikKalik Informatika ISP- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html On Tue, Feb 3, 2009 at 5:17 PM, ramesh p wrote: > Hi all, > > I need to store packets with "Acct-Status-Type := Stop" only in db > 'radacct', rest of t

Query on Acct-Status-Type

2009-02-03 Thread ramesh p
Hi all, I need to store packets with "Acct-Status-Type := Stop" only in db 'radacct', rest of the packets needs to be ignored. How to proceed. Plz give suggestion. Note: am using freeradius1.1.6 version. Regards, Ramesh. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users

Re: Need to store only accounting stop packet!

2009-01-22 Thread ramesh p
Thanks for your replies. And one more problem. I'm getting the following (when i send stop packet. Am trying to store stop packet in different table 'radiusacct' now(in sql.conf i changed acct_table2=radiusacct). tail -f /usr/local/fnmt/var/log/radius/radius.log = Thu Jan 22 08:51:49 2009 : Err

Need to store only accounting stop packet!

2009-01-20 Thread ramesh p
Hi All, I need a help to store only accounting stop packets in sql database. So i have commented out start queries and update queries. Only the active accounting queries are stop and stop alt. Will this works fine?? or do i need to have accounting update queries also?? Thanks in advance for you

Re: Tunnel attributes

2009-01-19 Thread ramesh p
At present we are not recommended for upgrading. So is there any way to parse Cisco-AVpair attributes in sql.conf file itself? Regards, Ramesh. 2009/1/19 > Upgrade to the latest version. > > Ivan Kalik > Kalik Informatika ISP > > > Dana 19/1/2009, "ramesh p" p

Re: Tunnel attributes

2009-01-19 Thread ramesh p
Does freeradius.1.1.6 supoorts? which version of freeradius supports?? 2009/1/19 > Upgrade. perl is experimental there. > > Ivan Kalik > Kalik Informatika iSP > > Dana 19/1/2009, "ramesh p" piše: > > >am using freeradius-1.1.6 > > > >2009

Re: Tunnel attributes

2009-01-19 Thread ramesh p
am using freeradius-1.1.6 2009/1/19 ramesh p > One more question how to include the perl script for parsing. I haven't > done this before. Please kindly give suggestions. > > Thanks in advance! > Ramesh. > > 2009/1/19 > > Yes. That's the general idea - cre

Re: Tunnel attributes

2009-01-19 Thread ramesh p
ies to store new attributes. > > Ivan Kalik > Kalik Informatika ISP > > > Dana 19/1/2009, "ramesh p" piše: > > >Thanks. Is this digest helps for making changes? > >http://osdir.com/ml/gnu.radius.general/2003-04/msg00086.html > >Regards, > >Rames

Re: Tunnel attributes

2009-01-19 Thread ramesh p
Thanks. Is this digest helps for making changes? http://osdir.com/ml/gnu.radius.general/2003-04/msg00086.html Regards, Ramesh. On Mon, Jan 19, 2009 at 6:15 PM, wrote: > >I need to have both Disc-Cause-Ext, PPP-Disconnect-Cause as columns in > >radacct table. For that do i need to do parsing? How

Re: Tunnel attributes

2009-01-19 Thread ramesh p
Thanks alot Ivan Kalik. I need to have both Disc-Cause-Ext, PPP-Disconnect-Cause as columns in radacct table. For that do i need to do parsing? How to proceed. ANy references? Thanks, Ramesh. On Mon, Jan 19, 2009 at 5:23 PM, wrote: > >I understand this will be received like > >cisco-avpair=Disc

Re: Tunnel attributes

2009-01-18 Thread ramesh p
I understand this will be received like cisco-avpair=Disc-Cause-Ext=No Reason cisco-avpair=PPP-Disconnect-Cause=some cause. How to store in radacct table both Disc-Cause-Ext, PPP-Disconnect-Cause attributes individually? Thanks, Ramesh. On Mon, Jan 19, 2009 at 12:39 PM, ramesh p wrote: > Th

Re: Tunnel attributes

2009-01-18 Thread ramesh p
These are *Cisco*- *AVpair's. *Any suggestion how to add them to sql.conf and sql database. Any syntax references?? Thanks in Advance! Ramesh. On Fri, Jan 9, 2009 at 4:30 PM, wrote: > >How to support these attributes ...Disc-Cause-Ext, PPP-Disconnect-Cause. > Are > >they supported in freeradius

Re: Tunnel attributes

2009-01-08 Thread ramesh p
at 7:36 PM, ramesh p wrote: > Thank you. > > > On Thu, Jan 8, 2009 at 7:23 PM, wrote: > >> >How to start supporting Tunnel attributes for freeradius vers 1.1.6. Any >> >document references?? >> >> No documentation. They are supported just like any

Re: Tunnel attributes

2009-01-08 Thread ramesh p
Thank you. On Thu, Jan 8, 2009 at 7:23 PM, wrote: > >How to start supporting Tunnel attributes for freeradius vers 1.1.6. Any > >document references?? > > No documentation. They are supported just like any other attribute. > > >Which will be the starting point for this. Do i need to change > con

Tunnel attributes

2009-01-08 Thread ramesh p
How to start supporting Tunnel attributes for freeradius vers 1.1.6. Any document references?? Which will be the starting point for this. Do i need to change configuration of mysql.conf file? Or directly creating database helps? some of the attributes to be highlighted.. Tunnel Type, Tunnel-Server-