Re: mac authentication, log rejected device in radius.log

2013-10-18 Thread John Douglass
On 10/18/2013 11:00 AM, Alan DeKok wrote: Bertalan Voros wrote: I have one question, I would like to log a message in radius.log when a device is rejected based on its mac address. I would like to put a message saying that the device was unauthorised and the Calling-Station-Id

radius.log on DB

2013-03-25 Thread AemNet
Hi everybody is there any way log the requests for the radius in a DB like MySQL? In other words is possible to put radius.log entry in a DB without use the local system syslog daemon? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radius.log on DB

2013-03-25 Thread Olivier Beytrison
On 25.03.2013 09:26, AemNet wrote: Hi everybody is there any way log the requests for the radius in a DB like MySQL? In other words is possible to put radius.log entry in a DB without use the local system syslog daemon? This is not possible directly from freeradius. What you can do

Re: radius.log on DB

2013-03-25 Thread AemNet
On 25/03/2013 11:05, Olivier Beytrison wrote: This is not possible directly from freeradius. What you can do, is tell FreeRadius to log to your syslog deamon (like syslog-ng) and then tell syslog-ng to write the log within an INSERT statement for your database. Then you can send this to your

Re: radius.log on DB

2013-03-25 Thread Alex Sharaz
I the past I've tail'd a log file ( this was for squid and not freeradius) and piped that into a perl script that would then write things into a database but it's a lot easier using syslog talking to an rsyslog back end database that writes things into a database for you. Rgds alex On 25 Mar

Re: radius.log on DB

2013-03-25 Thread A . L . M . Buxey
Hi, Thank you for the answer and for the links Olivier, but I prefer don't use the syslog system if it's possilbe. Do you think it's possible instead to use a script (perl/bash anything else) after the request arrive and put it in a DB? the SQL module has the psotauth table... you could

Re: radius.log on DB

2013-03-25 Thread Chris Knipe
Perl File::Tail works very well for things like this... On Mon, Mar 25, 2013 at 12:45 PM, AemNet sysadmin-aem...@aemnet.it wrote: On 25/03/2013 11:05, Olivier Beytrison wrote: This is not possible directly from freeradius. What you can do, is tell FreeRadius to log to your syslog deamon

Re: radius.log on DB

2013-03-25 Thread Olivier Beytrison
On 25.03.2013 11:45, AemNet wrote: Thank you for the answer and for the links Olivier, but I prefer don't use the syslog system if it's possilbe. Do you think it's possible instead to use a script (perl/bash anything else) after the request arrive and put it in a DB? You could make a perl

How to Change radius.log format messages

2013-03-18 Thread Luís Cláudio Veiga
Hello everybody, i'm trying to find a way to modify radiusd.conf to change radius.log bellow messages: *This:* Fri Mar 15 17:03:04 2013 : Auth: *Login incorrect: [*foo_number1/CHAP-Password] (from client 192.168.10 port 118751232) Fri Mar 15 17:03:27 2013 : Auth: *Login incorrect:* (rlm_chap

Re: How to Change radius.log format messages

2013-03-18 Thread Alan DeKok
Luís Cláudio Veiga wrote: i'm trying to find a way to modify radiusd.conf to change radius.log bellow messages: ... *My primary server is running:* radiusd: FreeRADIUS Version 1.0.1, for host , built on Jun 14 2005 at 12:19:08 Upgrade. Really. There is no reason to use 1.0.1. *My

Re: How to Change radius.log format messages

2013-03-18 Thread Phil Mayers
On 18/03/13 13:28, Luís Cláudio Veiga wrote: Hello everybody, i'm trying to find a way to modify radiusd.conf to change radius.log bellow messages: You can't. They're hard-coded. Instead, define an instance of the linelog module and set the format you want. - List info/subscribe

eap-mschapv2 and radius.log

2012-12-06 Thread Scott Armitage
All, I have noticed a behaviour in the logging and I'm not sure if it is misconfiguration on my part, misunderstanding of the expected behaviour or a bug. If I attempt to log in using EAP-MSCHAPv2 inside of an eap method (e.g. PEAP/EAP-MSCHAPv2) I see Login OK: for the outer EAP regardless

Re: eap-mschapv2 and radius.log

2012-12-06 Thread Scott Armitage
On 6 Dec 2012, at 11:33, Scott Armitage s.p.armit...@lboro.ac.uk wrote: All, I have noticed a behaviour in the logging and I'm not sure if it is misconfiguration on my part, misunderstanding of the expected behaviour or a bug. If I attempt to log in using EAP-MSCHAPv2 inside of an eap

Re: eap-mschapv2 and radius.log

2012-12-06 Thread Scott Armitage
On 6 Dec 2012, at 14:07, Scott Armitage s.p.armit...@lboro.ac.uk wrote: On 6 Dec 2012, at 11:33, Scott Armitage s.p.armit...@lboro.ac.uk wrote: All, I have noticed a behaviour in the logging and I'm not sure if it is misconfiguration on my part, misunderstanding of the expected

reject reason logged in radius.log. Possible?

2012-06-14 Thread Daniele Albrizio
messages in radius.log . Users are in effect valid and correct, but their equipment is not. Does anybody know how this scenario can be improved? --- Relevant lines of default virtual server authorize section are: authorize { if ( %{Calling-Station-Id} =~ /([a-fA-F0-9]{2}.?){6}/ %{sql

Re: reject reason logged in radius.log. Possible?

2012-06-14 Thread Alan DeKok
Daniele Albrizio wrote: Ways I use to implement this results in ambiguous Invalid user or Login incorrect misleading messages in radius.log . Well, rejecting users means that something is invalid or incorrect. Users are in effect valid and correct, but their equipment is not. Does

radius.log rotation

2012-03-14 Thread Shreya Shah
Hi, How can we rotate radius.log file ? -Shreya. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radius.log rotation

2012-03-14 Thread Fajar A. Nugraha
On Thu, Mar 15, 2012 at 11:21 AM, Shreya Shah shreya.ns...@gmail.com wrote: Hi, How can we rotate radius.log file ? Depends on how you installed it. Distro-bundled ones should already have a log rotate config setup on /etc/logrotate.d. If you install it from source, see the included examples

Re: radius.log test?

2011-07-18 Thread Alan Buxey
hi, All seems well besides this. It started happening a day ago every 30 seconds. Anyone understand what this is? check your changelog or revision control notes to see waht was done a day ago? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: radius.log test?

2011-07-18 Thread OzSpots - Carl Sawers
Thanks for that, rather odd, I ran radius -X and found the location the request was coming from, it was one of our pc's which must have been running a test in the background, a reboot turned it off. cheers Regards Carl - List info/subscribe/unsubscribe? See

radius.log test?

2011-07-17 Thread OzSpots - Carl Sawers
Hi all, I have suddenly started seeing this in the radius.log ( 2.2) Mon Jul 18 11:36:23 2011 : Auth: Login incorrect: [TEST/+\253\362\023\213\223-~\272\257]$\003\033\211] (from client localhost port 0) All seems well besides this. It started happening a day ago every 30 seconds. Anyone

radius.log records individual client IP. Possible??

2011-01-27 Thread Difan Zhao
Hi experts, I'm wondering if it's possible for the radius.log file to show the NAS IP instead of the client name (which is IP range in my case). Currently the log looks like: Thu Jan 27 11:53:15 2011 : Auth: Login incorrect: [08000f513f60/08000f513f60] (from client 10.143.115.0/24 port 50303

Re: radius.log records individual client IP. Possible??

2011-01-27 Thread Alan DeKok
Difan Zhao wrote: I’m wondering if it’s possible for the radius.log file to show the NAS IP instead of the “client” name (which is IP range in my case). Read radiusd.conf, look for msg_goodpass Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

send radius.log to mysql

2010-12-17 Thread cktan
Dear all, I'm looking for possibility to inject the log from radius.log into mysql DB for some monitoring purpose. Any better suggestion? I tried with Syslog-NG and it just won't send radius.log to my syslog server but only system log... Regards CK -- This message has been scanned

Re: send radius.log to mysql

2010-12-17 Thread cktan
The main reason is to monitor the login activity for my radius server i.e. Login Accept, Reject or Deny. cktan wrote: Dear all, I'm looking for possibility to inject the log from radius.log into mysql DB for some monitoring purpose. Any better suggestion? I tried with Syslog-NG and it just

Re: send radius.log to mysql

2010-12-17 Thread Gideon le Grange
On 17 Dec 2010, at 11:13 AM, cktan wrote: I'm looking for possibility to inject the log from radius.log into mysql DB for some monitoring purpose. Any better suggestion? I tried with Syslog-NG and it just won't send radius.log to my syslog server but only system log... Have a look

Re: send radius.log to mysql

2010-12-17 Thread cktan
message? Regards cK Gideon le Grange wrote: On 17 Dec 2010, at 11:13 AM, cktan wrote: I'm looking for possibility to inject the log from radius.log into mysql DB for some monitoring purpose. Any better suggestion? I tried with Syslog-NG and it just won't send radius.log to my syslog server

Re: how to record certificates error in radius.log?

2010-07-17 Thread Alan DeKok
WWF wrote: But no log is recorded if the certificates is wrong (which is possible in real scenarios). It should log that authentication has failed. I have noticed that if the certificates is wrong, the radiusd -X will output things like that: Fri Jul 16 17:23:30 2010 : Info: [eap]

how to record certificates error in radius.log?

2010-07-16 Thread WWF
hi, all! Now I want to record the user access history in the radius.log file. I use fr 2.19 and ttls-mschapv2. I notice that it now only records the user/password log in the radius.log file. for example, when I use a correct password for user test, Tue Jul 13 12:03:49 2010 : Auth: Login

Re: Logs from /var/log/radius/radius.log

2010-02-11 Thread Johan Meiring
I intentionally didn't include the output of show full processlist and show innodb status because they are very large to include them here. If you need them, please tell me and I will send it to you personally. show full processlist would show how long some of the queries have been running,

Re: Logs from /var/log/radius/radius.log

2010-02-11 Thread Fajar A. Nugraha
On Fri, Feb 12, 2010 at 6:22 AM, muffin sk muffi...@gmail.com wrote:  Slow queries: 166 Start with that. Activate slow query log (see Mysql docs) to see which queries took a long time, and when they happen. Combine that with freeradius log about db handle, and you should be able to decide whether

Re: Logs from /var/log/radius/radius.log

2010-02-11 Thread muffin sk
Hello Fajar, On Fri, Feb 12, 2010 at 8:48 AM, Fajar A. Nugraha fa...@fajar.net wrote: On Fri, Feb 12, 2010 at 6:22 AM, muffin sk muffi...@gmail.com wrote:  Slow queries: 166 Start with that. Activate slow query log (see Mysql docs) to see which queries took a long time, and when they happen.

Re: Logs from /var/log/radius/radius.log

2010-02-11 Thread Johan Meiring
muffin sk wrote: - show full processlist - show innodb status Unfortunately your datbase is doing nothing in the logs attaced. Please re-run and re-send show processlist while radius is claiming the SQL pools to be unavailable, i.e. while your'e having the problem. -- Johan Meiring

Re: Logs from /var/log/radius/radius.log

2010-02-11 Thread Fajar A. Nugraha
On Thu, Feb 11, 2010 at 10:23 AM, muffin sk muffi...@gmail.com wrote: Can you briefly explain the meaning for each line below if that doesn't cost much of your time? I Which part are you having trouble with? Thu Feb 11 05:53:24 2010 : Info: rlm_sql (sql): There are no DB handles to use!

Re: Logs from /var/log/radius/radius.log

2010-02-11 Thread muffin sk
Hello Fajar, First of all, thank you for your time answering my questions to this list. On Thu, Feb 11, 2010 at 4:47 PM, Fajar A. Nugraha fa...@fajar.net wrote: Thu Feb 11 05:53:24 2010 : Info: rlm_sql (sql): There are no DB handles to use! skipped 0, tried to connect 0 usually this means

Re: Logs from /var/log/radius/radius.log

2010-02-11 Thread Fajar A. Nugraha
On Thu, Feb 11, 2010 at 11:08 PM, muffin sk muffi...@gmail.com wrote: Thu Feb 11 05:53:24 2010 : Info: rlm_sql (sql): There are no DB handles to use! skipped 0, tried to connect 0 usually this means the db is dead, or unresponsive, such that radiusd can't find a DB handle it can use What

Re: Logs from /var/log/radius/radius.log

2010-02-11 Thread muffin sk
Hello Fajar, On Fri, Feb 12, 2010 at 12:42 AM, Fajar A. Nugraha fa...@fajar.net wrote: When the NAS doesn't receive response (for whatever reason) in a certain time, it should sends the request again. The number of retries and timeout vary depending on NAS (tunable settings on some). If after

Logs from /var/log/radius/radius.log

2010-02-10 Thread muffin sk
Hello all, I need your help to understand the meaning of the following snippet of the logs from the /var/log/radius/radius.log file of my FreeRADIUS version 1.1.7-2 on top of CentOS 5.x. Can you briefly explain the meaning for each line below if that doesn't cost much of your time? I cannot find

radius.log with timestamp in filename

2009-08-04 Thread RadiusGuy
Hi all, I'm using FreeRADIUS Version 2.0.4 and i would like to have timestamps within the filename of the radius.log, i.e. radius.log-20090804. For the other logfiles, like the detailfile, this is the default setting in the radiusd.conf: detailfile = ${radacctdir}/%{Client-IP-Address}/detail-%Y

Re: radius.log with timestamp in filename

2009-08-04 Thread Alan DeKok
RadiusGuy wrote: In good faith I have tried the same thing with the radius.log... file = ${logdir}/radius.log-%Y%m%d but it didn't work. Freeradius then creates a logfile with the explicit name radius.log-%Y%m%d, but not with the timestamp of the actual day. Can anyone help? Write

Re: radius.log permissions issue

2009-07-17 Thread Alan DeKok
John Dennis wrote: FWIW, in our RPM's we force the creation of the radius.log file with ownership radiusd:radiusd at installation time before the server even runs. This should also be in the /etc/init.d/radiusd script. Alan DeKok. - List info/subscribe/unsubscribe? See http

Re: radius.log permissions issue

2009-07-17 Thread Alan DeKok
Philip Molter wrote: Attached is a patch that fixes the issue. Given the way that freeradius checks for the ability to write to the logfile, it should perform like the latter (in my testing, it does exactly that). The patch does a couple of things: 1) properly handles setuid changes in

Re: radius.log permissions issue

2009-07-17 Thread Philip Molter
Alan DeKok wrote: Philip Molter wrote: Attached is a patch that fixes the issue. Given the way that freeradius checks for the ability to write to the logfile, it should perform like the latter (in my testing, it does exactly that). The patch does a couple of things: 1) properly handles

Re: radius.log permissions issue

2009-07-16 Thread A . L . M . Buxey
Hi, Is this a known bug? Is there a workaround other than creating the file by hand and setting its ownership before starting freeradius? ?? how are you starting this server - the file/directory should be radiusd:radiusd and when run it will do the 'correct thing' alan - List

Re: radius.log permissions issue

2009-07-16 Thread Philip Molter
and when run it will do the 'correct thing' /usr/sbin/radiusd -d /etc/raddb as user root. As posted before, the config file has directives to switch to user radiusd and group radiusd The directory has the proper permissions, but the radius.log file doesn't exist. When the radiusd program

Re: radius.log permissions issue

2009-07-16 Thread John Dennis
/directory should be radiusd:radiusd and when run it will do the 'correct thing' /usr/sbin/radiusd -d /etc/raddb as user root. As posted before, the config file has directives to switch to user radiusd and group radiusd The directory has the proper permissions, but the radius.log file doesn't

Re: radius.log permissions issue

2009-07-16 Thread Philip Molter
John Dennis wrote: FWIW, in our RPM's we force the creation of the radius.log file with ownership radiusd:radiusd at installation time before the server even runs. If you don't force the creation of the file with the right ownership then I think the issue revolves around when a log message

Re: radius.log permissions issue

2009-07-16 Thread Philip Molter
John Dennis wrote: There are various strategies to assure the newly created log file has the right ownership: * drop privileges prior to calling fopen() * call chown() after fclose() at the exit of the logging call. * pre-create the file if necessary very early during start up. I think the

radius.log permissions issue

2009-07-15 Thread Philip Molter
With freeradius 2.1.6, I have a configuration such as this in my radiusd.conf file: user = radiusd group = radiusd When I start up radiusd for the first time, the radius.log file gets created with 0640 permissions, owned by root:radiusd, instead of radiusd:radiusd. This doesn't prevent

radius.log not working

2009-07-07 Thread Michael Humphries
Free radius is accepting requests and everything is working as it should except that the radius.log is not propagating. I changed the IP address of the server and moved it to a new location. The portmasters are authenticating to it and I see the requests coming in under radius X however

Re: radius.log not working

2009-07-07 Thread A . L . M . Buxey
://www.w3.org/TR/REC-html40; snip! Free radius is accepting requests and everything is working as it should except that the radius.log is not propagating.nbsp; I changed the IP address of the server and moved it to a new location.nbsp; The portmasters are authenticating to it and I see

RE: radius.log not working

2009-07-07 Thread Michael Humphries
To: FreeRadius users mailing list Subject: Re: radius.log not working Hi, please do not mail in HTML - look at this junk and the size of the email! html xmlns:v=urn:schemas-microsoft-com:vml xmlns:o=urn:schemas-microsoft-com:office:office xmlns:w=urn:schemas-microsoft-com:office:word xmlns:m=http

python module log back to radius.log

2008-07-16 Thread Michael da Silva Pereira
Hi All, I previously used a perl module and wrote content back to the radius.log file by using: radiusd::radlog(0,rlm_perl::Detaching. Reloading. Done.); Has anybody got something doing this in python, I don't really want to open up the file and write data into it as radiusd has the file

Re: python module log back to radius.log

2008-07-16 Thread Michael da Silva Pereira
sorry my mistake found the example of using radlog(level,msg) Michael da Silva Pereira wrote: Hi All, I previously used a perl module and wrote content back to the radius.log file by using: radiusd::radlog(0,rlm_perl::Detaching. Reloading. Done.); Has anybody got something doing

radius.log behaviour change v1 - v2

2008-03-27 Thread Stefan Winter
: Login incorrect: [EMAIL PROTECTED] (from client WLC-Walferdange2 port 29 cli 00-1C-BF-73-E6-0A) That makes parsing the log file more difficult, if the number of authentications happening is to be taken out of the radius.log file. If a NAS doesn't send Calling-Station-Id, the two are almost

DB handles and radius.log errors

2007-06-13 Thread Irina
Simultaneous Logins are set to 1, so radius checks if users are connected on NAS. Below is what I find in radius.log. Mon Jun 11 14:48:28 2007 : Error: Discarding duplicate request from client aleph:1645 - ID: 95 due to unfinished request 28856 Mon Jun 11 14:48:33 2007 : Error: Discarding duplicate request

Re: DB handles and radius.log errors

2007-06-13 Thread tnt
in radius.log. Mon Jun 11 14:48:28 2007 : Error: Discarding duplicate request from client aleph:1645 - ID: 95 due to unfinished request 28856 Mon Jun 11 14:48:33 2007 : Error: Discarding duplicate request from client aleph:1645 - ID: 95 due to unfinished request 28856 Mon Jun 11 14:48:33 2007 : Error

DB handles and radius.log errors

2007-06-13 Thread Ivan Kalik
PS. Example: http://puck.nether.net/pipermail/cisco-nas/2004-January/000474.html checkrad works with one Cisco router but not with another with same configuration and same IOS version. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See

Message in radius.log

2007-02-01 Thread Jean Frontin
Hello, Here is two lines of the radius.log. Everything in tables looks like okay. Where must I search, I don't understand the first line below. So, why is the second line good ? What does mean cli at the end of the second line ? Wed Jan 31 15:45:05 2007 : Info: rlm_sql (sql): No matching entry

Re: Message in radius.log

2007-02-01 Thread Alexander Serkin
Jean Frontin wrote: Hello, Here is two lines of the radius.log. Everything in tables looks like okay. Where must I search, I don't understand the first line below. So, why is the second line good ? Perhaps your username is in users file and is not in database? What does mean cli

solved (was: Re: logging to normal radius.log and syslog)

2006-11-30 Thread Michael Messner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hey, we start the radiusd in debugging mode and with the following line in rc.local we now just get the loggin attempts into the radius.log: tail -f /var/log/radius/radius_complete.log | grep --line-buffered \:\ Login /var/log/radius/radius.log

logging to normal radius.log and syslog

2006-11-16 Thread Michael Messner
hey @all, for testing we write the complete debugging messages to syslog into a special file but with this method the loggin to the normal radius.log file won't work anymore! We start radiusd with daemontools and with these parameters: loggeropt=logger -p local6.info -t radiusd -s ARGS=-Afxyz

Re: logging to normal radius.log and syslog

2006-11-16 Thread Alan DeKok
Michael Messner [EMAIL PROTECTED] wrote: for testing we write the complete debugging messages to syslog into a special file but with this method the loggin to the normal radius.log file won't work anymore! Because it's in debugging mode. Output goes to STDOUT, and not to radius.log. any

Re: logging to normal radius.log and syslog

2006-11-16 Thread Thor Spruyt
tail -F radius.log | logger - Original Message - From: Michael Messner [EMAIL PROTECTED] To: freeradius-users@lists.freeradius.org Sent: Thursday, November 16, 2006 3:10 PM Subject: logging to normal radius.log and syslog hey @all, for testing we write the complete debugging

Re: logging to normal radius.log and syslog

2006-11-16 Thread Michael Messner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan DeKok schrieb: Michael Messner [EMAIL PROTECTED] wrote: for testing we write the complete debugging messages to syslog into a special file but with this method the loggin to the normal radius.log file won't work anymore! Because it's

Re: logging to normal radius.log and syslog

2006-11-16 Thread Michael Messner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thor Spruyt schrieb: tail -F radius.log | logger radius.log is empty! ca mIke - Original Message - From: Michael Messner [EMAIL PROTECTED] To: freeradius-users@lists.freeradius.org Sent: Thursday, November 16, 2006 3:10 PM Subject

Re: logging to normal radius.log and syslog

2006-11-16 Thread Alan DeKok
Michael Messner [EMAIL PROTECTED] wrote: Because it's in debugging mode. Output goes to STDOUT, and not to radius.log. sure, we need the possibility to analyze the files Then why are you running the server in debugging mode, with output goind to STDOUT? I think this would be very

Need radius.log as SQL

2006-08-06 Thread Gregory J. Marsh
I need to completely replace the radius.log file with SQL. I need this because Im running multiple servers and I need the logs in a single location that can be watched by one helpdesk staffer. The current post auth logs only handle accept and reject I need the complete log. For instance

Re: Error in Radius.log

2005-12-27 Thread LeRoy DeVries
On Monday 26 December 2005 16:17, LeRoy DeVries wrote: On Monday 26 December 2005 16:02, Markus Krause wrote: i am not an expert but it seems that you (or some module) sets auth-type to local. what does your authorize and authenticate sections in radiusd.conf look like? Here is that

Re: Error in Radius.log

2005-12-26 Thread Markus Krause
Zitat von LeRoy DeVries [EMAIL PROTECTED]: I'm getting the following error in the radius log and don't know how to handle it. I assume it's handled somewhere within the radius.conf file but I can't find anything about it. Sun Dec 25 09:28:07 2005 : Error: rlm_sql: Failed to create the pair:

Re: Error in Radius.log

2005-12-26 Thread Lewis Bergman
LeRoy DeVries wrote: I'm getting the following error in the radius log and don't know how to handle it. I assume it's handled somewhere within the radius.conf file but I can't find anything about it. Sun Dec 25 09:28:07 2005 : Error: rlm_sql: Failed to create the pair: Unknown attribute

Re: Error in Radius.log

2005-12-26 Thread LeRoy DeVries
On Monday 26 December 2005 06:15, Markus Krause wrote: Zitat von LeRoy DeVries [EMAIL PROTECTED]: I'm getting the following error in the radius log and don't know how to handle it. I assume it's handled somewhere within the radius.conf file but I can't find anything about it. Sun Dec

Re: Error in Radius.log

2005-12-26 Thread Alan DeKok
LeRoy DeVries [EMAIL PROTECTED] wrote: Mon Dec 26 08:13:56 2005 : Error: radiusd.conf: SQL modules aren't allowed in 'authenticate' sections -- they have no such method. Why did you put it there? If I remove the sql from that section it doesn't complain. How does sql handle this. Also as

Re: Error in Radius.log

2005-12-26 Thread LeRoy DeVries
On Monday 26 December 2005 09:38, Alan DeKok wrote: Try running the server in debugging mode, as suggested in the FAQ, README, INSTALL, and daily on this list. Honestly, I just don't understand why it's so hard to do that. Alan DeKok. Sorry I just could not find any info on that.

Re: Error in Radius.log

2005-12-26 Thread LeRoy DeVries
On Monday 26 December 2005 10:12, LeRoy DeVries wrote: On Monday 26 December 2005 09:38, Alan DeKok wrote: Try running the server in debugging mode, as suggested in the FAQ, README, INSTALL, and daily on this list. Honestly, I just don't understand why it's so hard to do that.

Re: Error in Radius.log

2005-12-26 Thread Markus Krause
Zitat von LeRoy DeVries [EMAIL PROTECTED]: On Monday 26 December 2005 06:15, Markus Krause wrote: Zitat von LeRoy DeVries [EMAIL PROTECTED]: I'm getting the following error in the radius log and don't know how to handle it. I assume it's handled somewhere within the radius.conf file

Re: Error in Radius.log

2005-12-26 Thread LeRoy DeVries
On Monday 26 December 2005 12:41, Markus Krause wrote: what says freeradius if started in debug mode (freeradius -XA) ? and what says radtest? I'm finally making progress. Now I'm getting the following: modcall: group authorize returns ok for request 0 auth: type Local auth: user supplied

Re: Error in Radius.log

2005-12-26 Thread Markus Krause
Zitat von LeRoy DeVries [EMAIL PROTECTED]: On Monday 26 December 2005 12:41, Markus Krause wrote: I'm finally making progress. Now I'm getting the following: modcall: group authorize returns ok for request 0 auth: type Local auth: user supplied User-Password does NOT match local

Re: Error in Radius.log

2005-12-26 Thread LeRoy DeVries
On Monday 26 December 2005 16:02, Markus Krause wrote: i am not an expert but it seems that you (or some module) sets auth-type to local. what does your authorize and authenticate sections in radiusd.conf look like? Here is that portion authorize { preprocess chap

Error in Radius.log

2005-12-25 Thread LeRoy DeVries
I'm getting the following error in the radius log and don't know how to handle it. I assume it's handled somewhere within the radius.conf file but I can't find anything about it. Sun Dec 25 09:28:07 2005 : Error: rlm_sql: Failed to create the pair: Unknown attribute Max-All-Session Sun Dec 25

Re: errors in radius.log

2005-05-04 Thread Ahmad Cheikh Moussa
Hi! Do really nobody knows what this error messages mean, or is this a stupid question ? If so, I'am sorry. Can someone give me a hint, where I can look at ? Regards, Ahmad Ahmad Cheikh Moussa wrote: Hi! I have a freeradius 0.9.3 with Solaris 8. I got all the time these error messages: Thu Apr 28

Re[2]: errors in radius.log

2005-05-04 Thread William
Greetings, This error message means that your NAS's are sending a different ID when the user disconnects, than the one the NAS sent when the user conencted. Radius cannot associeate the disconnect with the connect without the same ID. Your NAS is the one sending the wrong ID's. On Wed,

Radtest Returns Nothing, radius.log is empty

2005-05-04 Thread Jack Murgia
/usr/sbin/radiusd -X then... radtest testy tester localhost:1812 testing123 this returns nothing- it will sit for hours if I wait that long. But if I kill the radiusd process, it gives me the normal feedback- see output below. Interestingly- there is nothing in /var/log/radius.log ! Some backgroud

Re: Radtest Returns Nothing, radius.log is empty

2005-05-04 Thread Jack Murgia
in as root, ran /usr/sbin/radiusd -X then... radtest testy tester localhost:1812 testing123 this returns nothing- it will sit for hours if I wait that long. But if I kill the radiusd process, it gives me the normal feedback- see output below. Interestingly- there is nothing in /var/log/radius.log

errors in radius.log

2005-04-29 Thread Ahmad Cheikh Moussa
Hi! I have a freeradius 0.9.3 with Solaris 8. I got all the time these error messages: Thu Apr 28 07:21:55 2005 : Error: rlm_radutmp: Logout entry for NAS 1.1.1.1 port 1610613128 has wrong ID Thu Apr 28 07:22:05 2005 : Error: rlm_radutmp: Logout entry for NAS 1.1.1.1 port 1610613218 has wrong ID

errors in radius.log

2005-04-27 Thread Ahmad Cheikh Moussa
Hi! I have a freeradius 0.9.3 with Solaris 8. I got all the time these error messages: Thu Apr 28 07:21:55 2005 : Error: rlm_radutmp: Logout entry for NAS 1.1.1.1 port 1610613128 has wrong ID Thu Apr 28 07:22:05 2005 : Error: rlm_radutmp: Logout entry for NAS 1.1.1.1 port 1610613218 has wrong ID

Re: Error in radius.log

2005-02-18 Thread Siderite
On Fri, 18 Feb 2005 07:22:42 + nake116 nake116 [EMAIL PROTECTED] wrote: Fri Feb 18 06:26:50 2005 : Info: Using deprecated naslist file. Support for this will go away soon. Fri Feb 18 06:26:50 2005 : Info: Using deprecated clients file. Support for this will go away soon. Fri Feb 18

Error in radius.log

2005-02-17 Thread nake116 nake116
Fri Feb 18 06:26:50 2005 : Info: Using deprecated naslist file. Support for this will go away soon. Fri Feb 18 06:26:50 2005 : Info: Using deprecated clients file. Support for this will go away soon. Fri Feb 18 06:26:50 2005 : Info: Using deprecated realms file. Support for this will go away

Which month abbreviations are used in the radius.log file

2005-02-15 Thread Brock Noland
I am writing a script to process the radius.log file (freeRADIUS 1.01). I need to know the month abbreviations are used for March - December. I have Jan Feb Any ideas??? Brock - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Error in the Radius.log file

2005-02-02 Thread Nader Sayeh
Hi... I have two FreeRadius System on RH9 working with Oracle9 DB each have its own DB at the same server, I found in the radius.log file this message: There is no DB handle to use! Skipped 0, tried to connect 0 What is the cause of this problem and how could I solve

unexpected message in the radius.log

2005-01-24 Thread Edgars
Hello, today figured out that on FR 1.0.1 the following Info message appears if the user enter an incorrect password: Info: rlm_sql (sql): No matching entry in the database for request from user [edgars] In the previous versions i think it was like usual - Login incorrect bla bla bla. Has this

Missing radius.log file and radacct folder

2004-12-06 Thread zack musa
? Misconfiguration ? Any commented entry that should be uncomment? - I already try to find all radius.log 3. When I run the radius deamon with other option such as -y, there are error messege that i get, which like Fail to create PID ...no such file or directory is this the effect of the missing radius

Missing radius.log file and radacct folder

2004-12-06 Thread zack musa
? Misconfiguration ? Any commented entry that should be uncomment? - I already try to find all radius.log 3. When I run the radius deamon with other option such as -y, there are error messege that i get, which like Fail to create PID ...no such file or directory is this the effect of the missing radius

radius.log question

2004-10-13 Thread Edgars
Hello! i can't find out why the following sentance is appearing in the line below - ...no User-Password attribute: Auth: Login OK: [a/no User-Password attribute] (from client uz galda port 12534 cli 1.1.1.2) Edgars - List info/subscribe/unsubscribe? See

RE: radius.log question

2004-10-13 Thread Anson Rinesmith
Most likely, the user did not enter a password to be sent. Thus no User-Password attribute. -Original Message- From: [EMAIL PROTECTED] [mailto:freeradius- [EMAIL PROTECTED] On Behalf Of Edgars Sent: Wednesday, October 13, 2004 8:08 AM To: [EMAIL PROTECTED] Subject: radius.log

Re: radius.log question

2004-10-13 Thread Edgars
: Wednesday, October 13, 2004 8:08 AM To: [EMAIL PROTECTED] Subject: radius.log question Hello! i can't find out why the following sentance is appearing in the line below - ...no User-Password attribute: Auth: Login OK: [a/no User-Password attribute] (from client uz galda port 12534 cli

Re: radius.log question

2004-10-13 Thread Alan DeKok
Edgars [EMAIL PROTECTED] wrote: but the user is using a password for authentication.. Yes, but they are not sending that password to the RADIUS server, as there is no User-Password attribute in the RADIUS packet. The user is typing a password into a window on their computer. Their computer

Parsing radius.log

2004-07-30 Thread Thor Spruyt
Hi, According to me, this is the start: if ($line =~ /^([\w ]+) : (\w+): (.+)$/) { $datetime = $1; $type = $2; $message = $3; } I agree that splitting up the $message part further is not easy. Maybe the developers could agree on a more granular logformat. Regards, Thor. - List

Re: radius.log file showing proxy not server

2004-07-06 Thread Peter Kolbe
In the /var/log/radius.log [EMAIL PROTECTED] squid]# tail -n34 /var/log/radius.log Tue Jul 6 08:07:42 2004 : Auth: Login OK: [tango] (from client 196.26.5.5 port 148 cli 033xxx) Tue Jul 6 08:07:55 2004 : Auth: Login OK: [dbarker] (from client 196.26.5.5 port 214 cli 039xxx) Tue Jul 6

Re: radius.log file showing proxy not server

2004-07-06 Thread Alan DeKok
Peter Kolbe [EMAIL PROTECTED] wrote: Tue Jul 6 08:11:39 2004 : Auth: Login OK: [mbarrow] (from client 196.26.208.10 port 186 cli 039xxx) 196.25.5.5 and 196.26.208.10 are the proxying servers, I need it to reflect the actual dial-in box the client connected to. Those log messages

  1   2   >