Re: 2.1.1 has been released

2008-09-26 Thread Alan DeKok
Alexandre Chapellon wrote:
 Sorry i made a mistake with my patch:

  Thanks.  I've added that patch in.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


2.1.1 has been released

2008-09-25 Thread Alan DeKok
  Version 2.1.1 has been put on the web  ftp sites.  The focus of this
release is stability.

  That being said, radmin has a whole raft of new features.  It's
approaching a complete administration interface for the server.

  We've also added more WiMAX support.  It has been tested to be
inter-operable with equipment from a number of WiMAX vendors.  Thanks to
the (un-named) sponsors for helping with this work.

Feature improvements
* Many more options and features in radmin.  See man radmin and
  raddb/sites-available/control-socket
* Many more commands available via the control socket.  Connect
  via radmin, and type help for more information.
* Added dictionary.networkphysics and dictionary.lancom.
* Calculate WiMAX MIP keys, and added sample WiMAX SQL tables.

Bug fixes
* Fixed bug that made radmin not work
* Fixed Suse  Debian package scripts
* Fixed issues with dynamic clients
* Fixed configure checks for -lreadline
* rlm_sqlippool no longer needs to be linked to rlm_sql.
* Add statistics for detail file listeners.  This closes bug #593.
* Fixed printing of some WiMAX attributes.
* Fix double free on exit() in rlm_attr_filter
* Fixed build issues on Solaris.
* Fixed fast session resumption for EAP-TLS
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.1 has been released

2008-09-25 Thread Dario Palmisano
Hello,

I downloaded the 2.1.1 just released and after few (name) changes to the 
package, I tried to produce the corresponding rpm on a system running Red Hat 
Enterprise Linux Server v., but the compilation stopped with the following 
lines.

Thanks for any help

Regards

Dario

/usr/bin/libtool --mode=link gcc   -o radmin 
radmin.lo /usr/lib/libreadline.so /usr/lib64/libtermcap.so 
/usr/src/redhat/BUILD/freeradius-2.1.1/src/lib/libfreeradius-radius.la 
util.lo log.lo conffile.lo -lnsl -lresolv  -lpthread -lreadline -ltermcap
gcc -o .libs/radmin .libs/radmin.o /usr/lib/libreadline.so 
/usr/lib64/libtermcap.so .libs/util.o .libs/log.o .libs/conffile.o  
/usr/src/redhat/BUILD/freeradius-2.1.1/src/lib/.libs/libfreeradius-radius.so 
-lnsl -lresolv -lpthread -lreadline -ltermcap  
/usr/lib/libreadline.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
gmake[4]: *** [radmin] Error 1
gmake[4]: Leaving directory `/usr/src/redhat/BUILD/freeradius-2.1.1/src/main'
gmake[3]: *** [common] Error 2
gmake[3]: Leaving directory `/usr/src/redhat/BUILD/freeradius-2.1.1/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/src/redhat/BUILD/freeradius-2.1.1/src'
gmake[1]: *** [common] Error 2
gmake[1]: Leaving directory `/usr/src/redhat/BUILD/freeradius-2.1.1'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.40856 (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.40856 (%build)



On Thursday 25 September 2008 11:05:02 Alan DeKok wrote:
   Version 2.1.1 has been put on the web  ftp sites.  The focus of this
 release is stability.

   That being said, radmin has a whole raft of new features.  It's
 approaching a complete administration interface for the server.

   We've also added more WiMAX support.  It has been tested to be
 inter-operable with equipment from a number of WiMAX vendors.  Thanks to
 the (un-named) sponsors for helping with this work.

 Feature improvements
 * Many more options and features in radmin.  See man radmin and
   raddb/sites-available/control-socket
 * Many more commands available via the control socket.  Connect
   via radmin, and type help for more information.
 * Added dictionary.networkphysics and dictionary.lancom.
 * Calculate WiMAX MIP keys, and added sample WiMAX SQL tables.

 Bug fixes
 * Fixed bug that made radmin not work
 * Fixed Suse  Debian package scripts
 * Fixed issues with dynamic clients
 * Fixed configure checks for -lreadline
 * rlm_sqlippool no longer needs to be linked to rlm_sql.
 * Add statistics for detail file listeners.  This closes bug #593.
 * Fixed printing of some WiMAX attributes.
 * Fix double free on exit() in rlm_attr_filter
 * Fixed build issues on Solaris.
 * Fixed fast session resumption for EAP-TLS
 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html



-- 
__

Dario Palmisano
ICGEB Computer System  Network Administrator

Tel:  +39 040 3757330
Fax:  +39 040 226555
E-Mail:   [EMAIL PROTECTED]

International Centre for Genetic Engineering and Biotechnology
Area Science Park, Padriciano 99,  I-34012 Trieste, ITALY
__
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.1 has been released

2008-09-25 Thread Alan DeKok
Dario Palmisano wrote:
 I downloaded the 2.1.1 just released and after few (name) changes to the 
 package, I tried to produce the corresponding rpm on a system running Red Hat 
 Enterprise Linux Server v., but the compilation stopped with the following 
 lines.

  You're building it on a system that has *both* 32-bit and 64-bit
libraries.  You will need to find out how to make your system link to
the appropriate libraries.

  Or, just delete the references to readline from Make.inc 
src/include/autoconf.h.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.1 has been released

2008-09-25 Thread orion
tried to install the 2.1.1  on debian etch changing/without changing
the debian/patches/01-radiusd-to-freeradius.dpatch

-#user = nobody
-#group = nobody

to

-#user = radius
-#group = radius

and then  fakeroot dpkg-buildpackage -b -uc
but still the error occur

Error
applying patch 01-radiusd-to-freeradius to ./ ... failed.
make: *** [patch-stamp] Error 1

2008/9/25 Alan DeKok [EMAIL PROTECTED]:
 Dario Palmisano wrote:
 I downloaded the 2.1.1 just released and after few (name) changes to the
 package, I tried to produce the corresponding rpm on a system running Red Hat
 Enterprise Linux Server v., but the compilation stopped with the following
 lines.

  You're building it on a system that has *both* 32-bit and 64-bit
 libraries.  You will need to find out how to make your system link to
 the appropriate libraries.

  Or, just delete the references to readline from Make.inc 
 src/include/autoconf.h.

  Alan DeKok.
 -
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.1 has been released

2008-09-25 Thread Alan DeKok
orion wrote:
 and then  fakeroot dpkg-buildpackage -b -uc
 but still the error occur

  Then delete the patch.  Or, wait for an official debian release.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.1 has been released

2008-09-25 Thread orion
isnt there a way to fix it ? :)

2008/9/25 Alan DeKok [EMAIL PROTECTED]:
 orion wrote:
 and then  fakeroot dpkg-buildpackage -b -uc
 but still the error occur

  Then delete the patch.  Or, wait for an official debian release.

  Alan DeKok.
 -
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.1 has been released

2008-09-25 Thread orion
about the official debian release they are far behind ( security ,
testing proccess )

2008/9/25 orion [EMAIL PROTECTED]:
 isnt there a way to fix it ? :)

 2008/9/25 Alan DeKok [EMAIL PROTECTED]:
 orion wrote:
 and then  fakeroot dpkg-buildpackage -b -uc
 but still the error occur

  Then delete the patch.  Or, wait for an official debian release.

  Alan DeKok.
 -
 List info/subscribe/unsubscribe? See 
 http://www.freeradius.org/list/users.html


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.1 has been released

2008-09-25 Thread Alan DeKok
orion wrote:
 isnt there a way to fix it ? :)

  Find someone who understands debian  supply a patch.

  I run a debian system locally, but I've never managed to create a .deb
 file for the server.  There's always some magic dependency that makes
me walk away from it.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.1 has been released

2008-09-25 Thread Charlie B
Awesome, can you tell where to find the freeradius-utils-2.1.1?
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: 2.1.1 has been released

2008-09-25 Thread Alan DeKok
Charlie B wrote:
 Awesome, can you tell where to find the freeradius-utils-2.1.1?

  What's that?

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.1 has been released

2008-09-25 Thread A . L . M . Buxey
Hi,
 Charlie B wrote:
  Awesome, can you tell where to find the freeradius-utils-2.1.1?

I'm guessing that the debian folk have split FreeRADIUS
up into 3 packages or somesuch - so the utils would contain
radtest etc ?  in this case, 2.1.1 utils would probably
contain radmin.  its very sick.

alan
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.1 has been released

2008-09-25 Thread Charlie B
Actually for Fedora/Redhat and yes it would contain radtest and now upgraded
to radmin but I'm looking for the package, I looked to build the rpm from
freeradius-server-2.1.1.tar.gz but was unable to for the utils, so thought I
would ask to see were I could grab them


 I'm guessing that the debian folk have split FreeRADIUS
 up into 3 packages or somesuch - so the utils would contain
 radtest etc ?  in this case, 2.1.1 utils would probably
 contain radmin.  its very sick.

 alan
 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: 2.1.1 has been released

2008-09-25 Thread A . L . M . Buxey
Hi,
 Actually for Fedora/Redhat and yes it would contain radtest and now upgraded
 to radmin but I'm looking for the package, I looked to build the rpm from
 freeradius-server-2.1.1.tar.gz but was unable to for the utils, so thought I
 would ask to see were I could grab them

FreeRADIUS has only ever been available direct from its true
source as a single tarball. its never been split into
small fragments like Debian seem to supply it as.

if there is a package descriptor/build for it, you should
be able to run that from the sourceball as normal.

alan
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.1 has been released

2008-09-25 Thread orion
i deleted the patch 01 line from the  00 file. but freeradius doesnt
starts in normal mode.no errors,no open UDP,TCP port
( netstat -ntlp and netstat -nulp dont show nothing like 1812 ,1813  )
, but in debug mode it`s ok.

2008/9/25 Alan DeKok [EMAIL PROTECTED]:
 orion wrote:
 and then  fakeroot dpkg-buildpackage -b -uc
 but still the error occur

  Then delete the patch.  Or, wait for an official debian release.

  Alan DeKok.
 -
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.1 has been released

2008-09-25 Thread A . L . M . Buxey
Hi,
 i deleted the patch 01 line from the  00 file. but freeradius doesnt
 starts in normal mode.no errors,no open UDP,TCP port
 ( netstat -ntlp and netstat -nulp dont show nothing like 1812 ,1813  )
 , but in debug mode it`s ok.

its unable to read config files or unable to write to the
logfile or write the PID file etc.  what does
radiusd -x  (small x, partial debug) say?

alan
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.1 has been released

2008-09-25 Thread orion
i`ve tried in a test environment with root uid/gid  and no probs with
read/write conf/log files.
so it works ok in debug mode ( tested from another pc with ntradping ) .

2008/9/25  [EMAIL PROTECTED]:
 Hi,
 i deleted the patch 01 line from the  00 file. but freeradius doesnt
 starts in normal mode.no errors,no open UDP,TCP port
 ( netstat -ntlp and netstat -nulp dont show nothing like 1812 ,1813  )
 , but in debug mode it`s ok.

 its unable to read config files or unable to write to the
 logfile or write the PID file etc.  what does
 radiusd -x  (small x, partial debug) say?

 alan
 -
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.1 has been released

2008-09-25 Thread Alexandre Chapellon
You don't have to delete the debian patch.
Changing the user seems to have been corrected and so it's now
unnecessary, but a new  bug appeared  in the patch as radiusd.conf
seems to have been modified.

here is a little diff showing what to change in the patch so it works
(well works for me anyway):

--- 01-radiusd-to-freeradius.dpatch2008-09-25 09:23:19.0 -1000
+++ 01-radiusd-to-freeradius.dpatch.new2008-09-25 09:24:00.0
-1000
@@ -35,7 +35,7 @@
 -#  e.g.:  kill -HUP `cat /var/run/radiusd/radiusd.pid`
 +#  e.g.:  kill -HUP `cat /var/run/freeradius/freeradius.pid`
  #
--pidfile = ${run_dir}/${name}.pid
+-pidfile = ${run_dir}/radiusd.pid
 +pidfile = ${run_dir}/freeradius.pid


orion a écrit :
 i`ve tried in a test environment with root uid/gid  and no probs with
 read/write conf/log files.
 so it works ok in debug mode ( tested from another pc with ntradping ) .

 2008/9/25  [EMAIL PROTECTED]:
   
 Hi,
 
 i deleted the patch 01 line from the  00 file. but freeradius doesnt
 starts in normal mode.no errors,no open UDP,TCP port
 ( netstat -ntlp and netstat -nulp dont show nothing like 1812 ,1813  )
 , but in debug mode it`s ok.
   
 its unable to read config files or unable to write to the
 logfile or write the PID file etc.  what does
 radiusd -x  (small x, partial debug) say?

 alan
 -
 List info/subscribe/unsubscribe? See 
 http://www.freeradius.org/list/users.html

 
 -
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

   
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: 2.1.1 has been released

2008-09-25 Thread Alexandre Chapellon
Sorry i made a mistake with my patch:

--- 01-radiusd-to-freeradius.dpatch2008-09-24 22:41:26.0 -1000
+++ 01-radiusd-to-freeradius.dpatch.new2008-09-25 09:41:05.0
-1000
@@ -35,7 +35,7 @@
 -#  e.g.:  kill -HUP `cat /var/run/radiusd/radiusd.pid`
 +#  e.g.:  kill -HUP `cat /var/run/freeradius/freeradius.pid`
  #
--pidfile = ${run_dir}/radiusd.pid
+-pidfile = ${run_dir}/${name}.pid
 +pidfile = ${run_dir}/freeradius.pid

is better.

Alexandre Chapellon a écrit :
 You don't have to delete the debian patch.
 Changing the user seems to have been corrected and so it's now
 unnecessary, but a new  bug appeared  in the patch as radiusd.conf
 seems to have been modified.

 here is a little diff showing what to change in the patch so it works
 (well works for me anyway):

 --- 01-radiusd-to-freeradius.dpatch2008-09-25 09:23:19.0 -1000
 +++ 01-radiusd-to-freeradius.dpatch.new2008-09-25
 09:24:00.0 -1000
 @@ -35,7 +35,7 @@
  -#  e.g.:  kill -HUP `cat /var/run/radiusd/radiusd.pid`
  +#  e.g.:  kill -HUP `cat /var/run/freeradius/freeradius.pid`
   #
 --pidfile = ${run_dir}/${name}.pid
 +-pidfile = ${run_dir}/radiusd.pid
  +pidfile = ${run_dir}/freeradius.pid


 orion a écrit :
 i`ve tried in a test environment with root uid/gid  and no probs with
 read/write conf/log files.
 so it works ok in debug mode ( tested from another pc with ntradping ) .

 2008/9/25  [EMAIL PROTECTED]:
   
 Hi,
 
 i deleted the patch 01 line from the  00 file. but freeradius doesnt
 starts in normal mode.no errors,no open UDP,TCP port
 ( netstat -ntlp and netstat -nulp dont show nothing like 1812 ,1813  )
 , but in debug mode it`s ok.
   
 its unable to read config files or unable to write to the
 logfile or write the PID file etc.  what does
 radiusd -x  (small x, partial debug) say?

 alan
 -
 List info/subscribe/unsubscribe? See 
 http://www.freeradius.org/list/users.html

 
 -
 List info/subscribe/unsubscribe? See 
 http://www.freeradius.org/list/users.html

   
 

 -
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: 2.1.1 has been released

2008-09-25 Thread A . L . M . Buxey
Hi,
 i`ve tried in a test environment with root uid/gid  and no probs with
 read/write conf/log files.
 so it works ok in debug mode ( tested from another pc with ntradping ) .

yes, i dont care about successful test with root in a test
environment - what fails in the real environment?  eg what UID/GID
do you usually use? once again, what happens when you run 'radiusd -x'
of 'radiusd -f' ?

alan
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.1 has been released

2008-09-25 Thread rgreiner
Ok,

that made it work here.

Tks.

Roberto

Alexandre Chapellon wrote:
 Sorry i made a mistake with my patch:

 --- 01-radiusd-to-freeradius.dpatch2008-09-24 22:41:26.0 -1000
 +++ 01-radiusd-to-freeradius.dpatch.new2008-09-25
 09:41:05.0 -1000
 @@ -35,7 +35,7 @@
  -#  e.g.:  kill -HUP `cat /var/run/radiusd/radiusd.pid`
  +#  e.g.:  kill -HUP `cat /var/run/freeradius/freeradius.pid`
   #
 --pidfile = ${run_dir}/radiusd.pid
 +-pidfile = ${run_dir}/${name}.pid
  +pidfile = ${run_dir}/freeradius.pid

 is better.

 Alexandre Chapellon a écrit :
 You don't have to delete the debian patch.
 Changing the user seems to have been corrected and so it's now
 unnecessary, but a new  bug appeared  in the patch as radiusd.conf
 seems to have been modified.

 here is a little diff showing what to change in the patch so it works
 (well works for me anyway):

 --- 01-radiusd-to-freeradius.dpatch2008-09-25 09:23:19.0
 -1000
 +++ 01-radiusd-to-freeradius.dpatch.new2008-09-25
 09:24:00.0 -1000
 @@ -35,7 +35,7 @@
  -#  e.g.:  kill -HUP `cat /var/run/radiusd/radiusd.pid`
  +#  e.g.:  kill -HUP `cat /var/run/freeradius/freeradius.pid`
   #
 --pidfile = ${run_dir}/${name}.pid
 +-pidfile = ${run_dir}/radiusd.pid
  +pidfile = ${run_dir}/freeradius.pid


 orion a écrit :
 i`ve tried in a test environment with root uid/gid  and no probs with
 read/write conf/log files.
 so it works ok in debug mode ( tested from another pc with ntradping ) .

 2008/9/25  [EMAIL PROTECTED]:
   
 Hi,
 
 i deleted the patch 01 line from the  00 file. but freeradius doesnt
 starts in normal mode.no errors,no open UDP,TCP port
 ( netstat -ntlp and netstat -nulp dont show nothing like 1812 ,1813  )
 , but in debug mode it`s ok.
   
 its unable to read config files or unable to write to the
 logfile or write the PID file etc.  what does
 radiusd -x  (small x, partial debug) say?

 alan
 -
 List info/subscribe/unsubscribe? See 
 http://www.freeradius.org/list/users.html

 
 -
 List info/subscribe/unsubscribe? See 
 http://www.freeradius.org/list/users.html

   
 

 -
 List info/subscribe/unsubscribe? See 
 http://www.freeradius.org/list/users.html
 

 -
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


-- 
  -
Marcos Roberto Greiner

   Os otimistas acham que estamos no melhor dos mundos
Os pessimistas tem medo de que isto seja verdade
   Murphy
  -

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.1 has been released

2008-09-25 Thread orion
the patch that rgreiner supplied worked , so i dont have that
installation anymore and cannot test for the -x.

2008/9/25  [EMAIL PROTECTED]:
 Hi,
 i`ve tried in a test environment with root uid/gid  and no probs with
 read/write conf/log files.
 so it works ok in debug mode ( tested from another pc with ntradping ) .

 yes, i dont care about successful test with root in a test
 environment - what fails in the real environment?  eg what UID/GID
 do you usually use? once again, what happens when you run 'radiusd -x'
 of 'radiusd -f' ?

 alan
 -
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: 2.1.1 has been released

2008-09-25 Thread John Dennis

Charlie B wrote:
Actually for Fedora/Redhat and yes it would contain radtest and now 
upgraded to radmin but I'm looking for the package, I looked to build 
the rpm from freeradius-server-2.1.1.tar.gz but was unable to for the 
utils, so thought I would ask to see were I could grab them
Fedora has built and released the new 2.1.1 version of FreeRADIUS 
(available the same day it was released by the FreeRADIUS project). It 
is available in the development (aka rawhide) repository or it may be 
downloaded via the Koji build system, http://koji.fedoraproject.org 
(enter freeradius in the packages search box to locate all builds)


With regard to the new radmin utility, it is in the main freeradius 
package, not freeradius-utils.


The new 2.1.1 has had only very cursory testing in Fedora, I encourage 
Fedora users to exercise the package and report any Fedora specific 
problems at 
https://bugzilla.redhat.com/enter_bug.cgi?product=Fedoracomponent=freeradius


Alan Buxey: The reason why freeradius is split into sub-packages is to 
accommodate users who want a minimal install which does not pull in 
other packages to satisfy dependencies. The installer automatically 
detects the dependencies of any rpm it installs and recursively installs 
every dependency. For example we build FreeRADIUS with support for 
mysql, postgresql and ldap but as a user you might not use any of these 
backends. In this case where a user just wants to install freeradius 
they will get cranky if it requires them to install large database 
packages they never intend to use. Thus by having fine grained 
subpackages you can electively install the freeradius-mysql subpackage 
if you want to use freeradius with MySQL and the only database server 
the installer will add is mysql, you won't be forced to install 
postgress or ldap, etc. Think of this as the equivalent of the configure 
script with-* command line options used during building, but applied at 
installation time.


--
John Dennis [EMAIL PROTECTED]

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html