Re: [Bug 1294585] Re: Freeradius crashes on heavy load (with EAP)

2014-03-20 Thread Alan DeKok
You haven't said which version of the server this is for.

  If it's the ubuntu one, it's 2.1.12.  That is YEARS out of date.
There is no reason to track down a bug in a version that old.

  As the FreeRADIUS author, I suggest trying 2.2.4.  It was released
yesterday.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in Ubuntu.
https://bugs.launchpad.net/bugs/1294585

Title:
  Freeradius crashes on heavy load (with EAP)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/1294585/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 1090365] [NEW] fails to build from source

2012-12-14 Thread Alan DeKok
Maxxer wrote:
 libtool: compile:  gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall 
 -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align 
 -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
 -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef 
 -I/dati/internavigare/dev/freeradius/freeradius-2.1.10+dfsg/src -Ilibeap -c 
 radeapclient.c -o radeapclient.o /dev/null 21
 /usr/bin/libtool --mode=link gcc   -o radeapclient radeapclient.lo 
 libeap/libfreeradius-eap.la -lnsl -lresolv  -lpthread -lcrypto -lssl -lcrypto
 libtool: link: gcc -o .libs/radeapclient .libs/radeapclient.o  
 libeap/.libs/libfreeradius-eap.so -lnsl -lresolv -lpthread -lssl -lcrypto  
 -Wl,-rpath -Wl,/usr/lib/freeradius

  See commit c86003daabfd7db7249c7259db48a5cc1aa2fb01 which fixes this.

  Also... upgrade to 2.2.0.  There's no reason to be using a 2 year-old
version of the server.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in Ubuntu.
https://bugs.launchpad.net/bugs/1090365

Title:
  freeradius fails to build from source: undefined reference to symbol
  'fr_perror'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/1090365/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 938044] [NEW] Unable to listen on IPv6

2012-02-21 Thread Alan DeKok
Mark Schouten wrote:
 It is impossible to bind freeradius in Ubuntu to :: (ipv6 any). This
 seems to be a known bug for about three years [1]. Please look into
 this. Might be nice if this is fixed before Precise, which will
 definitly run in IPv6 only environments in it's support lifecycle.

  It works for me out of the box with the v2.1.x and master branches
in git.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in Ubuntu.
https://bugs.launchpad.net/bugs/938044

Title:
  Unable to listen on IPv6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/938044/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 283807] Re: freeradius with openssl support doesn't compile

2010-05-07 Thread Alan DeKok
Stas Sușcov wrote:
 Anybody knows if it's worth rebuilding the package using lucid sources?
 Otherwise I'm leaving it like it is.

  Later versions of FreeRADIUS have fixes.

  I suggest leaving the current 2.1.0 version alone, and ugprading
instead.

-- 
freeradius with openssl support doesn't compile
https://bugs.launchpad.net/bugs/283807
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 430732] Re: radclient doesn't work

2009-09-17 Thread Alan DeKok
Ah... localhost likely means ::1, or IPv6 transport.

If the OS supplies the header files, but doesn't have the code to
implement the feature, then that's likely the error you'll get.

The simplest thing to do is to disable udpfromto via the configure
script.

-- 
radclient doesn't work
https://bugs.launchpad.net/bugs/430732
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 421005] Re: can't compile version from repository (on 64bit)

2009-09-05 Thread Alan DeKok
It's a bug in libltdl that is in Ubuntu.

See /usr/include/ltdl.h on the affected system.  It has a line:

#define lt_preloaded_symbolslt__PROGRAM__LTX_preloaded_symbols

Q: Where is lt__PROGRAM__LTX_preloaded_symbols defined or referenced?
A:  Nowhere.

  If you spend some time spelunking through the internals of libltdl,
you will discover that there *is* a symbol

 lt_libltdl_LTX_preloaded_symbols

  The obvious thing to do is to change the FreeRADIUS code to add:

#define lt__PROGRAM__LTX_preloaded_symbols
lt_libltdl_LTX_preloaded_symbols

  It then compiles and runs properly.

  Can we close this as a FreeRADIUS bug, and report it against libltdl?  
Searching google for
lt__PROGRAM__LTX_preloaded_symbols shows similar problems with a number of 
projects.

I have *no* idea why this happens for some projects using libltld, and
not others.  I *do* know that the problem is very clear-cut:

libltdl is buggy, and I hate it beyond words.

-- 
can't compile version from repository (on 64bit)
https://bugs.launchpad.net/bugs/421005
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 421005] Re: can't compile version from repository (on 64bit)

2009-09-04 Thread Alan DeKok
It looks like a conflict between the ltdl.h / libltld.a included on the
system, and the ones included with the server.   Due to magic issues
with libtool, it can compile using the local files, and then link to the
global files.  Hence the conflict.

In version 2.1.7 (to be released soon), we've added a line to configure:
--with-system-libltld that forces it to compile and link to the system
libltldl files.

See http://git.freeradius.org/pre/ for a pre-release of 2.1.7 with the
fixes.

-- 
can't compile version from repository (on 64bit)
https://bugs.launchpad.net/bugs/421005
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 367769] Re: freeradius init script not consistent with radiusd.conf

2009-04-27 Thread Alan DeKok
Thierry Carrez wrote:
 ** Changed in: freeradius (Ubuntu)
Importance: Undecided = High
 
 ** Changed in: freeradius (Ubuntu)
Status: New = Confirmed
 
 ** Changed in: freeradius (Ubuntu)
  Assignee: (unassigned) = Thierry Carrez (ttx)

  See also later versions of FreeRADIUS.  This name issue was fixed in
patches in the debian/ directory.

-- 
freeradius init script not consistent with radiusd.conf
https://bugs.launchpad.net/bugs/367769
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 315896] Re: freeradius upgrade broken in hardy backports

2009-01-10 Thread Alan DeKok
Performing automated upgrades across major revision numbers of a program
isn't recommended.

There are a large number of changes in the configuration files and in
their processing from version 1.1.x to version 2.1.x.  Writing scripts
to do automated upgrades is extremely difficult.  The upgrade process
MUST be done by hand.

My suggestion is that the 2.1.x installer check the major version number
of the previously installed package.  If they don't match, it should
refuse to do the upgrade.

-- 
freeradius upgrade broken in hardy backports
https://bugs.launchpad.net/bugs/315896
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs