RE: Segmentation fault on Freeradius

2003-08-24 Thread Yasser Ahmed Hosny
Thanks everybody, it is now working. I found the error in the SQL_INIT_SOCKET function which closes the socket in case it fails to perform an OCILogon to the DB. I've just commented this line and it is now working fine. I'll submit this to the development list for more clarification and fix.

RE: Segmentation fault on Freeradius

2003-08-22 Thread Yasser Ahmed Hosny
At first glance, this appears to be barfing because it's trying to contact the absent server with OCIErrorGet to find out why it can't contact the server As a test, try putting 'return msgbuf;' on line 48, right after the memset call. You'll get no error text in your logs, but if that

RE: Segmentation fault on Freeradius

2003-08-22 Thread Paul Hampson
From: Yasser Ahmed Hosny Sent: Friday, 22 August 2003 11:46 PM At first glance, this appears to be barfing because it's trying to contact the absent server with OCIErrorGet to find out why it can't contact the server As a test, try putting 'return msgbuf;' on line 48, right after

RE: Segmentation fault on Freeradius

2003-08-21 Thread Paul Hampson
From: Yasser Ahmed Hosny Sent: Wednesday, 20 August 2003 12:53 PM I am running Freeradius 0.9 and I am writing accounting records to an Oracle DB ver 8i. If the Database goes down, the Freeradius gives a segmentation fault error and dies. I've tried also to point to another database as a

Re: Segmentation fault

2003-08-14 Thread Yasser Ahmed Hosny
Thanks for the reply and sorry for being late, it took me a while to run the server with gdb, any how here is the output of the gdb, I've went further more with that and I've compared the program (rlm_sql_oracle) for Version 0.7.1 (which was working perfect for accounting in case the primary DB

RE: Segmentation fault

2003-08-14 Thread Yasser Ahmed Hosny
I am submitting my reply again, can anyone help me please with this case, it is really important Thanks for the reply and sorry for being late, it took me a while to run the server with gdb, any how here is the output of the gdb, I've went further more with that and I've compared the program

Re: Segmentation fault.

2002-12-23 Thread Alan DeKok
Allister Maguire [EMAIL PROTECTED] wrote: This is a multi-part message in MIME format. --_=_NextPart_001_01C2AA4F.59760410 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 Yuck. Can you please post in plain text?

Re: Segmentation fault.

2002-12-22 Thread Alan DeKok
Allister Maguire [EMAIL PROTECTED] wrote: We are getting this segmentation fault with freeradius v0.8. Try 0.8.1, it may be different. The seg fault occurs while we restart any one of the servers, it use to work fine with version v0.7.1. Ah. You're sending the server a HUP signal? That

Re: Segmentation fault.

2002-12-22 Thread Allister Maguire
From: Alan DeKok [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Segmentation fault. Date: Sun, 22 Dec 2002 10:58:40 -0500 Reply-To: [EMAIL PROTECTED] Allister Maguire [EMAIL PROTECTED] wrote: We are getting this segmentation fault with freeradius v0.8. Try 0.8.1, it may

Re: segmentation fault???

2002-11-28 Thread Alan DeKok
Tamer Demir [EMAIL PROTECTED] wrote: While testing freeRADIUS with NtRadPing program, when I send the request-type status server freeradius gives segmentation fault Is this a bug?? Yes. Grab the CVS snapshot tomorrow. That contains the fix. Alan DeKok. - List

Re: segmentation fault???

2002-11-28 Thread novelss
or you can check your field in your table on that database... it happend to me once... Tamer Demir [EMAIL PROTECTED] wrote: While testing freeRADIUS with NtRadPing program, when I send the request-type status server freeradius gives segmentation fault Is this a bug?? Yes. Grab

RE: Segmentation fault

2002-11-07 Thread Ynjiun P. Wang
more information about Segmentation fault: 1. The system I am using for compiling and running freeradius is RedHat 7.3 2. after trying ./configure --without-snmp, radiusd -X seems running well and accepting few requests correctly but few minutes later it died and reports Segmentation fault. Did

Re: Segmentation fault

2002-11-07 Thread Alan DeKok
Ynjiun P. Wang [EMAIL PROTECTED] wrote: more information about Segmentation fault: ... Which version are you using? If you're using 0.7.1 (or earlier) try the latest CVS snapshot before spending any more time tracking down the problem. Alan DeKok. - List info/subscribe/unsubscribe? See

Re: Segmentation fault

2002-11-07 Thread ypw
Yes, I am using 0.7.1. After downloading 20021107 snapshot, it runs well so far. Thanks! -Paul Ynjiun P. Wang [EMAIL PROTECTED] wrote: more information about Segmentation fault: ... Which version are you using? If you're using 0.7.1 (or earlier) try the latest CVS snapshot before

Re: segmentation fault with gdb output

2002-09-21 Thread Alan DeKok
Andrew G. Buenaventura [EMAIL PROTECTED] wrote: Attached is the gdb output of my freeradius-snapshot-20020920 and freetds-0.6.0 running on Redhat Linux 7.1. I am attempting freeradius to connect to an MS SQL 2k database. Core was generated by `radiusd -xx'. Program terminated with signal

Re: Segmentation Fault

2002-09-02 Thread Alan DeKok
Yasser Ahmed Hosny [EMAIL PROTECTED] wrote: I am freeradiusd 0.5 on Solaris 8 and authenticating users from an oracle DB ver 8.1.7. That version of the server is *very* old. Please do not post any bug reports or problems with it. Instead, try the latest version from CVS. If you cannot

Re: Segmentation fault after reboot

2002-08-27 Thread Stefan Winterling
more infos rlm_ldap with debug level 3 rlm_ldap: attempting LDAP reconnection rlm_ldap: (re)connect to 192.168.10.230:636, authentication 0 rlm_ldap: setting TLS mode to 1 rlm_ldap: bind as CN=admin,OU=CW,OU=KIP,O=DE/admin to 192.168.10.230:636 ldap_bind ldap_simple_bind ldap_sasl_bind

Re: Segmentation fault after reboot

2002-08-27 Thread Kostas Kalevras
On Tue, 27 Aug 2002, Stefan Winterling wrote: more infos rlm_ldap with debug level 3 rlm_ldap: attempting LDAP reconnection rlm_ldap: (re)connect to 192.168.10.230:636, authentication 0 rlm_ldap: setting TLS mode to 1 rlm_ldap: bind as CN=admin,OU=CW,OU=KIP,O=DE/admin to

Re: Segmentation fault after reboot

2002-08-27 Thread Stefan Winterling
i'm a jerk!! it works!!! too late for my brain... go home - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: segmentation fault when calling inst-module-sql_error

2002-08-02 Thread Frank Cusack
On Fri, Aug 02, 2002 at 02:14:38PM +0800, CheongMeng wrote: Hi, found a small bug, which cause segmentation fault, when sql socket not found for mysql. Thanks. I've applied something based on your patch. /fc - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: segmentation fault when calling inst-module-sql_error

2002-08-01 Thread CheongMeng
Hi, found a small bug, which cause segmentation fault, when sql socket not found for mysql. the patch is for src/modules/rlm_sql/sql_mysql.c patch: --- sql_mysql.c.org Fri Aug 2 14:02:29 2002 +++ sql_mysql.c Fri Aug 2 14:03:41 2002 @@ -288,6 +288,12 @@

Re: Segmentation Fault

2002-07-30 Thread Alan DeKok
Gonzalez, Pedro [EMAIL PROTECTED] wrote: I am upgrading freeradius from version 0.5 to version 0.7. Version 0.5 has been working just perfect for me so far. Version 0.7 is having problems starting up due to a segmentation fault error: Delete ALL of the 0.5 libraries (rlm_*) and re-install

RE: Segmentation Fault

2002-07-30 Thread Gonzalez, Pedro
/sbin # -Original Message- From: Alan DeKok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 8:48 AM To: [EMAIL PROTECTED] Subject: Re: Segmentation Fault Gonzalez, Pedro [EMAIL PROTECTED] wrote: I am upgrading freeradius from version 0.5 to version 0.7. Version 0.5 has

RE: Segmentation Fault

2002-07-30 Thread Gonzalez, Pedro
Alan, ulimit is already unlimited root@telem-tac:/usr/local/sbin # ulimit unlimited root@telem-tac:/usr/local/sbin # Thanks Pedro -Original Message- From: Alan DeKok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 9:54 AM To: [EMAIL PROTECTED] Subject: Re: MySQL

RE: Segmentation Fault

2002-07-30 Thread Chris Brotsos
At 09:52 AM 7/30/2002 -0500, you wrote: Still getting segmentation fault after removing old version 0.5 rlm_* libraries and re-installing. By the way, there are no core dump file generated even after setting allow_core_dumps = yes. More ideas ??? Yes, make distclean, and then after the LIBS

RE: Segmentation Fault

2002-07-30 Thread Gonzalez, Pedro
Yes I am using Solaris. Where in Make.inc.in I have to place -lpthread ? Thanks Pedro -Original Message- From: Chris Brotsos [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 10:08 AM To: [EMAIL PROTECTED] Subject: RE: Segmentation Fault At 09:52 AM 7/30/2002 -0500

RE: Segmentation Fault

2002-07-30 Thread Gonzalez, Pedro
Sorry I understand now... LIBS= @LIBS@ -lpthread Okay, then I run 1. make 2. make install Thanks Pedro -Original Message- From: Gonzalez, Pedro [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 10:12 AM To: '[EMAIL PROTECTED]' Subject: RE: Segmentation Fault

Re: Segmentation fault in rlm_passwd

2002-07-15 Thread 3APA3A
Dear [EMAIL PROTECTED], --Monday, July 15, 2002, 1:19:53 PM, you wrote to [EMAIL PROTECTED]: mmr m_mschap-0.6.so: undefined symbol: md4_calc There was a problem with dynamic library building. This problem will be fixed in upcoming 0.6.1 and should be fixed in latest CVS snapshot. mmr