Re: multilink PPP

2002-09-04 Thread Rainer Clasen
Iasonas Charalambous wrote: Can anyone help me on this? I am using cisco access server 5300 and freeradius 0.7. I can work ppp multilink with the 5300 and tacacs but I cannot make it work with freeradius. My users file looks like this: testuser Auth-Type := Local, Password == welcome ,

crash during reload

2002-03-25 Thread Rainer Clasen
Hello, recently our radius died again. It's taken from CVS short before 0.5. A moment before the crash the server has got a -HUP to reload it's config. Reading the below backtrace, I suspect, there was still a task accessing the old, already free()ed config. I suppose, this isn't easy to fix.

Re: Misc.c

2002-03-02 Thread Rainer Clasen
I wrote: Connie Liu wrote: miscc: In function `ip_hostname': miscc:56: warning: passing arg 4 of `gethostbyaddr_r' from incompatible pointer type miscc:56: warning: passing arg 5 of `gethostbyaddr_r' makes pointer from integer without a cast miscc:56: warning: passing arg 6 of

Re: FreeRADIUS crashing on Solaris 8

2002-02-20 Thread Rainer Clasen
Alan DeKok wrote: Hmm... I would suggest going to src/main/radiusd.c, function refresh_request(). Look for: [...] and add: if (request-reply (request-reply-code != 0)) goto setup_timeout; I've added this to the version already running with your fix from yesturday. Now I'm

Re: FreeRADIUS crashing on Solaris 8

2002-02-20 Thread Rainer Clasen
Hallo erstmal! Rainer Clasen schrieb: Alan DeKok wrote: Hmm... I would suggest going to src/main/radiusd.c, function refresh_request(). Look for: [...] and add: if (request-reply (request-reply-code != 0)) goto setup_timeout; I've added this to the version already

Re: FreeRADIUS crashing on Solaris 8

2002-02-20 Thread Rainer Clasen
Hallo erstmal! Rainer Clasen schrieb: Rainer Clasen schrieb: Alan DeKok wrote: Hmm... I would suggest going to src/main/radiusd.c, function refresh_request(). Look for: [...] and add: if (request-reply (request-reply-code != 0)) goto setup_timeout; I've added

Re: FreeRADIUS crashing on Solaris 8

2002-02-19 Thread Rainer Clasen
Mitchell, Michael wrote: I'm currently testing freeradius-snapshot-20020114 (configured as a proxy only) on Solaris 8 and running into a problem. I'm seeing similar crashes with my patched 2002-02-11 version on Solaris 7. #0 0x19510 in proxy_send (request=0x1b13250) at proxy.c:398

Re: FreeRADIUS crashing on Solaris 8

2002-02-19 Thread Rainer Clasen
Rainer Clasen wrote: in both cases the only server for a realm was marked dead immediately before the crash. I forgot to mention: This server has the secret, which is in request-proxy_secret when the daemon dies. So it seems to be a packet related to the same server which was marked dead

bug: no default auth port

2002-02-12 Thread Rainer Clasen
Hello, if you specify the port in radiusd.conf as 0, the auth port is set after the configs were read. But while reading the realms file, it is already used as default. You end up with 0 as the auth port for those entries without a :port. And even more anoying: There is only a debug message,