Re: Testing Peap = segmentation fault

2003-12-08 Thread Alan DeKok
"Thierry LARMIER" <[EMAIL PROTECTED]> wrote: > It seems that WinXP send two request on short time. The Seconde request > cause a fault in FreeRadius. Please read 'doc/bugs' Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Testing Peap = segmentation fault

2003-12-08 Thread Thierry LARMIER
dule "eap" returns updated for request 1 rlm_realm: No '@' in User-Name = "tlbling", looking up realm NULL rlm_realm: No such realm "NULL" modcall[authorize]: module "suffix" returns noop for request 1 users: Matched tlbling at 98 modcall[a

Segmentation fault in freeradius 0.9.3

2003-12-08 Thread Niclas Ek
Hi! My freeradius 0.9.3 radiusd started Segmentation faulting. I'm running radiusd on RedHat 9. Here is gdb output for the core file: Core was generated by `/usr/local/sbin/radiusd -X'. Program terminated with signal 11, Segmentation fault. Reading symbols from /lib/libcrypt.so.1...do

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 ser

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 Ungu

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

2003-10-06 Thread Rens Houben
In other news for Fri, Oct 03, 2003 at 10:57:14AM -0400, Alan DeKok has been seen typing: > [EMAIL PROTECTED] (Rens Houben) wrote: > > 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. >

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

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 fr

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-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: [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 fun

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 t

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

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

2003-10-02 Thread Rens Houben
l_mysql: Starting connect to MySQL server for #4 rlm_sql (sql): Connected new DB handle, #4 Module: Instantiated sql (sql) { More snippage } Listening on IP address *, ports 1812/udp and 1813/udp, with proxy on 1814/udp. Ready to process requests. rad_recv: Access-Request packet from host

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. Regar

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, righ

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: --sk

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-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 t

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

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

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

RE: Segmentation fault

2003-08-14 Thread Yasser Ahmed Hosny
he program (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 a

Re: Segmentation fault

2003-08-14 Thread Yasser Ahmed Hosny
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. Start of the output of gdb Tue Aug 1

Re: rlm_mschap segmentation fault and core dump

2003-08-14 Thread 3APA3A
ss = 255.255.255.255 R> NAS-Port = 0 R> modcall: entering group authorize R> modcall[authorize]: module "preprocess" returns ok R> modcall[authorize]: module "chap" returns noop R> rlm_eap: EAP-Message not found R> modcall[authorize]: module "eap" returns no

rlm_mschap segmentation fault and core dump

2003-08-14 Thread Radius
g up realm NULL rlm_realm: No such realm "NULL" modcall[authorize]: module "suffix" returns noop users: Matched DEFAULT at 152 modcall[authorize]: module "files" returns ok rlm_passwd: Added LM-Password: '22E287599B15A61EAAD3B435B51404EE' to config_items rlm_pas

Re: Segmentation fault

2003-08-03 Thread Alan DeKok
Yasser Ahmed Hosny <[EMAIL PROTECTED]> wrote: > 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. See: doc/bugs Alan DeKok. - List info/subscribe/u

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.

RE: rlm_sql segmentation fault

2003-07-15 Thread Paul Hampson
gt; make install in the > rlm_sql_iodbc dir 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

rlm_sql segmentation fault

2003-07-15 Thread Chris Akens
m 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 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): Attem

Re: Digest authentication causes segmentation fault

2003-07-09 Thread jaime
adclient -f digest localhost auth testing123 >> >> Just after receiving the message, the RADIUS server crashes with a >> segmentation fault. Has anyone experienced this problem before? > > Did you try searching the list archives? I'm pretty sure it's come >

Re: Digest authentication causes segmentation fault

2003-07-09 Thread Alan DeKok
nt -f digest localhost auth testing123 > > Just after receiving the message, the RADIUS server crashes with a > segmentation fault. Has anyone experienced this problem before? Did you try searching the list archives? I'm pretty sure it's come up before. > BTW, I tried 0.9.0-

Digest authentication causes segmentation fault

2003-07-09 Thread jaime
ng 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

Segmentation Fault with Accounting

2003-06-13 Thread Yasser Ahmed Hosny
;, '', 'Framed-User', 'PPP', '', '0', '0')' Tue Jun 10 13:41:40 2003 : Debug: rlm_sql (sql2): Reserving sql socket id: 3 Tue Jun 10 13:41:40 2003 : Error: rlm_sql_oracle: execute query failed in sql_query: ORA-03113: end-of-file on

Segmentation Fault for accounting

2003-06-10 Thread Yasser Ahmed Hosny
;, '', 'Framed-User', 'PPP', '', '0', '0')' Tue Jun 10 13:41:40 2003 : Debug: rlm_sql (sql2): Reserving sql socket id: 3 Tue Jun 10 13:41:40 2003 : Error: rlm_sql_oracle: execute query failed in sql_query: ORA-03113: end-of-file on

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... &g

EAP-TLS FreeBSD Segmentation Fault

2003-03-28 Thread George R. Ellis
akpoint 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 2>&1 Radius server configuration looks OK. Wh

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 reque

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

Re: Loaded expr ... Segmentation fault

2003-02-21 Thread Chris Parker
sd -sfxxyz -l stdout | pg . . . "Module: 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

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: 129

segmentation fault

2003-01-16 Thread Selcuk OZTURK
: No '@' in User-Name = "hozturk", looking up realm NULL rlm_realm: No such realm NULL modcall[authorize]: module "suffix" returns noop users: Matched hozturk at 99 modcall[authorize]: module "files" returns ok modcall: group authorize returns updated rad_check_password: Found Auth-Type EAP auth: type "EAP" modcall: entering group authenticate rlm_eap: Request found, released from the list 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://www.freeradius.org/list/users.html

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? > --_=_NextPart_001_01C

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

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 s

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

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 segm

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 fi

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 enti

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

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

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 in

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 Segmenta

Segmentation fault

2002-11-07 Thread Ynjiun P. Wang
nstantiated detail (detail) Module: Loaded radutmp radutmp: filename = "/var/log/radius/radutmp" radutmp: username = "%{User-Name}" radutmp: perm = 384 radutmp: callerid = yes Module: Instantiated radutmp (radutmp) main: smux_password = "" main: snmp_write_access = no SMUX co

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
with proxy on 1814/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 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: URGENT: Segmentation Fault

2002-10-24 Thread Chris Parker
: [root@LOG root]# /radius/sbin/radiusd -xx Starting - reading configuration files ... [ snip ] Segmentation Fault Any idea ? Get a GDB backtrace of the problem. Without that there is absolutely NO way that anyone can help you. See posts from earlier today on how to do this, or read the ./doc

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
iusd -xx'. > Program terminated with signal 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 m

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 ?? ()

Segmentation Fault

2002-09-20 Thread Andrew G. Buenaventura
oup_membership_query = "" 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: Attemp

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 p

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_l

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 canno

Segmentation Fault

2002-09-02 Thread Yasser Ahmed Hosny
Radiusd Debug: Mon Sep 2 16:28:18 2002 : Error: Discarding new request from client development:50119 - ID: 84 due to live request 18 Sometimes later the Radius crashed with a segmentation fault error. Can someone help on this? Regards --- Ya

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 after reboot

2002-08-27 Thread Kostas Kalevras
trace: SSL_connect:SSLv3 read server hello A > ./run-radius: line 8: 10007 Segmentation Fault /usr/local/radius/sbin/radiusd $@ Can you get a core dump? -- Kostas Kalevras Network Operations Center [EMAIL PROTECTED] National Technical University of Athens, Greece Work Phone:

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

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 Seg

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 in

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 '

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]) > +

Re: radrelay is showing segmentation fault [patch]

2002-08-13 Thread Simon
On Mon, Aug 12, 2002 at 03:19:24PM +0530, Atanu Das wrote: > 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 Faul

Re: radrelay is showing segmentation fault

2002-08-12 Thread Alan DeKok
"Atanu Das" <[EMAIL PROTECTED]> wrote: > radrelay program is showing segmentation fault. I followed the procedure = > as mentioned in the document of "radrelay" program. See 'doc/bugs'. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

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 th

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.fr

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 Gonzalez, Pedro
Subject: RE: Segmentation Fault > > > 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:

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 > > >

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 dist

RE: Segmentation Fault

2002-07-30 Thread Gonzalez, Pedro
gt; Subject: Re: MySQL 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 &

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 configura

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

Segmentation Fault

2002-07-30 Thread Gonzalez, Pedro
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: root@telem-tac:/usr/local/sbin # radiusd -zxyy Starting - reading configuration files ... Module

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, &quo

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 instal

Re[2]: Segmentation fault in rlm_passwd

2002-07-15 Thread magmike
> 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

Re: Segmentation fault in rlm_passwd

2002-07-15 Thread 3APA3A
mmr> 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 (

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

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

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 freeradiu

Help!!! Segmentation fault with accounting

2002-06-18 Thread alienoid
Hello freeradius-users, 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. Please help. Thanks in advance.

Re: MS-CHAP and segmentation fault

2002-06-14 Thread 3APA3A
e to see user's 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-Respons

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 th

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 run

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, De

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