Re: Error: Discarding duplicate request...

2010-09-15 Thread Alan Buxey
2.1.3 is very old now , 2.1.9 is current and has many fixes over that - check its changelog .. this error message suggests that you've got a slow backend somewhere - be that ldap, sql or even a bit of perl - Reply message - From: Mike Diggins mike.digg...@mcmaster.ca Date: Wed, Sep 15

Error compiling over Solaris

2010-09-02 Thread Fernando Calvelo Vazquez
/threads.o ERR_remove_state.libs/threads.o lt__PROGRAM__LTX_preloaded_symbols .libs/modules.o ld: fatal: Symbol referencing errors. No output written to .libs/radiusd collect2: ld returned 1 exit status gmake[4]: *** [radiusd] Error 1 gmake[4]: Leaving directory `/usr/local

Re: Error compiling over Solaris

2010-09-02 Thread Alan DeKok
Fernando Calvelo Vazquez wrote: Hi folk: I'm trying to compile 'freeradius-2.1.9' over Solaris 10 platform. No errors during './configure' execution But I get this messages when I execute 'gmake' command ... Undefined first referenced symbol

Re: Error compiling over Solaris

2010-09-02 Thread Fernando Calvelo Vazquez
Thanks Alan. Now it works! Cheers, Swatzy. Alan DeKok wrote: Fernando Calvelo Vazquez wrote: Hi folk: I'm trying to compile 'freeradius-2.1.9' over Solaris 10 platform. No errors during './configure' execution But I get this messages when I execute 'gmake' command ... Undefined

Re: rlm_perl error

2010-08-31 Thread Bjørn Mork
JUND, Aurélien aurelien.j...@sfr.com writes: example.pl: sub authorize { if ($RAD_REQUEST{'Service-Type'} = Framed-User){ This isn't a perl boolean expression... $RAD_CHECK{'Cleartext-Password'} = 1; $RAD_REPLY{'Callback-Number'} = Number; return

RE: rlm_perl error

2010-08-30 Thread JUND , Aurélien
@lists.freeradius.org [mailto:freeradius-users-bounces+aurelien.jund=sfr@lists.freeradius.org] De la part de Boian Jordanov Envoyé : mercredi 25 août 2010 23:30 À : FreeRadius users mailing list Cc : Boian Jordanov Objet : Re: rlm_perl error On Aug 25, 2010, at 4:47 PM, JUND, Aurélien wrote

RE: rlm_perl error

2010-08-27 Thread JUND , Aurélien
I get this error when I run freeradius using this piece of code in my example.pl: Can't modify constant item in scalar assignment at /etc/freeradius_commu/example.pl line 60, near NULL; Execution of /etc/freeradius_commu/example.pl aborted due to compilation errors. rlm_perl: perl_parse

Re: rlm_perl error

2010-08-27 Thread Alan DeKok
JUND wrote: I get this error when I run freeradius using this piece of code in my example.pl: Can't modify constant item in scalar assignment at /etc/freeradius_commu/example.pl line 60, near NULL; There is no such text in the example.pl file which is included with FreeRADIUS. You

Re: rlm_perl error

2010-08-27 Thread Noura Kossentini
Hi my sended mail is not delivered :( please help me 2010/8/27 Alan DeKok al...@deployingradius.com JUND wrote: I get this error when I run freeradius using this piece of code in my example.pl: Can't modify constant item in scalar assignment at /etc/freeradius_commu/ example.pl line 60

rlm_perl error

2010-08-25 Thread JUND , Aurélien
Hello In order to replace the ldap module wich can't cope with multi valued attributes (I know the ldap directory is inadequate for freeradius, but I can not change it), I am trying to use perl module. First I get a strange error when starting freeradius with the perl module, if I include

Re: rlm_perl error

2010-08-25 Thread Bjørn Mork
JUND, Aurélien aurelien.j...@sfr.com writes: 3 hashes are given to the module and filled with value-pairs (Attribute names and values): # %RAD_CHECK Read-only Check items # %RAD_REQUEST Read-only Attributes from the request #

Re: rlm_perl error

2010-08-25 Thread Alan DeKok
Bjørn Mork wrote: JUND, Aurélien aurelien.j...@sfr.com writes: 3 hashes are given to the module and filled with value-pairs (Attribute names and values): # %RAD_CHECK Read-only Check items # %RAD_REQUEST Read-only Attributes from the

RE: rlm_perl error

2010-08-25 Thread JUND , Aurélien
DeKok Envoyé : mercredi 25 août 2010 14:35 À : FreeRadius users mailing list Objet : Re: rlm_perl error Bjørn Mork wrote: JUND, Aurélien aurelien.j...@sfr.com writes: 3 hashes are given to the module and filled with value-pairs (Attribute names and values): # %RAD_CHECK Read

Re: rlm_perl error

2010-08-25 Thread Boian Jordanov
+aurelien.jund=sfr@lists.freeradius.org] De la part de Alan DeKok Envoyé : mercredi 25 août 2010 14:35 À : FreeRadius users mailing list Objet : Re: rlm_perl error Bjørn Mork wrote: JUND, Aurélien aurelien.j...@sfr.com writes: 3 hashes are given to the module and filled with value-pairs

pam auth_radius and user database / session close error message

2010-08-23 Thread Chris Berger
Hi, I'm using pam_auth_radius PAM module to authenticate against an RSA SecurId radius server. It works fine but I need to pre-create the users on the system. I was wondering if it's possible to use the LDAP directory for the valid user accounts. I'm under linux Debian/Lenny. I tried to define

Re: Encountering error when using radius -X

2010-08-20 Thread kartik dadwal
Hi Fabien, I will try to follow your method. Can you tell me how to get rid on the installation process that I have already done for freeradius? So that I can re-install it using other ways. I am a newbie so next question sound a little stupid but please still answer it. when you say 'radius

Re: Encountering error when using radius -X

2010-08-20 Thread Fabien COMBERNOUS
kartik dadwal wrote: [...] when you say 'radius binary .deb package', does '.deb' belongs to debian? I have ubuntu (I know ubuntu is a spun off from debian!). The only other way I know for installing something on my ubuntu us using synaptic package manager. Do you mean to say I can search for

Re: Encountering error when using radius -X

2010-08-20 Thread kartik dadwal
Hi Fabien, Can you tell me how to get rid of already installed freeradius? So that I can re-install it using synaptic or aptitude. On Fri, Aug 20, 2010 at 1:41 AM, Fabien COMBERNOUS fcombern...@kezia.comwrote: kartik dadwal wrote: [...] when you say 'radius binary .deb package', does

Re: Encountering error when using radius -X

2010-08-20 Thread Fabien COMBERNOUS
) So you probably don't have to take care of your make install. Perhaps i'm wrong i don't have more time to check. And if i'm wrong, then aptitude or synaptic will give an error message. Use aptitude or synapic and give us the result of the install. If you get an error

Re: Encountering error when using radius -X

2010-08-19 Thread Fabien COMBERNOUS
kartik dadwal wrote: Hi, I have ubuntu 9.10. Can you please tell me 1)Before running radius -X what all steps should be completed? 2)what should be the subdirectory structure for freeradius and where it should be formed in the directory structure? 3)which sub directory should I give the

Encountering error when using radius -X

2010-08-18 Thread kartik dadwal
it to /home/kartik/Downloads/ then went to /home/kartik/Downloads/freeradius-2.1.0+dfsg/ and ran ./configure make make install 3) Then in /home/kartik/Downloads/freeradius-2.1.0+dfsg/ subdiretcory I gave: radiusd -X I got this message: *radiusd: error while loading shared libraries: libfreeradius-radius

Re: Encountering error when using radius -X

2010-08-18 Thread Fabien COMBERNOUS
kartik dadwal wrote: Hi, -freeradius version: freeradius-2.1.0+dfsg (downloaded from http://packages.ubuntu.com/source/karmic/freeradius) -OS: Ubuntu 9.10 (Karmic Koala) I wanted to use freeradius with PAM. I performed following steps in order: 1) Downloaded freeradius from above given

Re: Encountering error when using radius -X

2010-08-18 Thread Fabien COMBERNOUS
kartik dadwal wrote: Hi, -freeradius version: freeradius-2.1.0+dfsg (downloaded from http://packages.ubuntu.com/source/karmic/freeradius) -OS: Ubuntu 9.10 (Karmic Koala) I was unable to download but now i get a page that is not empty. But, if i check depends of my binary deb : *Depends:

Re: Encountering error when using radius -X

2010-08-18 Thread Suman Dash
path issue. create symlink to the particular files. ln -s /usr/local/lib/* libfreeradius-radius-2.1.0.so /usr/lib there may be some more missing files whose symlink you need to do . Let me know if it works. * On Wed, Aug 18, 2010 at 5:53 PM, Fabien COMBERNOUS fcombern...@kezia.comwrote:

Re: Encountering error when using radius -X

2010-08-18 Thread kartik dadwal
synaptic manager. Then I decided to download .tar.gz file from the link that I had sent earlier and ran: ./configure make make install I just got one error for some particular package, I googled the error and insatlled libltdl-dev package from http://packages.ubuntu.com/karmic/libltdl-dev After

Re: Encountering error when using radius -X

2010-08-18 Thread Fabien COMBERNOUS
freeradius completely again using synaptic manager. Then I decided to download .tar.gz file from the link that I had sent earlier and ran: ./configure make make install I just got one error for some particular package, I googled the error and insatlled libltdl-dev package from http://packages.ubuntu.com

Re: Encountering error when using radius -X

2010-08-18 Thread kartik dadwal
these steps might help me nail down why I am getting this error : *radiusd: error while loading shared libraries: libfreeradius-radius-2.1.0.so: cannot open shared object file: No such file or directory* When I run radius -X under /home/kartik/Downloads/freeradius-2.1.0+dfsg/ Thank you. On Wed, Aug

RE: Encountering error when using radius -X

2010-08-18 Thread Sallee, Stephen (Jake)
-295-4221 From: freeradius-users-bounces+jake.sallee=umhb@lists.freeradius.org [mailto:freeradius-users-bounces+jake.sallee=umhb@lists.freeradius.o rg] On Behalf Of kartik dadwal Sent: Wednesday, August 18, 2010 3:39 PM To: FreeRadius users mailing list Subject: Re: Encountering error

Re: Encountering error when using radius -X

2010-08-18 Thread Alan DeKok
Sallee, Stephen (Jake) wrote: Alan, I hope it is ok to plug your site, I found it an invaluable tool : ) Yes. That's why I wrote it. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

/etc/freeradius/radiusd.conf[236]: Error binding to port for 0.0.0.0 port 1812

2010-07-28 Thread Edi Sujono
Dear sir, I had installed freeradius on ubuntu 9.04, but got an error when applying the command : freeradius -X the result of freeradius -X command as per attachement file. Your attention and help would be highly appreciated. Thanks best regards, Edi Sujono FreeRADIUS Version 2.1.0

Re: /etc/freeradius/radiusd.conf[236]: Error binding to port for 0.0.0.0 port 1812

2010-07-28 Thread Alan Buxey
Hi, Failed binding to socket: Address already in use /etc/freeradius/radiusd.conf[236]: Error binding to port for 0.0.0.0 port 1812 fairly obvious - somethings already running on that port. suggest that the system is already starting the daemon... use the system scripts to stop the process

Re: /etc/freeradius/radiusd.conf[236]: Error binding to port for 0.0.0.0 port 1812

2010-07-28 Thread Edi Sujono
--- Pada Rab, 28/7/10, Alan Buxey a.l.m.bu...@lboro.ac.uk menulis: Dari: Alan Buxey a.l.m.bu...@lboro.ac.uk Judul: Re: /etc/freeradius/radiusd.conf[236]: Error binding to port for 0.0.0.0 port 1812 Kepada: FreeRadius users mailing list freeradius-users@lists.freeradius.org Cc: Edi Sujono

Re: Error: ASSERT FAILED threads.c[406]

2010-07-28 Thread Boian Jordanov
On Jul 26, 2010, at 8:00 PM, Meyers, Dan wrote: and what's happening in the perl is still something I need to investigate (and is probably thread related), or should the fix also stop me getting unresponsive children in the perl accounting method? Using threaded perl with DB is a little

Re: Error: ASSERT FAILED threads.c[406]

2010-07-27 Thread Alan DeKok
Meyers, Dan wrote: Will do :) Just to check I've understood properly - Do you expect the new version to just fix the ASSERT FAILED error, and what's happening in the perl is still something I need to investigate (and is probably thread related), Yes. or should the fix also stop me

Error: ASSERT FAILED threads.c[406]

2010-07-26 Thread Meyers, Dan
days we've had it crash twice, both times with the same message. The logs initially fill with messages of the sort: Sat Jul 24 01:05:08 2010 : Error: WARNING: Unresponsive child for request 128145, in module perl component accounting and Sat Jul 24 01:05:08 2010 : Info: WARNING: Child is hung

Re: Error: ASSERT FAILED threads.c[406]

2010-07-26 Thread Alan DeKok
Meyers, Dan wrote: Ran fine for a week or so, but in the last few days we've had it crash twice, both times with the same message. The logs initially fill with messages of the sort: Sat Jul 24 01:05:08 2010 : Error: WARNING: Unresponsive child for request 128145, in module perl component

RE: Error: ASSERT FAILED threads.c[406]

2010-07-26 Thread Meyers, Dan
Will do :) Just to check I've understood properly - Do you expect the new version to just fix the ASSERT FAILED error, and what's happening in the perl is still something I need to investigate (and is probably thread related), or should the fix also stop me getting unresponsive children

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

FR 2.1.7: Error: Failed binding to proxy address

2010-06-11 Thread John Horne
Hello, We are running Freeradius 2.1.7 (on CentOS 5 - freeradius2-2.1.7-7.el5), and are seeing many of these messages in our log files: Fri Jun 11 11:44:19 2010 : Error: Failed binding to proxy address * port 1815: Address already in use The server is already running and so would already

Re: FR 2.1.7: Error: Failed binding to proxy address

2010-06-11 Thread Alan DeKok
John Horne wrote: Hello, We are running Freeradius 2.1.7 (on CentOS 5 - freeradius2-2.1.7-7.el5), and are seeing many of these messages in our log files: Fri Jun 11 11:44:19 2010 : Error: Failed binding to proxy address * port 1815: Address already in use The server is already

Re: FR 2.1.7: Error: Failed binding to proxy address

2010-06-11 Thread Mindaugas Riauba
Hello, We are running Freeradius 2.1.7 (on CentOS 5 - freeradius2-2.1.7-7.el5), and are seeing many of these messages in our log files:  Changelog from 2.1.8:        * Proxying large numbers of packets no longer gives error          unable to open proxy socket. I already opened new

Re: FR 2.1.7: Error: Failed binding to proxy address

2010-06-11 Thread John Horne
On Fri, 2010-06-11 at 15:28 +0300, Mindaugas Riauba wrote: Hello, We are running Freeradius 2.1.7 (on CentOS 5 - freeradius2-2.1.7-7.el5), and are seeing many of these messages in our log files: Changelog from 2.1.8: * Proxying large numbers of packets no longer gives error

Re: FR 2.1.7: Error: Failed binding to proxy address

2010-06-11 Thread John Horne
On Fri, 2010-06-11 at 13:34 +0200, Alan DeKok wrote: John Horne wrote: Hello, We are running Freeradius 2.1.7 (on CentOS 5 - freeradius2-2.1.7-7.el5), and are seeing many of these messages in our log files: Fri Jun 11 11:44:19 2010 : Error: Failed binding to proxy address

Re: FR 2.1.9 Compiling error

2010-06-10 Thread Alan DeKok
to `lt__PROGRAM__LTX_preloaded_symbols' .. Added -DIE_LIBTOOL_DIE to CFLAGS, still has this error. Hmm... try: $ ./configure --enable-ltdl-install That may help. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

oracle and stored procedure error

2010-06-10 Thread Omer Faruk Sen
: ORA-24333: zero iteration count From sqlplus I can run EXEC ra_authentication_check '8008', '' without error on the same machine and with the same user defined in sql.conf but when radiusd runs that query I get ORA-24333: zero iteration count error. If some one here in this list have

FR 2.1.9 Compiling error

2010-06-09 Thread RaidenII
returned 1 exit status make[4]: *** [radiusd] Error 1 make[4]: Leaving directory `/home/tony/freeradius-server-2.1.9/src/main' make[3]: *** [main] Error 2 make[3]: Leaving directory `/home/tony/freeradius-server-2.1.9/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/tony/freeradius

TLS error between JRadius Simulator (1.3.0) and FreeRADIUS (2.16)

2010-05-21 Thread William Rettig
TLS_accept:failed in SSLv3 read certificate verify B rlm_eap: SSL error error:140880AE:SSL routines:SSL3_GET_CERT_VERIFY:missing verify message SSL: SSL_read failed inside of TLS (-1), TLS session fails. TLS receive handshake failed during operation [tls] eaptls_process returned 4 [eap] Handler failed

Re: TLS error between JRadius Simulator (1.3.0) and FreeRADIUS (2.16)

2010-05-21 Thread Alan DeKok
William Rettig wrote: TLS_accept:failed in SSLv3 read certificate verify B rlm_eap: SSL error error:140880AE:SSL routines:SSL3_GET_CERT_VERIFY:missing verify message SSL: SSL_read failed inside of TLS (-1), TLS session fails. The JRadius client is broken. Alan DeKok. - List info

Re: windows client authentication error

2010-05-19 Thread Alan DeKok
shirkavand wrote: I have into radcheck table the next user created: 1 | sqltest | Cleartext-Password | := | testpwd Dont know what i get the No Cleartext-Password configured error too. Does PAP work? Did you configure the sql module? Is the PEAP request for user sqltest? If you

Re: windows client authentication error

2010-05-19 Thread shirkavand
Hi there, Thanks for your help. Does PAP work? OK as i understand (correct me if i am wrong) no matter if I use MySql or users.cof file for validating the users, if i execute: *$radtest sqltest testpwd localhost 1812 testing123* and the message i get is ( from both, the server terminal

Re: windows client authentication error

2010-05-19 Thread Alan Buxey
Hi, 5- Then uncommented the sql line for the following sections in the /etc/freeradius/sites/enabled/default file: a) authorize b) accounting c) session d) post-auth 6- Ran a radtest, and everyhtin worked fine ouch. so close! when you are doing EAP from windows, the

rlm_eap: SSL error error on Start Up, Compile question

2010-05-19 Thread Jeff Stout
not found make[1]: *** [binary-common] Error 127 make[1]: Leaving directory `/usr/local/freeradius' make: *** [binary-arch] Error 2 dpkg-buildpackage: failure: debian/rules binary gave error exit status 2 I modified the /usr/local/freeradius/debian/rules and removed the dh_lintian reference under

Re: rlm_eap: SSL error error on Start Up, Compile question

2010-05-19 Thread Alan DeKok
Jeff Stout wrote: I modified the /usr/local/freeradius/debian/rules and removed the dh_lintian reference under the tree “Binary Common” IS dh_lintian REQUIRED for freeradius to compile and operate correctly Apparently not. under my “certs” directory I do not have a server.pem

Re: windows client authentication error

2010-05-19 Thread shirkavand
Hi there, Thank you very much. It worked like a charm. Cheers, Shirkavand - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

windows client authentication error

2010-05-18 Thread shirkavand
Hi there, i have installed freeradius 2.1.8 on ubuntu 10.04. radtest using mysql backend works fine. But when a windows supplicant tryes to connect the server always gets rejected. Freeradius debug console shows: ... ... [eap] Request found, released from the list [eap] EAP/mschapv2 [eap]

Re: windows client authentication error

2010-05-18 Thread shirkavand
I have into radcheck table the next user created: 1 | sqltest | Cleartext-Password | := | testpwd Dont know what i get the No Cleartext-Password configured error too. Cheers - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: autthentication error

2010-05-15 Thread Alan DeKok
shirkavand wrote: i have followed this tutorial(because this is what i need exacty to do) but it does not worked either. I'm astonished at a few things here. One, the Wiki contains instructions for building on Debian. What's wrong with them? Two, the tutorial has you do a *lot* of

Re: autthentication error

2010-05-14 Thread shirkavand
Hi there, Thanks for the fast reply. I did not build myself freeradius, i have installed Freeradius on ubuntu 9.10 using sudo apt-get install freeradius* But maybe this does not installed openSSL support so I am going to check if i have dev packages and ssl support properly installed, and come

Re: autthentication error

2010-05-14 Thread shirkavand
HI there, Ok i have tryed to add ssl support to freeradius in my ubuntu 9.10. As i mentioned before i have installed freeradius using apt-get. The thing is that every tutorial i followed did not woked, and after hours of trying...i read that freeradius over ubuntu does not have ssl support for

Re: autthentication error

2010-05-14 Thread shirkavand
hi, i have followed this tutorial(because this is what i need exacty to do) but it does not worked either. http://www.wains.be/index.php/2009/09/13/wpa2-freeradius-eap-tls/ Cheers - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

autthentication error

2010-05-11 Thread shirkavand
with timestamp +502 Ready to process requests. As i can see the error is located here: Found Auth-Type = EAP +- entering group authenticate {...} [eap] Request found, released from the list [eap] EAP NAK [eap] NAK asked for unsupported type 25 [eap] No common EAP types found. [eap] Failed in EAP select

Re: autthentication error

2010-05-11 Thread Alan DeKok
shirkavand wrote: As i can see the error is located here: Found Auth-Type = EAP +- entering group authenticate {...} [eap] Request found, released from the list [eap] EAP NAK [eap] NAK asked for unsupported type 25 [eap] No common EAP types found. [eap] Failed in EAP select Exactly

Re: autthentication error

2010-05-11 Thread Alan Buxey
Hi, I have configurated a freeradius server using MySql authentication. When i run radtest i get a succefull response: built yourself? so, basic SQL works. good. however, your windows client didnt - and this error here: Found Auth-Type = EAP +- entering group authenticate {...} [eap

srpm build error

2010-05-04 Thread Athiqur Rahman
- using root warning: group mockbuild does not exist - using root ### [100%] error: unpacking of archive failed on file /usr/src/redhat/SOURCES/freeradius-logrotate;4be01a23: cpio: MD5 sum mismatch I did a rpm -K which shows # rpm -K freeradius-2.1.7-7.fc12

Re: srpm build error

2010-05-04 Thread Jos Vos
1:freeradius warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root ### [100%] error: unpacking of archive failed on file /usr/src/redhat/SOURCES/freeradius-logrotate;4be01a23: cpio: MD5 sum

Re: srpm build error

2010-05-04 Thread Athiqur Rahman
.fc12.src.rpm 1:freeradius warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root ### [100%] error: unpacking of archive failed on file /usr/src/redhat/SOURCES/freeradius-logrotate;4be01a23

Re: srpm build error

2010-05-04 Thread John Dennis
On 05/04/2010 11:01 AM, Athiqur Rahman wrote: After that I followed the instructions as normal and ended up with the required RPMs. All except for freeradius-libs freeradius-devel Are these 2 RPMs essential to the core running of freeradius? No, they've been deprecated. BTW, you should

Re: Error logs on freeradius 2.1.8

2010-05-03 Thread Alan DeKok
Oninz Unix wrote: Thanks for clarification, i just want to ask if we solve this in the firewall settings, can i also solve my problem with this logs also? I have no idea. I don't use Oracle. Alan DeKok. - List info/subscribe/unsubscribe? See

Re: Error logs on freeradius 2.1.8

2010-05-01 Thread Oninz Unix
Hi Alan,     Thanks for clarification, i just want to ask if we solve this in the firewall settings, can i also solve my problem with this logs also? rlm_sql_oracle: execute query failed in sql_query: ORA-03113: end-of-file on communication channel  Error: rlm_sql_oracle

Re: Error logs on freeradius 2.1.8

2010-04-29 Thread Alan DeKok
Andrew Hood wrote: This is a generic problem with firewalls, and there appears to be no solution which the security paranoid will accept. If you think this is bad, try working with a mob who insist on dropping all ICMP traffic (including frag required) at some or all firewalls. Yup.

error message connection to MySQL. (Error Message :rlm_sql (sql): There are no DB handles to use! skipped 5, tried to connect 0)

2010-04-28 Thread bslee (HKBU)
Hi, I try to authenticate freeradius 2.1.8 using mysql5.0.26. Information of my system: 1. OS is SuSE Linux SLES10 SP2. 2. I have installed following RPM for FreeRadius 2.1.8: #rpm -qa |grep freeradius freeradius-server-utils-2.1.8-1.1 freeradius-client-libs-1.1.6-4.1

Error logs on freeradius 2.1.8

2010-04-28 Thread Oninz Unix
: Info: WARNING: Child is hung for request 379. Tue Apr 27 17:59:46 2010 : Info: WARNING: Child is hung for request 383. Tue Apr 27 17:59:48 2010 : Info: WARNING: Child is hung for request 377. Then Error: Discarding duplicate request from client auths2 port 61015 - ID: 221 due to unfinished

Re: error message connection to MySQL. (Error Message :rlm_sql (sql): There are no DB handles to use! skipped 5, tried to connect 0)

2010-04-28 Thread John Dennis
You very helpfully deleted all the interesting information from the debug log (please always post the full log). But you can do this yourself. Take a look at sql initialization section and see what it's saying about initializing the sql driver, in this case it should be rlm_sql_mysql, that

Re: Error logs on freeradius 2.1.8

2010-04-28 Thread Alan DeKok
17:59:45 2010 : Info: WARNING: Child is hung for request 379. Tue Apr 27 17:59:46 2010 : Info: WARNING: Child is hung for request 383. Tue Apr 27 17:59:48 2010 : Info: WARNING: Child is hung for request 377. ... Error: WARNING: Unresponsive child for request 384, in module sql2_redundant

Re: Error logs on freeradius 2.1.8

2010-04-28 Thread Andrew Hood
382. Tue Apr 27 17:59:45 2010 : Info: WARNING: Child is hung for request 379. Tue Apr 27 17:59:46 2010 : Info: WARNING: Child is hung for request 383. Tue Apr 27 17:59:48 2010 : Info: WARNING: Child is hung for request 377. ... Error: WARNING: Unresponsive child for request 384, in module

Re: rlm_sql error, can't expand User-Password and Chap-Password, help me !

2010-04-23 Thread VU VAN HUNG
: %{Chap-Password} - * no information about User-Password and Chap-Password, and the query, I hope I'm not completely wrong here but this is probably because you're using EAP not PAP or CHAP so these attributes are not set. which insert into radpostauth, is error. I dont know why. Do you

Re: rlm_sql error, can't expand User-Password and Chap-Password, help me !

2010-04-23 Thread szymon roczniak
On Fri, Apr 23, 2010 at 03:22:44PM +0700, VU VAN HUNG wrote: szymon roczniak wrote: On Thu, Apr 22, 2010 at 05:38:04PM +0700, VU VAN HUNG wrote: szymon roczniak wrote: On Thu, Apr 22, 2010 at 04:50:50PM +0700, VU VAN HUNG wrote: I edited some columns' name in radius database, so users

Re: rlm_sql error, can't expand User-Password and Chap-Password, help me !

2010-04-23 Thread VU VAN HUNG
szymon roczniak wrote: In order to have PAP or CHAP working you need your NAS to send either User-Password or CHAP-Password attribute. If you look at your log file again you'll see that both the pap and the chap module return noop, this is because these attributes are not present in the query.

Re: rlm_sql error, can't expand User-Password and Chap-Password, help me !

2010-04-23 Thread Alan DeKok
VU VAN HUNG wrote: How do I make NAS send User-Password or CHAP-Password attribute ? Read the NAS documentation. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

rlm_sql error, can't expand User-Password and Chap-Password, help me !

2010-04-22 Thread VU VAN HUNG
( 'hung', '', 'Access-Accept', '2010-04-21 20:22:27') *rlm_sql (sql): Reserving sql socket id: 2 rlm_sql_mysql: MYSQL check_error: 1054 received rlm_sql (sql) in sql_postauth: Database query error - Unknown column

Re: rlm_sql error, can't expand User-Password and Chap-Password, help me !

2010-04-22 Thread szymon roczniak
', '', 'Access-Accept', '2010-04-21 20:22:27') *rlm_sql (sql): Reserving sql socket id: 2 rlm_sql_mysql: MYSQL check_error: 1054 received rlm_sql (sql) in sql_postauth: Database query error - Unknown column 'username' in 'field list'* Everything

Re: rlm_sql error, can't expand User-Password and Chap-Password, help me !

2010-04-22 Thread VU VAN HUNG
( 'hung', '', 'Access-Accept', '2010-04-21 20:22:27') *rlm_sql (sql): Reserving sql socket id: 2 rlm_sql_mysql: MYSQL check_error: 1054 received rlm_sql (sql) in sql_postauth: Database query error - Unknown column 'username' in 'field list

Re: rlm_sql error, can't expand User-Password and Chap-Password, help me !

2010-04-22 Thread szymon roczniak
} - * no information about User-Password and Chap-Password, and the query, I hope I'm not completely wrong here but this is probably because you're using EAP not PAP or CHAP so these attributes are not set. which insert into radpostauth, is error. I dont know why. Do you have any suggests about this problem

Re: Getting the error rlm_jradius: problem packing the data[socket_send/first_read] at FreeRadius side

2010-04-19 Thread Humaira
) rlm_jradius: packing attribute User-Password (type: 2; len: 6) rlm_jradius: packing attribute Auth-Type (type: 1000; len: 4) rlm_jradius: sending 172 bytes to socket 7 rlm_jradius: error sending request with socket 7 rlm_jradius: Closing JRadius connection 7 rlm_jradius: reconnecting socket id 7

Getting the error rlm_jradius: problem packing the data[socket_send/first_read] at FreeRadius side

2010-04-14 Thread Tejas Mudgal
) rlm_jradius: packing attribute Auth-Type (type: 1000; len: 4) rlm_jradius: sending 172 bytes to socket 7 rlm_jradius: error sending request with socket 7 rlm_jradius: Closing JRadius connection 7 rlm_jradius: reconnecting socket id 7 rlm_jradius: sending 172 bytes to socket 7 rlm_jradius: error sending

Re: Error: rlm_eap: No EAP session matching the State variable.

2010-04-12 Thread Alan DeKok
Rupesh Kumar wrote: I am using latest freeradius server (version 2.1.8). Which AP supplicant (client PC) are you using? I have two authenticated sessions established with radius server and when disable and reenable the dot1x sessions, then I am seeing the following error and one request

Re: Error: rlm_eap: No EAP session matching the State variable.

2010-04-12 Thread Rupesh Kumar
that the server is behaving correctly. The error message about no matching state is because the server has moved on to the *next* step of EAP, and it receives a packet from the *previous* step. So there really is no matching state. Try using another supplicant and/or AP. You won't be able

RE: Error: rlm_eap: No EAP session matching the State variable.

2010-04-12 Thread marco zamora
. Atentamente: Marco Zamora Date: Mon, 12 Apr 2010 10:07:26 +0530 Subject: Error: rlm_eap: No EAP session matching the State variable. From: a.rupes...@gmail.com To: freeradius-users@lists.freeradius.org Hi, I am using latest freeradius server (version 2.1.8). I have two authenticated

freeradius 2.1.8 dies Error: ASSERT FAILED event.c[1084]: home-ev != NULL

2010-03-25 Thread fab junkmail
2010 : Proxy: Marking home server 10.0.1.47 port 1646 as zombie (it looks like it is dead). Sun Mar 14 17:30:19 2010 : Proxy: Marking home server 10.0.1.47 port 1645 as zombie (it looks like it is dead). Sun Mar 14 17:30:19 2010 : Error: No response to status check 903535 for home server 10.0.1.48 port

Re: Invalid packet code 11 sent to authentication port from client error

2010-03-25 Thread Rob Brickhouse
Is it possible the issue is with the network card in the server and not the AP's? I've tried setting it up on another machine and everything works on it exactly as configured. Using a Cisco AP didn't work and the version of freeradius I install on the box reporting errors doesn't make a difference

Re: Invalid packet code 11 sent to authentication port from client error

2010-03-25 Thread Alan DeKok
Rob Brickhouse wrote: Is it possible the issue is with the network card in the server and not the AP's? No. The AP generates RADIUS packets. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: freeradius 2.1.8 dies Error: ASSERT FAILED event.c[1084]: home-ev != NULL

2010-03-25 Thread Alan DeKok
). Sun Mar 14 17:30:16 2010 : Proxy: Marking home server 10.0.1.47 port 1646 as zombie (it looks like it is dead). Sun Mar 14 17:30:19 2010 : Proxy: Marking home server 10.0.1.47 port 1645 as zombie (it looks like it is dead). Sun Mar 14 17:30:19 2010 : Error: No response to status check 903535

Re: freeradius 2.1.8 dies Error: ASSERT FAILED event.c[1084]: home-ev != NULL

2010-03-25 Thread fab junkmail
Hi Alan, Thanks for your response. Alan DeKok wrote:  You can configure the proxy to log accounting packets to disk when the home server is down.  See raddb/sites-available/robust-proxy-accounting Ok I will definitely do this then. Fri Mar 19 17:30:54 2010 : Proxy: Failed to create a new

Re: freeradius 2.1.8 dies Error: ASSERT FAILED event.c[1084]: home-ev != NULL

2010-03-25 Thread Alan DeKok
fab junkmail wrote: Why is it running out of sockets? This shouldn't happen. Not sure but there is a _lot_ of attempted proxying going on - maybe it just went over the system limits like open file limits or something? In any case it probably won't be a problem when I implement the

Re: TLS/SSL Error?

2010-03-19 Thread Alan Buxey
Hi, from. My Free radius server has a Thawte Certificate installed. I'm not sure what the message means? usually a misconfigured client eg they are checking the cert against the wrong CA or no CA etc. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Invalid packet code 11 sent to authentication port from client error

2010-03-19 Thread Rob Brickhouse
I hope someone can help me with this. I tested setting up freeradius 2.1.6 on an opensuse 10.2 box and was able to get everything authenticating against novell edirectory. Now that I'm finally ready to put it on my production box, only 2.1.8 is available but I figure no big deal since it appeared

Re: Invalid packet code 11 sent to authentication port from client error

2010-03-19 Thread Alan DeKok
Rob Brickhouse wrote: I hope someone can help me with this. I tested setting up freeradius 2.1.6 on an opensuse 10.2 box and was able to get everything authenticating against novell edirectory. Now that I'm finally ready to put it on my production box, only 2.1.8 is available but I figure no

Re: Invalid packet code 11 sent to authentication port from client error

2010-03-19 Thread Alan Buxey
Hi, you SAY you are using 2.1.8 but this config filter = ((objectClass=inetOrgPerson)(uid=%{Stripped-User-Name:-%{User-Name}})) which leads to this error/warning [ldap] WARNING: Deprecated conditional expansion :-. See man unlang for details was fixed in 2.1.8 (basically, config

TLS/SSL Error?

2010-03-18 Thread Mike Diggins
error error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca -Mike attachment: mike_diggins.vcf- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

<    3   4   5   6   7   8   9   10   11   12   >