freeradius 0.9.1 segmentation fault with pam auth

2003-10-19 Thread Cristiung
Hi I can't get freeradius 0.9.1 to work with pam auth. Whenever i try to authenticate and user i get modcall : entering group authorize Segmentation fault Please help I also tried version 0.9.2 and got the same result Thanks Cristi Ungureanu

Re: freeradius 0.9.1 segmentation fault with pam auth

2003-10-19 Thread Alan DeKok
Cristiung [EMAIL PROTECTED] wrote: I can't get freeradius 0.9.1 to work with pam auth. Whenever i try to authenticate and user i get modcall : entering group authorize Segmentation fault Have you read the documentation which comes with the server? See 'doc/bugs' Alan DeKok. - List

Re: [bug?] [gdb trace] Segmentation fault when using huntgroups

2003-10-03 Thread Alan DeKok
Rens Houben [EMAIL PROTECTED] wrote: The chain of functions in rlm_preprocess should pass a REQUEST* data structure, too. So why didn't it? Because no one made it. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: [bug?] [gdb trace] Segmentation fault when using huntgroups

2003-10-03 Thread Rens Houben
In other news for Fri, Oct 03, 2003 at 10:01:36AM -0400, Alan DeKok has been seen typing: Rens Houben [EMAIL PROTECTED] wrote: So why didn't it? Because no one made it. Okay, so is this a configuration error on my part (and if so, where do I start looking to fix it?) or a bug in

Re: [bug?] [gdb trace] Segmentation fault when using huntgroups

2003-10-03 Thread Alan DeKok
[EMAIL PROTECTED] (Rens Houben) wrote: Because no one made it. Okay, so is this a configuration error on my part (and if so, where do I start looking to fix it?) or a bug in freeradius? It's a bug in the server. As for how to fix it, I already said that in one of my earlier posts:

[bug?] [gdb trace] Segmentation fault when using huntgroups

2003-10-02 Thread Rens Houben
packet from host 111.222.333.444:45695, id=118, length=48 User-Name = testuser User-Password = zronk modcall: entering group authorize [New Thread 16384 (LWP 22237)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 22237)] 0x40440333 in groupcmp

Re: [bug?] [gdb trace] Segmentation fault when using huntgroups

2003-10-02 Thread Alan DeKok
[EMAIL PROTECTED] (Rens Houben) wrote: This error occurs when the calling IP address matches an entry in the huntgroups, regardless of any other information in the database. The issue appears to be that the entry in the 'huntgroups' file is doing a comparison using the 'Group' attribute. It

Re: [bug?] [gdb trace] Segmentation fault when using huntgroups

2003-10-02 Thread Rens Houben
In other news for Thu, Oct 02, 2003 at 02:37:41PM -0400, Alan DeKok has been seen typing: [EMAIL PROTECTED] (Rens Houben) wrote: This error occurs when the calling IP address matches an entry in the huntgroups, regardless of any other information in the database. The issue appears to be

Re: [bug?] [gdb trace] Segmentation fault when using huntgroups

2003-10-02 Thread Alan DeKok
Rens Houben [EMAIL PROTECTED] wrote: The issue is that the paircmp() call in hunt_paircmp(), of rlm_preprocess, passes a NULL for the REQUEST* data structure. It shouldn't. I'm aware of that. I'm wondering why, but that traceback's about as far as I got. The chain of functions in

Re: [bug?] [gdb trace] Segmentation fault when using huntgroups

2003-10-02 Thread Rens Houben
In other news for Thu, Oct 02, 2003 at 04:42:17PM -0400, Alan DeKok has been seen typing: Rens Houben [EMAIL PROTECTED] wrote: I'm aware of that. I'm wondering why, but that traceback's about as far as I got. The chain of functions in rlm_preprocess should pass a REQUEST* data

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

Segmentation fault

2003-08-22 Thread Marcus Grando
Hi List, I try use the freeradius+iodbc+freetds+mssql, but when start freeradius he says Segmentation fault. The freetds (tsql) works fine, the iodbc (odbctest) works fine. Connect, select, insert, works normally, but freeradius not work. Freeradius backtrace: --skip-- sql

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

Segmentation fault on Freeradius

2003-08-19 Thread Yasser Ahmed Hosny
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 fail-over option, but the same results were encountered. Please find below

Segmentation fault in SQL accounting with ORACLE

2003-08-18 Thread Yasser Ahmed Hosny
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 fail-over option, but the same results were encountered. Please find below

Segmentation fault in the Accounting

2003-08-16 Thread Yasser Ahmed Hosny
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 fail-over option, but the same results were encountered. Please find below

rlm_mschap segmentation fault and core dump

2003-08-14 Thread Radius
Warning: Found 2 auth-types on request for user 'radius' auth: type MS-CHAP modcall: entering group Auth-Type Segmentation fault (core dumped) So that isn't working. Maybe I made some configuration error somewhere. I played with the mppe settings and encryption settings in radiusd.conf

Re: rlm_mschap segmentation fault and core dump

2003-08-14 Thread 3APA3A
auth-types on request for user 'radius' R auth: type MS-CHAP R modcall: entering group Auth-Type R Segmentation fault (core dumped) R So that isn't working. Maybe I made some configuration error somewhere. I R played with the mppe settings and encryption settings in radiusd.conf but R that doesn't

Re: Segmentation fault

2003-08-14 Thread Yasser Ahmed Hosny
goes down) and Version 0.9, both of them lokk the same for the function causing the segmentation fault. Any help would be appreciated. Start of the output of gdb Tue Aug 12 10:40:04

RE: Segmentation fault

2003-08-14 Thread Yasser Ahmed Hosny
(rlm_sql_oracle) for Version 0.7.1 (which was working perfect for accounting in case the primary DB goes down) and Version 0.9, both of them lokk the same for the function causing the segmentation fault. Any help would be appreciated

Segmentation fault

2003-08-02 Thread Yasser Ahmed Hosny
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 fail-over option, but the same results were encountered. My

rlm_sql segmentation fault

2003-07-15 Thread Chris Akens
is when i start radiusd there is a segmentation fault after rlm_sql loads. Below is part of the debug. rlm_sql (sql): Driver rlm_sql_iodbc (module rlm_sql_iodbc) loaded and linked rlm_sql (sql): Attempting to connect to [EMAIL PROTECTED]/RedDB rlm_sql (sql): starting 0 rlm_sql (sql): Attempting

RE: rlm_sql segmentation fault

2003-07-15 Thread Paul Hampson
and everything appeared to make fine. All the usual warnings abound of making sure you're not mixing modules from different FreeRADIUS versions. The issue I am having is when i start radiusd there is a segmentation fault after rlm_sql loads. Below is part of the debug. rlm_sql (sql): Driver

Digest authentication causes segmentation fault

2003-07-09 Thread jaime
the message, the RADIUS server crashes with a segmentation fault. Has anyone experienced this problem before? Any hints to solve this problem are most welcome. BTW, I tried 0.9.0-pre1 and could not get it to compile on a vanilla RedHat 7.3. Regards, Jaime - The users

Segmentation Fault with Accounting

2003-06-14 Thread Yasser Ahmed Hosny
: 2: No such file or directory ' Tue Jun 10 13:41:40 2003 : Error: rlm_sql (sql2): Failed to connect DB handle #3 Tue Jun 10 13:41:40 2003 : Error: rlm_sql (sql2): reconnect failed, database down? Segmentation Fault Regards Yasser Ahmed Hosny - List info/subscribe/unsubscribe? See http

Segmentation Fault for accounting

2003-06-10 Thread Yasser Ahmed Hosny
: 2: No such file or directory ' Tue Jun 10 13:41:40 2003 : Error: rlm_sql (sql2): Failed to connect DB handle #3 Tue Jun 10 13:41:40 2003 : Error: rlm_sql (sql2): reconnect failed, database down? Segmentation Fault Regards Yasser Ahmed Hosny - List info/subscribe/unsubscribe? See http

Re: EAP-TLS FreeBSD Segmentation Fault

2003-03-31 Thread Alan DeKok
George R. Ellis [EMAIL PROTECTED] wrote: The malloc() in eap_tls.c:501 behaves differently on FreeBSD 5.0 than on Linux (RH 8.0) when (reply-length - TLS_HEADER_LEN) is zero. Under FreeBSD I end up with a bad address, thus a segmentation fault. Ok... This seems to be the problem so far

EAP-TLS FreeBSD Segmentation Fault

2003-03-28 Thread George R. Ellis
EAP-TLS ACK message ^^ Breakpoint 5, eaptls_compose (eap_ds=0x80e0920, reply=0xbfbfdaf0) at eap_tls.c: 511 511 *ptr++ = (uint8_t)(reply-flags 0xFF); (gdb) continue Continuing. Program received signal SIGSEGV, Segmentation fault

Segmentation fault???

2003-03-17 Thread Eric
When running radius server it said: Starting - reading configuration files ... Segmentation fault When runing check-radiusd-config: ./check-radiusd-config: line 55: 1994 Segmentation fault $sbindir/radiusd -X -p 32768 startup.log 21 Radius server configuration looks OK. What does it mean

freeradius segmentation fault

2003-02-28 Thread Abel Alejandro
freeradius (running a cvs snapshot of like 1 week) is crashing when I run it as radiusd -y -z -f or without the -f. But when I run freeradius as radiusd -X it doesn't crash. I am using rlm_sql_sybase as my SQL driver for both authorize and accounting. The radiusd starts OK, serve a few requests

Re: Loaded expr ... Segmentation fault

2003-02-22 Thread admin
new RAM !!! - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 21, 2003 4:28 AM Subject: Loaded expr ... Segmentation fault Hallo, i got problems with FreeRADIUS using MySQL. I'm using FreeRADIUS Version 0.8.1, for host powerpc-ibm

Loaded expr ... Segmentation fault

2003-02-21 Thread a . behler
, but when i tried to start the server the radiusd.log says Failed to link to module 'rlm_expr': file not found. so i compilied with the additional flag --disable-shared. Now i get the error while debugging $ radiusd -sfxxyz -l stdout | pg . . . Module: Loaded expr ksh: 12926 Segmentation fault(coredump

Re: Loaded expr ... Segmentation fault

2003-02-21 Thread Chris Parker
: Loaded expr ksh: 12926 Segmentation fault(coredump). Does anybody know what to do? Try the latest CVS. Also, you shouldn't have to 'disable-shared' to compile the rlm_expr module. Have you tried going into that directory manually and running make? -Chris -- \\\|||/// \ StarNet

segmentation fault

2003-01-16 Thread Selcuk OZTURK
rlm_eap: EAP_TYPE - tls rlm_eap: processing type tls rlm_eap_tls: Length Included undefined: before/accept initialization TLS_accept: before/accept initialization ./run-radiusd: line 8: 2388 Segmentation fault /usr/local/sbin/radiusd -X - List info/subscribe/unsubscribe? See http

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

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

Segmentation fault.

2002-12-18 Thread Allister Maguire
Hello, We are getting this segmentation fault with freeradius v0.8. We use ldap for authorisation, and kerberos for authentication, two Windows 2000 AD servers (both for Ldap and kerberos). The seg fault occurs while we restart any one of the servers, it use to work fine with version

Segmentation fault.

2002-12-15 Thread Allister Maguire
Hello, We are getting this segmentation fault with freeradius v0.8. We use ldap for authorisation, and kerberos for authentication, two Windows 2000 AD servers (both for Ldap and kerberos). The seg fault occurs while we restart any one of the servers, it use to work fine with version v0.7.1

segmentation fault???

2002-11-28 Thread Tamer Demir
While testing freeRADIUS with NtRadPing program, when I send the request-type status server freeradius gives segmentation fault Is this a bug?? output: Finished request 0 Going to the next request --- Walking the entire request list --- Waking up in 6 seconds... --- Walking the entire request

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 info/subscribe

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

Segmentation fault in Kerberos Module

2002-11-21 Thread Allister Maguire
Hello, I get Segmentation faults with the Kerberos module. This is how it happens: We have two servers each with Kerberos and Ldap (Active Directory) installed, if we restart any one of them, freeRadius will produce this segmentation fault. It will keep segmenting until the server has shutdown

Segmentation fault

2002-11-07 Thread Ynjiun P. Wang
with SMUX: Connection refused Listening on IP address *, ports 1812/udp and 1813/udp, with proxy on 1814/udp. Ready to process requests. Segmentation fault [rootcurve raddb]# Does Can't connect to SNMP agent with SMUX: Connection refused have something to do with the Segmentation fault? How do I

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

segmentation fault

2002-10-26 Thread alantu
fault what does the segmentation fault mean ? and any ideas? alantu [EMAIL PROTECTED] 2002-10-27 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: URGENT: Segmentation Fault

2002-10-24 Thread Hamid Ali Asgari
/udp.Ready to process requests. Thread 1 waiting to be assigned a request Thread 2 waiting to be assigned a request Thread 3 waiting to be assigned a request Thread 4 waiting to be assigned a request Thread 5 waiting to be assigned a request Segmentation Fault Any idea ? Thanks in advance, Hamid

segmentation fault!

2002-09-26 Thread Mehdi Roomi
runnig freeradius 0.7.1 on redhat linux 7.3 gererate segmentation fault ! here is the result of bt command in gdb : what is wrong with freeradius ? all my configuration is correct and it was working proparely before upgarde. (gdb) bt #0 0x40026eb9 in rad_mangle (data=0x80b7280, request

Re: segmentation fault with gdb output

2002-09-21 Thread Alan DeKok
11, Segmentation fault. #0 0x4012bb5d in ?? () Well, that doesn't help. You'll nned to build the server with --enable-developer (I think, see './configure --help'), in order to get *names* in gdb output, instead of meaningless hex numbers. Alan DeKok. - List info/subscribe/unsubscribe

Segmentation Fault

2002-09-20 Thread Andrew G. Buenaventura
= sql: connect_failure_retry_delay = 60 sql: simul_count_query = sql: simul_verify_query = rlm_sql: Driver rlm_sql_freetds loaded and linked rlm_sql: Attempting to connect to [EMAIL PROTECTED]:/radius rlm_sql: starting 0 rlm_sql: Attempting to connect #0 Segmentation fault (core dumped

segmentation fault with gdb output

2002-09-20 Thread Andrew G. Buenaventura
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 11, Segmentation fault. #0 0x4012bb5d in ?? () (gdb

Server Segmentation Fault to to ilegal packet

2002-09-10 Thread Shachar Sharon
I am running FreeRADIUS server (ver=0.7) on a SuSE-Linux (2.4.4-4GB). My server crashed (Segmentation fault) due to ilegal packet (header-length is shroter than actual length). I belive that the problem is in radius.c, line 758 (rad_recv(int)): if (packet-data_len totallen

Re: Server Segmentation Fault to to ilegal packet

2002-09-10 Thread Alan DeKok
Shachar Sharon [EMAIL PROTECTED] wrote: I am running FreeRADIUS server (ver=0.7) on a SuSE-Linux (2.4.4-4GB). My server crashed (Segmentation fault) due to ilegal packet (header-length is shroter than actual length). I belive that the problem is in radius.c, line 758 (rad_recv(int

Segmentation Fault

2002-09-02 Thread Yasser Ahmed Hosny
due to live request 18 Sometimes later the Radius crashed with a segmentation fault error. Can someone help on this? Regards --- Yasser Ahmed Hosny Project Manager Tel: 971-4-2025597, 2940299 EIM/EtisalatMob: 971

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

Segmentation fault after reboot

2002-08-27 Thread Stefan Winterling
Hi, I made a bad mistake!!! I shut down my Comp at weekend and on monday freeradius didn't work anymore! FreeRadius starts without errors but when i send an access-request it crashes with an segmentation fault always in the rlm_ldap: rlm_ldap: bind to xx.xx.xx.xx:636 Segmentation Fault

Re: Segmentation fault after reboot

2002-08-27 Thread Stefan Winterling
: NWKIPTEST TLS trace: SSL_connect:before/connect initialization TLS trace: SSL_connect:SSLv2/v3 write client hello A TLS trace: SSL_connect:SSLv3 read server hello A ./run-radius: line 8: 10007 Segmentation Fault /usr/local/radius/sbin/radiusd $ - List info/subscribe/unsubscribe? See http

Re: Segmentation fault after reboot

2002-08-27 Thread Kostas Kalevras
: 6 ldap_is_sock_ready: 6 ldap_ndelay_off: 6 ldap_int_sasl_open: NWKIPTEST TLS trace: SSL_connect:before/connect initialization TLS trace: SSL_connect:SSLv2/v3 write client hello A TLS trace: SSL_connect:SSLv3 read server hello A ./run-radius: line 8: 10007 Segmentation Fault /usr/local

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

Segmentation fault.

2002-08-21 Thread Allister Maguire
Hello, We have been having problems with FreeRadius (v0.7) crashing, and have been able to get this: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 97376 (LWP 10438)] 0x402c0064 in krb5_locate_srv_conf () from /usr/lib/libkrb5.so.3 (gdb) where #0 0x402c0064

Re: radrelay is showing segmentation fault [patch]

2002-08-13 Thread Alan DeKok
Simon [EMAIL PROTECTED] wrote: The segmentation fault otoh is a stupid bug by me. Patch included against current cvs, some very minor documentation updates are included to. Be good if this could be applied. Added, except for: + if (!argv[1]) + usage(); + if (!strlen

Re: radrelay is showing segmentation fault [patch]

2002-08-13 Thread Simon
On Tue, Aug 13, 2002 at 11:49:56AM -0400, Alan DeKok wrote: Simon [EMAIL PROTECTED] wrote: + if (!argv[1]) + usage(); + if (!strlen(argv[1])) + usage(); That's *very* bad, as it accesses memory which may not exist. It would be better to check 'argc' against

radrelay is showing segmentation fault

2002-08-12 Thread Atanu Das
Hello FreeRadius Users, radrelay program is showing segmentation fault. I followed the procedure as mentioned in the document of "radrelay" program. radrelay -n test Segmentation Fault where test is the shortname of my remote server. anybody know the reason of this Atanu

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
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 ??? root@telem-tac:/usr/local/sbin # radiusd -zxxy Starting - reading configuration files

RE: Segmentation Fault

2002-07-30 Thread Gonzalez, Pedro
and simultaneous use check Gonzalez, Pedro [EMAIL PROTECTED] 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

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

segmentation fault when calling inst-module-sql_error

2002-07-25 Thread CheongMeng
Hi, I am using freeradius CVS (25 July) mysql for accounting. noticed that radiusd always get segmentation fault when it call the function (sql_error()) at the rlm_sql.c, eg: if (rlm_sql_query(sqlsocket, inst, querystr)) { radlog(L_ERR, rlm_sql

Segmentation fault in rlm_passwd

2002-07-15 Thread magmike
Hello! Problem is Segmentation fault in rlm_passwd I try to authorize pptp user via local simplest file /etc/raddb/userlist with format = *User-Name:User-Password = radiusd.conf fragment = modules { ... mschap { authtype = MS-CHAP

Re: Segmentation fault in rlm_passwd

2002-07-15 Thread 3APA3A
Program received signal SIGSEGV, Segmentation fault. mmr [Switching to Thread 1024 (LWP 12673)] mmr 0x401cb79b in passwd_authorize (instance=0x80bb5f0, request=0x80bd910) mmr at rlm_passwd.c:425 mmr 425 for (key = request-packet-vps; it looks strange (there is nothing changed since

Re[2]: Segmentation fault in rlm_passwd

2002-07-15 Thread magmike
SIGSEGV, Segmentation fault. mmr [Switching to Thread 1024 (LWP 12673)] mmr 0x401cb79b in passwd_authorize (instance=0x80bb5f0, request=0x80bd910) mmr at rlm_passwd.c:425 mmr 425 for (key = request-packet-vps; it looks strange (there is nothing changed since release and nothing

Re[3]: Segmentation fault in rlm_passwd

2002-07-15 Thread 3APA3A
Dear [EMAIL PROTECTED], --Monday, July 15, 2002, 4:48:18 PM, you wrote to [EMAIL PROTECTED]: mmr Yeaaa! It works. Thanks. ÓÐÁÓÉÂÏ! ;) but I found rlm_passwd was not mmr compiledaftergeneralmake. i have to cd'ing to mmr src/modules/rlm_passwd and run 'make; make install'

dialup_admin and apache Fatal error and segmentation fault

2002-07-01 Thread Marcello Lupo
16608 exit signal Segmentation fault (11) If for example i query the database for a user that doesn't exist the problem don't occur. I only get the error message user does not exist. If the user exist i get the error. Other than i have always this kind of notice in the logs: [Mon Jul 1 09:47:25

Re: Help!!! Segmentation fault with accounting

2002-06-18 Thread Alan DeKok
alienoid [EMAIL PROTECTED] wrote: I set up auth with freeradius0.5 + Oracle8.1.7 RH7.2. It works well. But when I issue a command: echo User-Name = test, Acct-Status-Type = Start | radclient -x 192.168.1.1:1646 acct DDD I get Segmentation fault in freeradius. See 'doc/BUGS' Alan DeKok

MS-CHAP and segmentation fault

2002-06-14 Thread Michael Lecuyer
Using radiusd: FreeRADIUS Version 0.5, for host i686-pc-linux-gnu, built on Jun 14 2002 at 10:26:10 If I send a packet with both the MS-CHAP-Challenge MS-CHAP-Response I get a Segmentation fault. If I don't send the MS-CHAP-Response, just the MS-CHAP-Challenge the server runs, but of course

Re: MS-CHAP and segmentation fault

2002-06-14 Thread Alan DeKok
Michael Lecuyer [EMAIL PROTECTED] wrote: Using radiusd: FreeRADIUS Version 0.5, for host i686-pc-linux-gnu, built on Jun 14 2002 at 10:26:10 If I send a packet with both the MS-CHAP-Challenge MS-CHAP-Response I get a Segmentation fault. Upgrade to the latest CVS version. It has

Re: MS-CHAP and segmentation fault

2002-06-14 Thread 3APA3A
configuration. --Friday, June 14, 2002, 6:47:23 PM, you wrote to [EMAIL PROTECTED]: ML Using radiusd: FreeRADIUS Version 0.5, for host i686-pc-linux-gnu, built on ML Jun 14 2002 at 10:26:10 ML If I send a packet with both the MS-CHAP-Challenge MS-CHAP-Response I get ML a Segmentation fault. If I

Re: about Segmentation fault

2001-11-01 Thread Chris Parker
At 01:55 PM 11/1/2001 +0800, =?gb2312?B?1qO3ybPx?= wrote: Hi I run freeradius0.2 on redhat linux as thread.It error Segmentation fault. Upgrade to 0.3 ( latest version ) or the latest CVS builds. 0.2 is old. -Chris -- \\\|||/// \ Chris Parker-Manager, Development Engineering

about Segmentation fault

2001-10-31 Thread
Hi I run freeradius0.2 on redhat linux as thread.It error Segmentation fault. [root@owlinux main]# gdb radiusd core GNU gdb 5.0rh-5 Red Hat Linux 7.1 Copyright 2001 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change