Re: Segmentation Fault on [pap] Normalizing SSHA1-Password from base64 encoding

2013-09-07 Thread Stefan Winter
successfully ++[pap] = ok So the Normalizing error and segmentation fault isn't happening anymore. With only those specific 0x/0X characters triggering failure, you'd see approx. 1 out of 16.000 hashes being affected. Depending on your deployment size, you may simply not have seen it yet :-) The normal

Segmentation Fault on [pap] Normalizing SSHA1-Password from base64 encoding

2013-09-06 Thread Hugo Cisneiros (Eitch)
Hi, I'm getting the same errors as these messages: http://lists.freeradius.org/pipermail/freeradius-devel/2013-May/008046.html http://lists.freeradius.org/pipermail/freeradius-users/2013-May/066440.html I also did everything that Stefan Winter did - gdb live server, valgrind, look at the

Re: Segmentation Fault on [pap] Normalizing SSHA1-Password from base64 encoding

2013-09-06 Thread Stefan Winter
Hi, http://lists.freeradius.org/pipermail/freeradius-devel/2013-May/008046.html http://lists.freeradius.org/pipermail/freeradius-users/2013-May/066440.html I also did everything that Stefan Winter did - gdb live server, valgrind, look at the source, compare with 3.0 - and got the same

Re: Segmentation Fault on [pap] Normalizing SSHA1-Password from base64 encoding

2013-09-06 Thread Hugo Cisneiros (Eitch)
senhasecreta [pap] Using SSHA encryption. [pap] User authenticated successfully ++[pap] = ok So the Normalizing error and segmentation fault isn't happening anymore. Thanks! []'s Hugo www.devin.com.br - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

segmentation fault in rlm_preprocess

2013-05-30 Thread duffy
)) { (gdb) n Program received signal SIGSEGV, Segmentation fault. 0x775d4a56 in paircompare (request=0xaf9870, req_list=0xaf9ce0, check=0x9f8fe0, rep_list=0x0) at src/main/valuepair.c:495 495 if (!check_item-da-vendor) switch (check_item-da-attr) { (gdb) info args

Re: segmentation fault in rlm_preprocess

2013-05-30 Thread Arran Cudbard-Bell
it looks like a bug in src/modules/rlm_preprocess/rlm_preprocess.c but we're not so sure about the resolution; has anyone encountered/solved the same issue? This should be on devel, but nevermind. Should be fixed, can you check? -Arran Arran Cudbard-Bell a.cudba...@freeradius.org

Radius Server Segmentation Fault

2013-04-30 Thread Mitch Yackobeck
Segmentation fault The other curiousity that I see here is that the server does not appear to recognize that the request actually contains an EAP message and moves on to actually reject the user although that might be part of my config that I need to tweak out yet since I took the new files

Re: Radius Server Segmentation Fault

2013-04-30 Thread A . L . M . Buxey
hi, my initial feeling/thoughts is that you have libraries from another version of FR on your system. use 'locate' and 'find' tool to check locations of rlm_* files. I'd remove them all and reinstall from sourceand check that dynamic libraries are all properly linked - 'ldconfig -v' alan -

Re: Radius Server Segmentation Fault

2013-04-30 Thread Mitch Yackobeck
Thank you Alan, I thought I had removed the old version already, but turns out it was actually still there lingering in the background. Once I got that figured out the FR server will start and take packets without seg faults. Much appreaciated for the quick response. Regards, Mitch

Re: Segmentation Fault after authorize - 2.1.12+dfsg-1.2 Debian

2013-02-26 Thread Olivier Beytrison
On 27.02.2013 02:59, Jennifer Mehl wrote: Hello, I just updated to Debian wheezy 7.0, kernel 3.2.0-4-amd64, and the accompanying freeradius-2.1.12+dfsg-1.2. (Previously using Debian squeeze 6.0 and freeradius 2.1.10+dfsg-2+squeeze1.) There's a know bug in 2.1.*. You should really upgrade

Segmentation fault

2012-12-04 Thread Manuel Campana
Hello I'm quite new to freeradius and I experienced my first issue right away after trying the first attempt. If I run a quick test on localhost I get a segmentation fault Tue Dec 4 10:17:11 2012 : Debug: Listening on authentication address * port 1812 Tue Dec 4 10:17:11 2012 : Debug

Re: Segmentation fault

2012-12-04 Thread Arran Cudbard-Bell
Hi Manuel, Please read through the wiki page on bug reports: http://wiki.freeradius.org/project/bug-reports -Arran - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: MySQL Segmentation Fault

2012-09-28 Thread Alan DeKok
and then immediately gives me a segmentation fault. Of note I have also compiled version 2.2 from source and receive the exact same error. I would prefer, if a tall possible to stick to using the RPM's from the distribution. You have two versions of the MySQL client libraries and/or headers

Re: MySQL Segmentation Fault

2012-09-28 Thread Bryan Dobson
database which was pre-existing with all user data. It executes the query and then immediately gives me a segmentation fault. Of note I have also compiled version 2.2 from source and receive the exact same error. I would prefer, if a tall possible to stick to using the RPM's from

Re: MySQL Segmentation Fault

2012-09-28 Thread Thomas Glanzmann
Hello Bryan, [root@radiusdev ~]# rpm -qa | grep mysql mysql-5.1.61-4.el6.x86_64 mysql-devel-5.1.61-4.el6.x86_64 mysql-libs-5.1.61-4.el6.x86_64 mysql-server-5.1.61-4.el6.x86_64 they all belong to same release. Do I need all of those or is one causing me the issue still with the faults?

Re: MySQL Segmentation Fault

2012-09-28 Thread Alan DeKok
Bryan Dobson wrote: Thank you for the reply, I thought this as well, but, checking the system all I only see a single set of client libraries installed: shrug It's not a FreeRADIUS problem. Something, somewhere, is using the wrong library. Use ldd to figure out which are being used.

Re: segmentation fault eap2 in freeradius

2012-09-26 Thread Alan DeKok
arnauld ndefo wrote: When my openpana client sent an authenticator mesage ,I had a segmentation fault, and I always value optimized out in the gdb trace (gdb-radiuslog1). Debugging these kind of issues requires experience and training. The value optimized out messages are for code

Re: segmentation fault eap2 in freeradius

2012-09-26 Thread Phil Mayers
On 25/09/12 23:04, arnauld ndefo wrote: Hi, I tried to recompile freeradius raising option O2 in CFLAGS. I followed This is getting to be a really frequent request. It's an experimental module; it's not supported, you need to figure this out yourself. Why do you need to use rlm_eap2?

segmentation fault eap2 in freeradius

2012-09-25 Thread arnauld ndefo
openpana client sent an authenticator mesage ,I had a segmentation fault, and I always value optimized out in the gdb trace (gdb-radiuslog1). I don't understand why the different librairies related to the rlm_eap2 module in /usr/local/lib  are not up to date when i rebuild the servers. The date still

Segmentation fault when linking 2.2.0 against openSSL 1.0.1c

2012-09-17 Thread Stefan Winter
is in ld.so.conf, and ldd shows that linking against this new version works. However, when running PEAP on this version, I get a segmentation fault now: [eap] Request found, released from the list [eap] EAP/peap [eap] processing type peap [peap] processing EAP-TLS [peap] eaptls_verify returned 7 [peap

Re: Segmentation fault when linking 2.2.0 against openSSL 1.0.1c

2012-09-17 Thread Alan DeKok
Stefan Winter wrote: until today, I have been running FreeRADIUS 2.2.0 successfully with a system-supplied openSSL. Today, I compiled with --with-openssl --with-openssl-includes=/usr/local/freeradius/openssl-1.0.1c/include/openssl

Re: Segmentation fault when linking 2.2.0 against openSSL 1.0.1c

2012-09-17 Thread Stefan Winter
Hi, Today, I compiled with --with-openssl --with-openssl-includes=/usr/local/freeradius/openssl-1.0.1c/include/openssl --with-openssl-libraries=/usr/local/freeradius/openssl-1.0.1c/lib the path is in ld.so.conf, and ldd shows that linking against this new version works. Are you

Re: Segmentation fault when linking 2.2.0 against openSSL 1.0.1c

2012-09-17 Thread Stefan Winter
Hi, --with-openssl-includes=/usr/local/freeradius/openssl-1.0.1c/include/openssl Are you sure? The openssl SEGV problem is almost always because you have two versions of OpenSSL installed. What is likely happening is that the compile stage is picking up the system-supplied OpenSSL

Re: Segmentation fault when linking 2.2.0 against openSSL 1.0.1c

2012-09-17 Thread Arran Cudbard-Bell
On 17 Sep 2012, at 10:34, Stefan Winter stefan.win...@restena.lu wrote: Hi, --with-openssl-includes=/usr/local/freeradius/openssl-1.0.1c/include/openssl Are you sure? The openssl SEGV problem is almost always because you have two versions of OpenSSL installed. What is likely

Re: Segmentation Fault after PPP proxy

2012-08-20 Thread Alan DeKok
David Aldwinckle wrote: Hi, On my dev server I have 2.2 and on my prod server I have 2.1.12. The behaviour is the same on both. Any feedback on this? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Segmentation Fault after PPP proxy

2012-08-15 Thread David Aldwinckle
Hello, This morning I was attempting to move dialup (PPP) authentication to FreeRadius, and was met with a segmentation fault. I am using version 2.2 on RHEL. Below are details of my configuration. Users are using MSCHAPv2. /etc/raddb/users DEFAULT Framed-Protocol == PPP, Proxy-To-Realm

Re: Segmentation Fault after PPP proxy

2012-08-15 Thread Fajar A. Nugraha
On Wed, Aug 15, 2012 at 8:17 PM, David Aldwinckle daldw...@uwaterloo.ca wrote: Hello, This morning I was attempting to move dialup (PPP) authentication to FreeRadius, and was met with a segmentation fault. I am using version 2.2 2.2 has not been released yet. Do you mean 2.1.12? Or did you

Re: Segmentation Fault after PPP proxy

2012-08-15 Thread Phil Mayers
On 15/08/12 14:17, David Aldwinckle wrote: Hello, This morning I was attempting to move dialup (PPP) authentication to FreeRadius, and was met with a segmentation fault. I am using version 2.2 Do you really mean 2.2? Anyway see docs/bugs for details of how to debug this. - List info

Re: Segmentation Fault after PPP proxy

2012-08-15 Thread David Aldwinckle
Hi, On my dev server I have 2.2 and on my prod server I have 2.1.12. The behaviour is the same on both. Dave - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Segmentation Fault after PPP proxy

2012-08-15 Thread Phil Mayers
On 15/08/12 14:34, David Aldwinckle wrote: Hi, On my dev server I have 2.2 and on my prod server I have 2.1.12. The behaviour is the same on both. Ok. You'll still need to obtain a traceback, as per the instructions in doc/bugs. It shouldn't take long. - List info/subscribe/unsubscribe?

Re: Segmentation Fault after PPP proxy

2012-08-15 Thread David Aldwinckle
Thanks Phil, I will provide the gdb logs as soon as I can. Dave - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Segmentation fault in rlm_pap

2012-08-09 Thread Urban Loesch
+- entering group PAP {...} [pap] login attempt with password 232nr4Cs [pap] Using SMD5 encryption. [pap] Normalizing SMD5-Password from base64 encoding Segmentation fault The Kernel logs the message: kernel: [10466122.427567] freeradius[20622]: segfault at 7f2ed32e1000 ip 7f2ed8cbaa4b sp

Re: Segmentation fault in rlm_pap

2012-08-09 Thread Alan DeKok
Urban Loesch wrote: [pap] login attempt with password 232nr4Cs [pap] Using SMD5 encryption. [pap] Normalizing SMD5-Password from base64 encoding Segmentation fault Oops. My guess is that the SMD5 password isn't correctly formed. Can you share it? After the crash above I tried to run

Re: Segmentation fault in rlm_pap

2012-08-09 Thread Urban Loesch
Hi Alan, thanks for your fast reply. If you need any further info please let me know. A copy of the SMD5 password. This is the whole raw data from db: id usernameattribute op value 4105urban@1 SMD5-Password :=

Re: Segmentation fault in rlm_pap

2012-08-09 Thread John Dennis
On 08/09/2012 09:34 AM, Urban Loesch wrote: Hi, I'm new to the list. I'm currently migrating from Radiator to Freeradius with MySQL Database Backend for Authentication and Accounting. User-passwords are stored in mysql db with SMD5. FWIW, we've gotten a couple of bug reports of segfaults

Re: Segmentation fault in rlm_pap

2012-08-09 Thread Alan DeKok
John Dennis wrote: FWIW, we've gotten a couple of bug reports of segfaults using EAP, they are described in this bugzilla (which includes a stacktrace and debug output). https://bugzilla.redhat.com/show_bug.cgi?id=827858 This is typically caused by having discordant versions of OpenSSL

Re: Duplicate clients entry segmentation fault after killing radius server

2012-07-21 Thread Prateek Kumar
Hi I am just reporting a segfault. Regards, Prateek - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Duplicate clients entry segmentation fault after killing radius server

2012-07-21 Thread Alan Buxey
...and what information are you providing? I see nothing with this report (ps if this is with an version, then the first thing you do is try the latest release as it may have already been fixed) alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Duplicate clients entry segmentation fault after killing radius server

2012-07-20 Thread Prateek Kumar
Hi, I have 2 ldap modules which are selected by unlang logic and I have configured my certificates as default. Now when I put a dupticate client entry in clients.conf file then kill the radius server I got a error like *** glibc detected *** radiusd: free(): invalid pointer: 0xb778e994.

Re: Duplicate clients entry segmentation fault after killing radius server

2012-07-20 Thread Matthew Newton
Hi On Fri, Jul 20, 2012 at 05:09:51PM +0530, Prateek Kumar wrote: error like *** glibc detected *** radiusd: free(): invalid pointer: 0xb778e994. Also some time I get the error like munmap_chunk(): invalid pointer. If I remove the duplicate client entry then I don't see the error. So remove

Re: Duplicate clients entry segmentation fault after killing radius server

2012-07-20 Thread Alan DeKok
Prateek Kumar wrote: I have 2 ldap modules which are selected by unlang logic and I have configured my certificates as default. Now when I put a dupticate client entry in clients.conf file then kill the radius server I got a error like *** glibc detected *** radiusd: free(): invalid

Re: Duplicate clients entry segmentation fault after killing radius server

2012-07-20 Thread Prateek Kumar
Hi, Can reproduce in 2.1.10 also. Currently can not upgrade. So will try in some other system. Regards, Prateek - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Duplicate clients entry segmentation fault after killing radius server

2012-07-20 Thread Phil Mayers
On 20/07/12 14:16, Prateek Kumar wrote: Hi, Can reproduce in 2.1.10 also. Currently can not upgrade. So will try in some other system. Do you actually want/think you need a duplicate client and if so, why? Or are you just reporting the segfault? - List info/subscribe/unsubscribe? See

Segmentation Fault in 2.1.12 - rlm_eap-2.1.12.so

2012-01-31 Thread DaveA
my fingers crossed that someone can help with only the information I've provided. Can anyone tell me how to prevent this, or if a fix is available? Thank you, Dave A. -- View this message in context: http://freeradius.1045715.n5.nabble.com/Segmentation-Fault-in-2-1-12-rlm-eap-2-1-12-so

Re: Segmentation Fault in 2.1.12 - rlm_eap-2.1.12.so

2012-01-31 Thread Alan DeKok
DaveA wrote: FreeRadius has been stable for about a month, up until yesterday, and I have not changed the configuration of the server. I began seeing segmentation faults as seen below: See doc/bugs for how to help debug problems. I have not included my radiusd -X because it will need to be

freradius Segmentation fault

2012-01-26 Thread Ski Mountain
I am testing out authentication with radtest.  If I send the wrong group password I get invalid Message-Authenticator which is what I expect, the second I put in the correct password I get the Segmentation fault  This is on Ubuntu 10.04.3 LTS.  Is this a knows issue, or am I screwing

Re: freradius Segmentation fault

2012-01-26 Thread Alan DeKok
Ski Mountain wrote: I am testing out authentication with radtest. If I send the wrong group password I get invalid Message-Authenticator which is what I expect, the second I put in the correct password I get the Segmentation fault Is this a knows issue, or am I screwing something up

Re: freradius Segmentation fault

2012-01-26 Thread Ski Mountain
...@deployingradius.com To: Ski Mountain ski_the_mount...@yahoo.com; FreeRadius users mailing list freeradius-users@lists.freeradius.org Cc: Sent: Thursday, January 26, 2012 11:39 AM Subject: Re: freradius Segmentation fault Ski Mountain wrote: I am testing out authentication with radtest.  If I

Segmentation Fault (core dumped)

2011-09-06 Thread Rajkumar balaji
: reading dictionary read_config_files: reading naslist Using deprecated naslist file. Support for this will go away soon. read_config_files: reading clients read_config_files: reading realms radiusd: entering modules setup Segmentation Fault (core dumped) # -- View this message in context

Re: Segmentation Fault (core dumped)

2011-09-06 Thread Fajar A. Nugraha
On Tue, Sep 6, 2011 at 3:02 PM, Rajkumar balaji rajkumar.balaj...@gmail.com wrote: Hi All, When I try to start radius using ./radiusd -X the following error I am getting Please help me to resolve this The machine is Sun solaris 10 Sparc FreeRadius verion 1.1.7 is the latest from sunfreeware

Re: Segmentation Fault (core dumped)

2011-09-06 Thread Alan DeKok
Rajkumar balaji wrote: When I try to start radius using ./radiusd -X the following error I am getting Please help me to resolve this The machine is Sun solaris 10 Sparc FreeRadius verion 1.1.7 is the latest from sunfreeware site Ask the sunfreeware people why they broke FreeRADIUS.

Re: segmentation fault freeradius 2.1.7 using rlm_sql

2011-08-03 Thread Alan Buxey
Hi, * FreeRADIUS has no notion of a stable release. Many projects maintain 'stable' or 'stale' if you go for the 'stable' release of most daemons you will not have the ability to do certain things, the latest version will have those abilities. in the FR case, the most 'tested' version is

Re: segmentation fault freeradius 2.1.7 using rlm_sql

2011-08-03 Thread Alan Buxey
Hi, This is a production server, What is the latest stable version to use? 'stable' is all in the mind ;-) we run the latest 2.1.11 from GIT on our production servers (nee 2.1.12) and a 3.x release on a couple of test servers to test/see the new functions. alan - List

Re: segmentation fault freeradius 2.1.7 using rlm_sql

2011-08-03 Thread Bjørn Mork
John Dennis jden...@redhat.com writes: * FreeRADIUS has way too much churn for a critical system service. Think about other system services, how often do you see kerberos, bind, iptables, pam, MySQL, etc. going through significant revisions? Are the administrators of those services constantly

RE: segmentation fault freeradius 2.1.7 using rlm_sql

2011-08-02 Thread Amir Tal
, (radiusd). -Original Message- From: freeradius-users-bounces+amir=ccc.co...@lists.freeradius.org [mailto:freeradius-users-bounces+amir=ccc.co...@lists.freeradius.org] On Behalf Of Alan DeKok Sent: Wednesday, July 27, 2011 4:33 PM To: FreeRadius users mailing list Subject: Re: segmentation

Re: segmentation fault freeradius 2.1.7 using rlm_sql

2011-08-02 Thread Arran Cudbard-Bell
On 2 Aug 2011, at 09:27, Amir Tal wrote: Upgraded freeradius to 2.1.11 (built from source) Don't use 2.1.11 it segfaults, checkout the head of the 2.1.X branch in git -Arran Arran Cudbard-Bell a.cudba...@freeradius.org RADIUS - Half the complexity of Diameter - List

Re: segmentation fault freeradius 2.1.7 using rlm_sql

2011-08-02 Thread Fajar A. Nugraha
On Tue, Aug 2, 2011 at 2:27 PM, Amir Tal a...@ccc.co.il wrote: Upgraded freeradius to 2.1.11 (built from source) This time it brought the whole machine down: Notice how I DIDN'T suggest upgrading to 2.1.11, but to v2.1.x of git branch? There's a reason for that, and you just found out the hard

RE: segmentation fault freeradius 2.1.7 using rlm_sql

2011-08-02 Thread Amir Tal
02, 2011 11:02 AM To: FreeRadius users mailing list Subject: Re: segmentation fault freeradius 2.1.7 using rlm_sql On Tue, Aug 2, 2011 at 2:27 PM, Amir Tal a...@ccc.co.il wrote: Upgraded freeradius to 2.1.11 (built from source) This time it brought the whole machine down: Notice how I DIDN'T

Re: segmentation fault freeradius 2.1.7 using rlm_sql

2011-08-02 Thread Arran Cudbard-Bell
Message- From: freeradius-users-bounces+amir=ccc.co...@lists.freeradius.org [mailto:freeradius-users-bounces+amir=ccc.co...@lists.freeradius.org] On Behalf Of Fajar A. Nugraha Sent: Tuesday, August 02, 2011 11:02 AM To: FreeRadius users mailing list Subject: Re: segmentation fault freeradius

Re: segmentation fault freeradius 2.1.7 using rlm_sql

2011-08-02 Thread John Dennis
Upgraded freeradius to 2.1.11 (built from source) Don't use 2.1.11 it segfaults, checkout the head of the 2.1.X branch in git Notice how I DIDN'T suggest upgrading to 2.1.11, but to v2.1.x of git branch? There's a reason for that, and you just found out the hard way. Houston, we have a

Re: segmentation fault freeradius 2.1.7 using rlm_sql

2011-08-02 Thread Alan DeKok
John Dennis wrote: FreeRADIUS has some problems which other projects have avoided. Sure. The reasons are pretty straightforward. The contribution from the community is small. The people who contribute get few rewards, and lots of arrows. The people who complain don't contribute. It's

RE: segmentation fault freeradius 2.1.7 using rlm_sql

2011-07-28 Thread Amir Tal
, 2011 4:33 PM To: FreeRadius users mailing list Subject: Re: segmentation fault freeradius 2.1.7 using rlm_sql Amir Tal wrote: For some unknown reason radiusd keeps getting segmentation faults, every few days and even after several hours of work. Upgrade. Alan DeKok. - List info/subscribe

Re: segmentation fault freeradius 2.1.7 using rlm_sql

2011-07-28 Thread Fajar A. Nugraha
- From: freeradius-users-bounces+amir=ccc.co...@lists.freeradius.org [mailto:freeradius-users-bounces+amir=ccc.co...@lists.freeradius.org] On Behalf Of Alan DeKok Sent: Wednesday, July 27, 2011 4:33 PM To: FreeRadius users mailing list Subject: Re: segmentation fault freeradius 2.1.7 using

segmentation fault freeradius 2.1.7 using rlm_sql

2011-07-27 Thread Amir Tal
Hi all, freeRADIUS version 2.1.7 (package freeradius2 on centos 5.6) Radius is configured to store user info (auth) in ldap - running on same machine as freeradius, and use rlm_sql for accounting info (and simultaneous use checks) - running on remote machine. For some unknown reason radiusd

Re: segmentation fault freeradius 2.1.7 using rlm_sql

2011-07-27 Thread Alan DeKok
Amir Tal wrote: For some unknown reason radiusd keeps getting segmentation faults, every few days and even after several hours of work. Upgrade. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: pairfind segmentation fault

2011-06-23 Thread Alan DeKok
Juan Pablo L. wrote: Hi, i m writing a module2 for freeradius 2.1.10 on linux 2.6.18-194.el5PAE. this is the code: ... I have no idea what the problem is. See doc/bugs This list isn't the place to discuss debugging code you write. What is the different between pairmake and

pairfind segmentation fault

2011-06-22 Thread Juan Pablo L.
,T_OP_SET); pairadd(request-config_items, vp_clear_password); // create and add the callback-id vp = pairmake(callback-id,0702005010701059,T_OP_SET); pairadd(request-reply-vps,vp); but the pairfind is giving segmentation fault: Program received signal SIGSEGV, Segmentation fault. 0x00b2879b

Radmin segmentation fault

2010-11-19 Thread David Seira
Hi list, I'm trying radmin with freeradius 2.1.10, in debian distro with 2.6.26-2-686 kernel. When I put the show module config sql I receive a segmentation fault un radiusd. Has anybody have the same bug? Regards, David - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: [Segmentation Fault while proxing Request to home server]

2010-11-19 Thread Thomas Fagart
Hum I don't get it I've got this bug in 2.1.10. This means I should get the latest git ? Thomas Le 19/11/2010 07:43, Alan DeKok a écrit : Thomas Fagart wrote: I've enable develloper mode, now I've got the following output : ... ASSERT FAILED event.c[1181]: We do not have threads, but the

Re: [Segmentation Fault while proxing Request to home server]

2010-11-19 Thread Alan DeKok
Thomas Fagart wrote: Hum I don't get it I've got this bug in 2.1.10. Yes, I know. I've been reading your messages. This means I should get the latest git ? Yes, that's what I ws trying to say. If was fixed in an official release, I would have said that. Instead, I pointed you to the

Re: [Segmentation Fault while proxing Request to home server]

2010-11-18 Thread Влад Власов
Hello Thomas. I have the same problem After installing 2.1.6 version everything worked well . - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: [Segmentation Fault while proxing Request to home server]

2010-11-18 Thread Thomas Fagart
! Segmentation fault And then the proxy radius dies. That's not good. This happens each time at the fifth try while trying to send the request to a dead home server. I haven't been able to reproduce it, so it's difficult to track down I know I should give a gdb trace to help, but since

Re: [Segmentation Fault while proxing Request to home server]

2010-11-18 Thread Alan DeKok
Thomas Fagart wrote: I've enable develloper mode, now I've got the following output : ... ASSERT FAILED event.c[1181]: We do not have threads, but the request is marked as queued or running in a child thread == NULL Ah, that's easy. It's fixed in git commit 5849d7aa69. See the v2.1.x

[Segmentation Fault while proxing Request to home server]

2010-11-17 Thread Thomas Fagart
:= 0x Proxy-State = 0x313137 Waking up in 21.0 seconds. WARNING: Internal sanity check failed in event handler for request 6: Discarding the request! Segmentation fault And then the proxy radius dies. This happens each time at the fifth try while trying to send the request to a dead home

Re: [Segmentation Fault while proxing Request to home server]

2010-11-17 Thread Alan DeKok
Thomas Fagart wrote: ... WARNING: Internal sanity check failed in event handler for request 6: Discarding the request! Segmentation fault And then the proxy radius dies. That's not good. This happens each time at the fifth try while trying to send the request to a dead home server

Segmentation Fault

2010-11-08 Thread Michel Musslin
Hello, I actually try to cross compile freeradius 2.0.9 for powerpc. Everything looks good during compilation, but we get Segmentation Fault on our host when executing radiusd -X. Our setup is : - EGLIBC 2.9 - GCC 4.3.2 - Linux 2.6.31 Could you please help me to find a way to solve

Re: Segmentation Fault

2010-11-08 Thread Alan DeKok
Michel Musslin wrote: I actually try to cross compile freeradius 2.0.9 for powerpc. Everything looks good during compilation, but we get Segmentation Fault on our host when executing radiusd -X. Our setup is : - EGLIBC 2.9 - GCC 4.3.2 - Linux 2.6.31 Could you please help me to find

Re: Segmentation Fault during running radtest and freeradius

2010-08-22 Thread Alan DeKok
password 127.0.0.1 0 testing123) I get following crash (sorry for the long log). Any ideas how to fix it or where the problem is? See doc/bugs /etc/freeradius/sites-enabled/default +- entering group authorize {...} Segmentation fault If it crashes that quickly, it's usually because

Segmentation Fault during running radtest and freeradius

2010-08-21 Thread Theresa
authorize {...} Segmentation fault - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Segmentation fault on 2.1.7 during HUP

2010-05-20 Thread Alan DeKok
coja wrote: Could you please tell me how i can include my pins file to users file. When i write line like $INCLUDE pins in the beginning of the users file, i can see how that line will disapear after reload or restart. Huh? The users file is reloaded, along with all $INCLUDE files. Maybe

Re: Segmentation fault on 2.1.7 during HUP

2010-05-20 Thread coja
between offices. I store accounting of different brench offices in 5 databases. Ok i will try to find a way how to replicate only the pins file and import it to the databases. Thank You! -- View this message in context: http://old.nabble.com/Segmentation-fault-on-2.1.7-during-HUP

Re: Segmentation fault on 2.1.7 during HUP

2010-05-19 Thread Alan DeKok
coja wrote: Hello all! We use 2.1.7 version of freeradius+mysql 5 running on RHEL4u8. We tried to apply PIN authentication based on file users which located in /etc/raddb. I inserted to crontab reload (HUP) command which runs every 30 minutes. In 2.1.8 you can use radmin to reload *just*

Re: Segmentation fault on 2.1.7 during HUP

2010-05-19 Thread coja
://old.nabble.com/Segmentation-fault-on-2.1.7-during-HUP-tp28590790p28614839.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Segmentation fault on 2.1.7 during HUP

2010-05-18 Thread coja
with Segmentation fault error in sql_log module. I turned off this module, but it didn't help us. Now it's happening with voip-postpaid module which was adapted to mysql. I read docs/bugs and tried to trace the bug, but in gdb radius was working 3 days without any crash. All that I have my configs and debug

Re: radiusd: segmentation fault

2010-05-11 Thread sunhualing
Nothing I can help. Maybe you can check the dynamic shared library,they may conflict with radiusd, 2010/5/7 kes-...@yandex.ru Здравствуйте, Коньков. Вы писали 6 мая 2010 г., 23:58:44: КЕ Help pls to resolve problem why radiusd segfault КЕ or give clue КЕ kes# radiusd -v КЕ radiusd:

radiusd: segmentation fault

2010-05-06 Thread Коньков Евгений
Help pls to resolve problem why radiusd segfault or give clue kes# radiusd -v radiusd: FreeRADIUS Version 2.1.3, for host i386-portbld-freebsd7.1, built on Jan 6 2009 at 10:52:08 Copyright (C) 1999-2008 The FreeRADIUS server project and contributors. There is NO warranty; not even for

Re: radiusd: segmentation fault

2010-05-06 Thread kes-kes
Здравствуйте, Коньков. Вы писали 6 мая 2010 г., 23:58:44: КЕ Help pls to resolve problem why radiusd segfault КЕ or give clue КЕ kes# radiusd -v КЕ radiusd: FreeRADIUS Version 2.1.3, for host КЕ i386-portbld-freebsd7.1, built on Jan 6 2009 at 10:52:08 КЕ Copyright (C) 1999-2008 The FreeRADIUS

Segmentation fault

2010-04-28 Thread Kristoffer Milligan
] eaptls_process returned 3 Segmentation fault Any ideas why radiusd is segfaulting? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Segmentation fault

2010-04-28 Thread Alan DeKok
] eaptls_process returned 3 Segmentation fault Any ideas why radiusd is segfaulting? It works for me. I suggest: $ make distclean $ ./configure $ make again. The internal code has changed quite a bit. Maybe you're running into a situation where it's using two different versions

Accounting and Segmentation Fault

2010-03-16 Thread matthew.stringer
Hi all, I am a bit of a FreeRadius newbie and am having some issues with the accounting, getting segmentation fault reported back. I have FreeRadius 2.1.8 running on CentOS 5.4, set up in a pretty basic configuration. It is authenticating to a MySQL database that contains records for 300,000

Re: Accounting and Segmentation Fault

2010-03-16 Thread Alan DeKok
matthew.strin...@bt.com wrote: Hi all, I am a bit of a FreeRadius newbie and am having some issues with the accounting, getting segmentation fault reported back. I have FreeRadius 2.1.8 running on CentOS 5.4, set up in a pretty basic configuration. It is authenticating to a MySQL database

Segmentation fault

2010-03-10 Thread Harshil Anil Kumar Shah
Getting the Segmentation fault when doing radiusd -X home_server_pool my_auth_failover { type = fail-over home_server = localhost } realm example.com { auth_pool = my_auth_failover } realm LOCAL { } radiusd: Loading Clients client localhost

Re: Segmentation fault

2010-03-10 Thread Alan DeKok
Harshil Anil Kumar Shah wrote: Getting the Segmentation fault when doing radiusd -X Read doc/bugs Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Segmentation fault

2010-03-10 Thread Harshil Anil Kumar Shah
] On Behalf Of Alan DeKok [al...@deployingradius.com] Sent: Wednesday, March 10, 2010 2:37 PM To: FreeRadius users mailing list Subject: Re: Segmentation fault Harshil Anil Kumar Shah wrote: Getting the Segmentation fault when doing radiusd -X Read doc/bugs Alan DeKok. - List info/subscribe

Re: Segmentation fault

2010-03-10 Thread Alan Buxey
Hi, There is nothing in the bugs file doc/bugs is a document that explains what to do if come across an issue - eg segmentation fault. read that document, follow the instructions and, if something is wrong with the code rather than your OS, the server code can be fixed (which, I guess

RE: Segmentation fault

2010-03-10 Thread Harshil Anil Kumar Shah
@lists.freeradius.org] On Behalf Of Alan Buxey [a.l.m.bu...@lboro.ac.uk] Sent: Wednesday, March 10, 2010 2:54 PM To: FreeRadius users mailing list Subject: Re: Segmentation fault Hi, There is nothing in the bugs file doc/bugs is a document that explains what to do if come across an issue - eg

Re: Segmentation fault

2010-03-10 Thread Alan DeKok
Harshil Anil Kumar Shah wrote: I have not modified the code. and I checked the swap area, is 2 GB. What can be the problem? You need to read the messages on this list. You need to read the documentation we tell you to read. You need to follow the instructions in the documentation.

Segmentation fault

2010-01-28 Thread J Brandon Polley
I'm running FreeRadius Version: 2.1.8 1. SUSE Linux My problem is that when I turn on a setting in FreeRadius it crashes and gives me Segmentation Fault when someone tries to login. Here is the file im editing: raddb/sites-avilable/Default Here is the line of code that makes it crash when I

Re: Segmentation fault

2010-01-28 Thread Alan DeKok
J Brandon Polley wrote: I'm running FreeRadius Version: 2.1.8 1. SUSE Linux My problem is that when I turn on a setting in FreeRadius it crashes and gives me Segmentation Fault when someone tries to login. Here is the file im editing: raddb/sites-avilable/Default Here is the line of code

Segmentation fault in rlm_sql_postgresql

2009-10-26 Thread Olivn
rlm_sql_postgresql: Error (null) Program received signal SIGSEGV, Segmentation fault. 0x00c6040a in strcmp () from /lib/libc.so.6 (gdb) info threads * 1 Thread 0xb7fcead0 (LWP 30560) 0x00c6040a in strcmp () from /lib/libc.so.6 (gdb) thread apply all bt full Thread 1 (Thread 0xb7fcead0 (LWP 30560

  1   2   3   4   5   >