Re: Wrong Vlan assignment by freeradius, threading issue?!

2010-09-08 Thread Jan Zacharias
- then we know for sure.   Best, Jan     Alan DeKok al...@deployingradius.com hat am 7. September 2010 um 17:58 geschrieben: Jan Zacharias wrote: Version is radiusd: FreeRADIUS Version 2.1.9, for host i386-portbld-freebsd8.1, built on Aug  5 2010 at 14:17:48    Maybe the Perl

Re: Wrong Vlan assignment by freeradius, threading issue?!

2010-09-08 Thread Jan Zacharias
So the program (freeradius?!) that is calling rad2vmps is a perl script?   Best, Jan     Alan DeKok al...@deployingradius.com hat am 8. September 2010 um 14:19 geschrieben: Jan Zacharias wrote: is the vmps functionality in freerad really a substitute for freenac?    For some

Wrong Vlan assignment by freeradius, threading issue?!

2010-09-07 Thread Jan Zacharias
Hi Folks, I'm running into some very bad issue: when running freeradius in threaded mode (default) it's mixing up CONCURRENT requests resulting in a wrong vlan assignment. Here are the logs of two clients (OSX and Ubuntu). The Ubuntu supplicant (wpa-suppl.) always fails the first login try,

Re: Wrong Vlan assignment by freeradius, threading issue?!

2010-09-07 Thread Jan Zacharias
, but I'm concerned that flooding the list is not very nice. Best, Jan Alan DeKok al...@deployingradius.com hat am 7. September 2010 um 17:29 geschrieben: Jan Zacharias wrote: I'm running into some very bad issue: when running freeradius in threaded mode (default) it's mixing up CONCURRENT

Re: Failed (re-)authentification after some time...

2010-09-02 Thread Jan Zacharias
Hey Alan!  Alan DeKok al...@deployingradius.com hat am 1. September 2010 um 15:46 geschrieben: Jan Zacharias wrote: To speed up the debugging, I introduced a sleep of varying duration in the ntlm_auth_wrapper. I found that freeradius kills the ntlm stuff if it takes longer than ten

Re: Failed (re-)authentification after some time...

2010-09-01 Thread Jan Zacharias
  Alan DeKok al...@deployingradius.com hat am 31. August 2010 um 13:18 geschrieben: Jan Zacharias wrote: Call me dump, but I have no idea what to look for.    Neither do I.  It's your system... One idea: is ntlm_auth referred to as child? Maybe I sould write a wrapper and see how long

Re: Failed (re-)authentification after some time...

2010-08-31 Thread Jan Zacharias
program had which PID?   Best, Jan   Alan DeKok al...@deployingradius.com hat am 30. August 2010 um 22:22 geschrieben: Jan Zacharias wrote: I did more tests (now with two winXP clients and one OSX client), the problem is still unsolved:    shrug  The solution is still the same. The strange

Re: Failed (re-)authentification after some time...

2010-08-30 Thread Jan Zacharias
    Alan DeKok al...@deployingradius.com hat am 17. August 2010 um 09:47 geschrieben: Jan Zacharias wrote: Sun Aug 15 10:01:39 2010 : Error: Discarding duplicate request from client swba1-00-test port 1645 - ID: 157 due to unfinished request 125603    As always, something is blocking the server

Failed (re-)authentification after some time...

2010-08-16 Thread Jan Zacharias
Something strange is going on: we do re-authentification every ten seconds with one WinXP SP3 client hooked up to a Cisco 3560G Switch. The reauth interval is small to stress-test the setup.   It works w/a problems for 1-2 Days, then we get:     Sun Aug 15 10:00:51 2010 : Auth: Login OK:

rlm_perl version?

2010-05-25 Thread Jan Zacharias
Hi!   First off: thanks for releasing 2.1.9, great job!     I'm trying to get the freenac check_mac perl script running and get this error:   freeradius: symbol lookup error: /usr/lib/perl/5.10/auto/Fcntl/Fcntl.so: undefined symbol: Perl_Istack_sp_ptr   Afaik this means that the embedded perl

Re: rlm_perl version?

2010-05-25 Thread Jan Zacharias
Hey Alan,   Alan DeKok al...@deployingradius.com hat am 25. Mai 2010 um 14:43 geschrieben:    My suspicion is that you've built 2.1.9 with version X of Perl, and are then trying to link it with version Y of Perl.  Ensure that you only have one version of Perl installed. That's not the case

Re: rlm_perl version?

2010-05-25 Thread Jan Zacharias
schrieb Jan Zacharias: Isn't there a way to find out the perl version? I thought of print $1 but this does not work as intended. Try using perl -V Or if you want to check the version of the embedded perl interpreter FR is using: put something like   print perl version: $^V\n

Re: rlm_perl version?

2010-05-25 Thread Jan Zacharias
Hey!   That did the trick, I just added #defineHAVE_LT_DLADVISE_INIT to src/main/modules.c as Bjørn suggested and now it works flaw-less-ly :)   Best, Jan   Bjørn Mork bj...@mork.no hat am 25. Mai 2010 um 22:36 geschrieben: Jan Zacharias j...@dfki.de writes: Hey Bjørn,   thank you very