Re: upgrading freeradius

2013-01-28 Thread Mathieu Simon
Am 27.01.2013 21:52, schrieb a.l.m.bu...@lboro.ac.uk:
 Hi,

 2.1.10 is the version delivered by your distribution - and contains
 backported security bugfixes released until 2.2.0. In terms of security,
 your version is fine.
 why? why do that? why not simple release 2.2.0 - you are CONFUSING your users
 and CONFUSING those people who support them.

 if it says 2.1.10 then one can only ASSUME that its 2.1.10
Yes, somewhat true, but that's how a couple of distribution consider
'stable' releases:
Stick with a version of a software and backport (bug and) security
updates to this version.
(and only update the version of a package at new distro release)

Enterprise distributions or commercial unix often do much heavier
backporting than
what Debian/Ubuntu do, just to deliver the very same version during the
period of time
the package is bundled with a release of their distro/software.

You have to outweight the advantages vs. disadvantages like breaking
support from
your distributor, in this case Canonical. But I agree that asking on
this list is likely yield
the answer upgrade first in case of problems.

A Ubuntu PPA can be a very good thing - but you have to trust a third party.
That said, I really like PPAs when the packagers do good work and care
about
updating the packages - thanks Fajar for maintaining this repository!

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


upgrading freeradius

2013-01-27 Thread Tzvika Gelber
I have a working server running on version 2.1.10
I just saw that there is version 2.2.0 and i would like to ask if an
upgrade is a must
and where can i fined the documentation about how to do such a thing?

My FR us running on Ubuntu 12.04.
Thank you


-- 

Sometimes you just glow in the dark...
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: upgrading freeradius

2013-01-27 Thread Mathieu Simon
Hi

Am 27.01.2013 14:00, schrieb Tzvika Gelber:
 I have a working server running on version 2.1.10
 I just saw that there is version 2.2.0 and i would like to ask if an
 upgrade is a must
 and where can i fined the documentation about how to do such a thing?

 My FR us running on Ubuntu 12.04.
2.1.10 is the version delivered by your distribution - and contains
backported security bugfixes released until 2.2.0. In terms of security,
your version is fine.

You could move to 2.2.0, but that requires more work like:
- building from source
- look around for backported DEB packages (or build your own one)
- moving to a newer (non-LTS version) of Ubuntu (will give you 2.1.12
right now)

As long as you're not missing specific features or bugfixes only found
after 2.1.10 was released, you can safely stay on that version.

There are however circumstances where building from source gives the extra
flexibility and bleeding edge code for your special use case, but that's
not always
outweighing the invested time to build and maintain it on your own.

-- Mathieu


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


Re: upgrading freeradius

2013-01-27 Thread A . L . M . Buxey
Hi,
I have a working server running on version 2.1.10
I just saw that there is version 2.2.0 and i would like to ask if an
upgrade is a must
and where can i fined the documentation about how to do such a thing?

self-build or installed via the distro?

the answer to the initial question is YES. the new version has many security 
holes
fixed and bugs fixed.

regarding updating...i believe that 2.1.10 and 2.2.0 are almost 99.99% 
configuration
compatible...so, if you built from source then a simple ./configure 
--with-whatever-options-you-used,
make, make install will work  - providing you check the docs to see which small 
configuration
option is not compatible.   if you got your 2.1.10 from distribution...then you 
have to wait
for your distro to catch up - perhaps ask their support people when they will 
be making
that version available for your distro (they will then, I hope, check your 
config
doesnt have the offending line (if it does, I guess their installed will copy 
the old
config file into a safe backup location and drop a copy with offending line 
removed back into
place)

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


Re: upgrading freeradius

2013-01-27 Thread A . L . M . Buxey
Hi,

 2.1.10 is the version delivered by your distribution - and contains
 backported security bugfixes released until 2.2.0. In terms of security,
 your version is fine.

why? why do that? why not simple release 2.2.0 - you are CONFUSING your users
and CONFUSING those people who support them.

if it says 2.1.10 then one can only ASSUME that its 2.1.10

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


Re: upgrading freeradius

2013-01-27 Thread Matthew Newton
On Sun, Jan 27, 2013 at 08:51:28PM +, a.l.m.bu...@lboro.ac.uk wrote:
  I have a working server running on version 2.1.10

 if you got your 2.1.10 from distribution...then you have to wait
 for your distro to catch up

Actually, with Debian and Ubuntu, building new local packages of
the latest version is trivially easy, and the way I would
recommend upgrading.

http://wiki.freeradius.org/building/Build#Building-Debian-packages

But of course if you roll your own packages you've got to watch
for security issues when they crop up, and rebuild yourself. With
distro supported packages they tend to patch up the security
issues, though you might be left with older non-security related
bugs unpatched.

Like Alan wrote: if it says 2.1.10, you have no easy way of
guaranteeing all latest security patches have been applied.

Popping up on this list and saying you're using an old version is
also likely to get you a lot of 'go away and upgrade' responses,
rather than answers to your question...

Matthew


-- 
Matthew Newton, Ph.D. m...@le.ac.uk

Systems Architect (UNIX and Networks), Network Services,
I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: upgrading freeradius

2013-01-27 Thread Fajar A. Nugraha
On Mon, Jan 28, 2013 at 8:42 AM, Matthew Newton m...@leicester.ac.uk wrote:
 On Sun, Jan 27, 2013 at 08:51:28PM +, a.l.m.bu...@lboro.ac.uk wrote:
  I have a working server running on version 2.1.10

 if you got your 2.1.10 from distribution...then you have to wait
 for your distro to catch up

 Actually, with Debian and Ubuntu, building new local packages of
 the latest version is trivially easy, and the way I would
 recommend upgrading.

 http://wiki.freeradius.org/building/Build#Building-Debian-packages


Debian packages generated from FR source is mostly compatible with
current Debian/Ubuntu packages. It's great for when used for new
servers.
There's a catch though: if you have upgrade current installation,
there might be some things that needed manual tweaking (IIRC it was
certificate-related).

FR's debian recipe is based on some old version in Debian. Current
Debian package has diverged somewhat, so you might see some minor
differences (configuration, init script, pre/post install script,
etc). If we ported ALL Debian/Ubuntu changes, it would mean build
failure on some older systems. So for the 2.2.0 FR release I only
backported ones that were essential and wouldn't break things.

If you currently have an Ubuntu system running with 2.1.10, you might
find my PPA to be more seamless for upgrading:
https://launchpad.net/~freeradius/+archive/stable (yes, it's also
mentioned in the wiki: http://wiki.freeradius.org/building/Packages ).
It takes a different approach, in that it takes current Debian/Ubuntu
packages, and make necessary modification so that you can put 2.2.0
sources and have it build. Some of the changes were too intrusive to
be included in the official source (for example, there are different
recipes for Hardy/Lucid), but if you're just an end user that have no
experience with building packages, you might find this one easier to
use.


 But of course if you roll your own packages you've got to watch
 for security issues when they crop up, and rebuild yourself. With
 distro supported packages they tend to patch up the security
 issues, though you might be left with older non-security related
 bugs unpatched.

 Like Alan wrote: if it says 2.1.10, you have no easy way of
 guaranteeing all latest security patches have been applied.

 Popping up on this list and saying you're using an old version is
 also likely to get you a lot of 'go away and upgrade' responses,
 rather than answers to your question...

If you have support from the Ubuntu, it might be better to stick with
the provided version. But yes, when asking to this list, the most
likely answer would be upgrade. If one wants to stick to Ubuntu's
provided version and wants to ask for security backports, better ask
Canonical.

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


Re: Upgrading freeradius from source

2009-05-14 Thread A . L . M . Buxey
Hi,

 Software will always have flaws, defects, bugs or whatever
 we call it. The way I understand the rpmbuild process,
 it is not difficult to add a little patch which fixes
 the problem.

..or just wait for 2.1.6 which fixes the problem + many other small
issues

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


Re: Upgrading freeradius from source

2009-05-14 Thread Ming-Ching Tiew



--- On Thu, 5/14/09, a.l.m.bu...@lboro.ac.uk a.l.m.bu...@lboro.ac.uk wrote:

 From: a.l.m.bu...@lboro.ac.uk a.l.m.bu...@lboro.ac.uk
 Subject: Re: Upgrading freeradius from source
 To: FreeRadius users mailing list freeradius-users@lists.freeradius.org
 Date: Thursday, May 14, 2009, 7:45 AM
 Hi,
 
  Software will always have flaws, defects, bugs or
 whatever
  we call it. The way I understand the rpmbuild
 process,
  it is not difficult to add a little patch which fixes
  the problem.
 
 ..or just wait for 2.1.6 which fixes the problem + many
 other small
 issues
 

No issues. I have made myself a own rpm for 2.1.4/2.1.5
for adapting the older SPECS. It's not perfect but good 
enough for my own consumption for the time being.

Cheerse.




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


Re: Upgrading freeradius from source

2009-05-13 Thread Ivan Kalik
2.1.4/2.1.5 release had identity crises. 2.1.8. will be available in
matter of days. It's on pre-release testing.

Ivan Kalik
Kalik Informatika ISP




 --- On Tue, 5/12/09, John Dennis jden...@redhat.com wrote:


 I think you'll save yourself a lot of headaches if you
 stick with RPM
 based packages. If the version of FreeRADIUS is not
 available as an RPM
 for the version of the distro you're using then you can
 find
 instructions for how to download, build and install the
 *RPM* for a
 current version here:

 http://wiki.freeradius.org/Red_Hat_FAQ



 I can't find a SOURCE RPM for 2.1.4 yet for fedora.
 I tried one of those 2.1.3 rpm, it works perfectly on my
 older fedora distro, even though it seem to indicate
 that they are for newer fedora. So I guess I have
 to wait a little longer.

 Regards.





 -
 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: Upgrading freeradius from source

2009-05-13 Thread Nicolas Goutte


Am 13.05.2009 um 11:06 schrieb Ivan Kalik:


2.1.4/2.1.5 release had identity crises. 2.1.8. will be available in
matter of days. It's on pre-release testing.


I hope you mean 2.1.6 ;-)



Ivan Kalik
Kalik Informatika ISP





--- On Tue, 5/12/09, John Dennis jden...@redhat.com wrote:



I think you'll save yourself a lot of headaches if you
stick with RPM
based packages. If the version of FreeRADIUS is not
available as an RPM
for the version of the distro you're using then you can
find
instructions for how to download, build and install the
*RPM* for a
current version here:

http://wiki.freeradius.org/Red_Hat_FAQ




I can't find a SOURCE RPM for 2.1.4 yet for fedora.
I tried one of those 2.1.3 rpm, it works perfectly on my
older fedora distro, even though it seem to indicate
that they are for newer fedora. So I guess I have
to wait a little longer.

Regards.





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




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


Nicolas Goutte


extragroup GmbH - Karlsruhe
Waldstr. 49
76133 Karlsruhe
Germany

Geschäftsführer: Stephan Mönninghoff, Hans Martin Kern, Tilman Haerdle
Registergericht: Amtsgericht Münster / HRB: 5624
Steuer Nr.: 337/5903/0421 / UstID: DE 204607841




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


Re: Upgrading freeradius from source

2009-05-13 Thread Ming-Ching Tiew



--- On Wed, 5/13/09, Ivan Kalik t...@kalik.net wrote:

 From: Ivan Kalik t...@kalik.net
 Subject: Re: Upgrading freeradius from source
 To: FreeRadius users mailing list freeradius-users@lists.freeradius.org
 Date: Wednesday, May 13, 2009, 9:06 AM
 2.1.4/2.1.5 release had identity
 crises. 2.1.8. will be available in
 matter of days. It's on pre-release testing.
 


Catching up with releases is always a never ending game,
and each version can take up a lot of resources to 
prove to be stable for production use. Are there 
major defects with 2.1.4 which resulting in quick 
subsequent new releases ?

Regards.
 


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


Re: Upgrading freeradius from source

2009-05-13 Thread John Dennis
Nicolas Goutte wrote:
 
 Am 13.05.2009 um 11:06 schrieb Ivan Kalik:
 
 2.1.4/2.1.5 release had identity crises. 2.1.8. will be available in
 matter of days. It's on pre-release testing.
 
 I hope you mean 2.1.6 ;-)

Yes, Ivan means 2.1.6. BTW, the 2.1.4/2.1.5 snafu is why the most recent
RPM is 2.1.3.
-- 
John Dennis jden...@redhat.com

Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Upgrading freeradius from source

2009-05-13 Thread Ming-Ching Tiew



--- On Wed, 5/13/09, John Dennis jden...@redhat.com wrote:

 BTW, the 2.1.4/2.1.5 snafu is why
 the most recent
 RPM is 2.1.3.
 -- 

Software will always have flaws, defects, bugs or whatever
we call it. The way I understand the rpmbuild process,
it is not difficult to add a little patch which fixes
the problem.

Regards.



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


Re: Upgrading freeradius from source

2009-05-13 Thread John Dennis
Ming-Ching Tiew wrote:
 
 
 --- On Wed, 5/13/09, John Dennis jden...@redhat.com wrote:
 
 BTW, the 2.1.4/2.1.5 snafu is why
 the most recent
 RPM is 2.1.3.
 -- 
 
 Software will always have flaws, defects, bugs or whatever
 we call it. The way I understand the rpmbuild process,
 it is not difficult to add a little patch which fixes
 the problem.

Of course it's easy to add a patch, but that's not the issue. There were
2 different versions of 2.1.4 tar file over a period of time. The second
version of 2.1.4 identified itself internally as it built as 2.1.5 even
though it's name was 2.1.4. RPM's are supposed to be built from pristine
upstream sources and *must* be reproducible from upstream. So let's say
you have a tar file whose name is freeradius-server-2.1.4.tar.bz which
is being used to build an RPM, how do you know if that tar file was the
original 2.1.4 or the subsequent 2.1.5 release which superseded it? It's
ambiguous what the RPM version would be because it depends on the time
window the freeradius-server-2.1.4.tar.bz was downloaded. The ambiguity
with regards to what the actual version the RPM might produce is not
acceptable. It's critical from a release perspective the version
information be correct. The entire RPM build process depends on the
assumption the tar file version matches the tar file contents which
matches the RPM spec file version. It may be acceptable to you to
privately build such an RPM but distributions cannot take that same risk.

-- 
John Dennis jden...@redhat.com

Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Upgrading freeradius from source

2009-05-12 Thread mctiew


I have done some testing on 2.1.4 and I like the flexibility
comparing to 1.x.

Unfortunately, I am using for production a pretty old distribution
1.1.7. For such an old distro, it's almost impossible to do an 
upgrade and still maintaining the rpm package info and what not, 
so I am considering upgrading by compiling from source, ie
configure and make install.

Any thing I should consider before I have go down to this path ?

Cheers.
  



  

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


Re: Upgrading freeradius from source

2009-05-12 Thread Alan DeKok
mct...@yahoo.com wrote:
 Unfortunately, I am using for production a pretty old distribution
 1.1.7. For such an old distro, it's almost impossible to do an 
 upgrade and still maintaining the rpm package info and what not, 
 so I am considering upgrading by compiling from source, ie
 configure and make install.
 
 Any thing I should consider before I have go down to this path ?

  It won't over-write your existing configuration.

  Ensure that you're using Cleartext-Password := ..., and not
User-Password ==

  It may be safer to *migrate* your existing configuration.  The
configuration files are relatively small, so this shouldn't take long.

  i.e. go through the configuration files, comparing the old to the new
(default) files.  Where they are different, add your configuration, OR
examine your configuration to see if it's still necessary.

  The goal of 2.x is to have it *largely* compatible with 1.x, but there
are differences.

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


Re: Upgrading freeradius from source

2009-05-12 Thread John Dennis
mct...@yahoo.com wrote:
 
 I have done some testing on 2.1.4 and I like the flexibility
 comparing to 1.x.
 
 Unfortunately, I am using for production a pretty old distribution
 1.1.7. For such an old distro, it's almost impossible to do an 
 upgrade and still maintaining the rpm package info and what not, 
 so I am considering upgrading by compiling from source, ie
 configure and make install.

Hmm... 1.1.7 RPM makes it sound like an old Fedora release. Alan gave
you some good suggestions about the 1.x to 2.x upgrade, I have a
suggestion about building and packages. It's always possible to build
from source, but it has some downsides, you'll need to make sure all
your build prerequisites are satisfied, you've passed all the right
values to configure, not the least of which is to assure the install
path information is correct, you've fully removed the old RPM so there
aren't conflicts and then when you're done you'll have lost all the
advantages of having a package manager (e.g. rpm) which tracks
dependencies, watches for conflicts, and knows the version of software
installed on the system, sets the right file permissions and SELinux
labeling. Plus the source RPM (SRPM) will have any patches applied which
are necessary.

I think you'll save yourself a lot of headaches if you stick with RPM
based packages. If the version of FreeRADIUS is not available as an RPM
for the version of the distro you're using then you can find
instructions for how to download, build and install the *RPM* for a
current version here:

http://wiki.freeradius.org/Red_Hat_FAQ


 Any thing I should consider before I have go down to this path ?



-- 
John Dennis jden...@redhat.com

Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Upgrading freeradius from source

2009-05-12 Thread Ming-Ching Tiew



--- On Tue, 5/12/09, John Dennis jden...@redhat.com wrote:

 
 I think you'll save yourself a lot of headaches if you
 stick with RPM
 based packages. If the version of FreeRADIUS is not
 available as an RPM
 for the version of the distro you're using then you can
 find
 instructions for how to download, build and install the
 *RPM* for a
 current version here:
 
 http://wiki.freeradius.org/Red_Hat_FAQ
 
 

I can't find a SOURCE RPM for 2.1.4 yet for fedora.
I tried one of those 2.1.3 rpm, it works perfectly on my
older fedora distro, even though it seem to indicate
that they are for newer fedora. So I guess I have
to wait a little longer.

Regards.




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


upgrading freeradius .1.1.6 on ubuntu 7.10

2009-04-19 Thread Nizar Zulmi
i've read the previous tread on this mailing list about upgrading freeradius. 
in that tread i got this :this command to upgrade freeradius./configuremakemake 
install
i did run those command and everything in my freeradiu going mess, like when i 
try to restart my freeradius it return like cannot found library 
freeradius-library.2.5.1.so
what happen,,??


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

Questions about upgrading Freeradius

2005-09-28 Thread Linda Pagillo




Hi everyone:

I have been using Freeradius v.0.9.3 for over a 
year and i wish to upgrade to the latest version. Can anyone give me detailed 
instructions on how to do this? I use Freeradius in a prodcution enviroment and 
i can't afford to mess it up. I'm running Linux RedHat 9. Do i just do a 
./configure, make and make install like i did the first time? If yes, won't that 
overwrite all of my current config files? Thanks!

Linda PagilloDirector of Technical 
ServicesN2 The Net, LLC[EMAIL PROTECTED]931-372-9179
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Questions about upgrading Freeradius

2005-09-28 Thread Dusty Doris

On Wed, 28 Sep 2005, Linda Pagillo wrote:


Hi everyone:

I have been using Freeradius v.0.9.3 for over a year and i wish to 
upgrade to the latest version. Can anyone give me detailed instructions 
on how to do this? I use Freeradius in a prodcution enviroment and i 
can't afford to mess it up. I'm running Linux RedHat 9. Do i just do a 
./configure, make and make install like i did the first time? If yes, 
won't that overwrite all of my current config files? Thanks!




First, I would recommend setting up a lab machine (you can do it on your 
workstation if you need to) to test that your configs work correctly with 
the new version.  Its probably backward compatible, but I wouldn't just 
blindly upgrade on production and hope for the best.


Then you could compile freeradius with --prefix.  This will put all 
configurations, binaries, etc.. into a certain directory.  For example:


./configure --prefix=/usr/local/freeradius1.0.5
make
make install

When that's done, cd to /usr/local/freeradius1.0.5/etc/raddb and change 
your files to make it work like it did in testing.  Shutdown the current 
radius version and start up the new one with 
/usr/local/freeradius1.0.5/sbin/radiusd -X and see if its working.  If so, 
modify your startup scripts to point to the new version instead of the 
old.



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


Re: Questions about upgrading Freeradius

2005-09-28 Thread Linda Pagillo
Thanks for your reply. Is it really this much work to do a simple upgrade?
Is there a shortcut?
- Original Message - 
From: Dusty Doris [EMAIL PROTECTED]
To: FreeRadius users mailing list freeradius-users@lists.freeradius.org
Sent: Wednesday, September 28, 2005 9:58 AM
Subject: Re: Questions about upgrading Freeradius


 On Wed, 28 Sep 2005, Linda Pagillo wrote:

  Hi everyone:
 
  I have been using Freeradius v.0.9.3 for over a year and i wish to
  upgrade to the latest version. Can anyone give me detailed instructions
  on how to do this? I use Freeradius in a prodcution enviroment and i
  can't afford to mess it up. I'm running Linux RedHat 9. Do i just do a
  ./configure, make and make install like i did the first time? If yes,
  won't that overwrite all of my current config files? Thanks!
 

 First, I would recommend setting up a lab machine (you can do it on your
 workstation if you need to) to test that your configs work correctly with
 the new version.  Its probably backward compatible, but I wouldn't just
 blindly upgrade on production and hope for the best.

 Then you could compile freeradius with --prefix.  This will put all
 configurations, binaries, etc.. into a certain directory.  For example:

 ./configure --prefix=/usr/local/freeradius1.0.5
 make
 make install

 When that's done, cd to /usr/local/freeradius1.0.5/etc/raddb and change
 your files to make it work like it did in testing.  Shutdown the current
 radius version and start up the new one with
 /usr/local/freeradius1.0.5/sbin/radiusd -X and see if its working.  If so,
 modify your startup scripts to point to the new version instead of the
 old.


 -
 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: Questions about upgrading Freeradius

2005-09-28 Thread Alan DeKok
Linda Pagillo [EMAIL PROTECTED] wrote:
 Thanks for your reply. Is it really this much work to do a simple upgrade?
 Is there a shortcut?

  Not really.  Doing the upgrade slowly is less work than doing it
quickly, and then having your RADIUS server down because you missed
something.

  Alan DeKok.

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


Re: Questions about upgrading Freeradius

2005-09-28 Thread Dusty Doris

You consider that much work?  I wish I had your job!

:)

On Wed, 28 Sep 2005, Linda Pagillo wrote:


Thanks for your reply. Is it really this much work to do a simple upgrade?
Is there a shortcut?
- Original Message -
From: Dusty Doris [EMAIL PROTECTED]
To: FreeRadius users mailing list freeradius-users@lists.freeradius.org
Sent: Wednesday, September 28, 2005 9:58 AM
Subject: Re: Questions about upgrading Freeradius



On Wed, 28 Sep 2005, Linda Pagillo wrote:


Hi everyone:

I have been using Freeradius v.0.9.3 for over a year and i wish to
upgrade to the latest version. Can anyone give me detailed instructions
on how to do this? I use Freeradius in a prodcution enviroment and i
can't afford to mess it up. I'm running Linux RedHat 9. Do i just do a
./configure, make and make install like i did the first time? If yes,
won't that overwrite all of my current config files? Thanks!



First, I would recommend setting up a lab machine (you can do it on your
workstation if you need to) to test that your configs work correctly with
the new version.  Its probably backward compatible, but I wouldn't just
blindly upgrade on production and hope for the best.

Then you could compile freeradius with --prefix.  This will put all
configurations, binaries, etc.. into a certain directory.  For example:

./configure --prefix=/usr/local/freeradius1.0.5
make
make install

When that's done, cd to /usr/local/freeradius1.0.5/etc/raddb and change
your files to make it work like it did in testing.  Shutdown the current
radius version and start up the new one with
/usr/local/freeradius1.0.5/sbin/radiusd -X and see if its working.  If so,
modify your startup scripts to point to the new version instead of the
old.


-
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: Questions about upgrading Freeradius

2005-09-28 Thread Linda Pagillo
I wish you had my job too because i'm about fed up with this crap.. Anyway,
thanks for the reply, i'll do it.
- Original Message - 
From: Dusty Doris [EMAIL PROTECTED]
To: FreeRadius users mailing list freeradius-users@lists.freeradius.org
Sent: Wednesday, September 28, 2005 11:48 AM
Subject: Re: Questions about upgrading Freeradius


 You consider that much work?  I wish I had your job!

 :)

 On Wed, 28 Sep 2005, Linda Pagillo wrote:

  Thanks for your reply. Is it really this much work to do a simple
upgrade?
  Is there a shortcut?
  - Original Message -
  From: Dusty Doris [EMAIL PROTECTED]
  To: FreeRadius users mailing list
freeradius-users@lists.freeradius.org
  Sent: Wednesday, September 28, 2005 9:58 AM
  Subject: Re: Questions about upgrading Freeradius
 
 
  On Wed, 28 Sep 2005, Linda Pagillo wrote:
 
  Hi everyone:
 
  I have been using Freeradius v.0.9.3 for over a year and i wish to
  upgrade to the latest version. Can anyone give me detailed
instructions
  on how to do this? I use Freeradius in a prodcution enviroment and i
  can't afford to mess it up. I'm running Linux RedHat 9. Do i just do a
  ./configure, make and make install like i did the first time? If yes,
  won't that overwrite all of my current config files? Thanks!
 
 
  First, I would recommend setting up a lab machine (you can do it on
your
  workstation if you need to) to test that your configs work correctly
with
  the new version.  Its probably backward compatible, but I wouldn't just
  blindly upgrade on production and hope for the best.
 
  Then you could compile freeradius with --prefix.  This will put all
  configurations, binaries, etc.. into a certain directory.  For example:
 
  ./configure --prefix=/usr/local/freeradius1.0.5
  make
  make install
 
  When that's done, cd to /usr/local/freeradius1.0.5/etc/raddb and change
  your files to make it work like it did in testing.  Shutdown the
current
  radius version and start up the new one with
  /usr/local/freeradius1.0.5/sbin/radiusd -X and see if its working.  If
so,
  modify your startup scripts to point to the new version instead of the
  old.
 
 
  -
  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: Questions about upgrading Freeradius

2005-09-28 Thread Linda Pagillo
Thanks Dusty, i know you were just kidding with me and that's cool :) I'm
just having a bad day hehe. So what i would have to do is set up freeradius
0.9.3 on a different system and then upgrade it as a test and if everything
goes well i should do it on my production system?
- Original Message - 
From: Dusty Doris [EMAIL PROTECTED]
To: FreeRadius users mailing list freeradius-users@lists.freeradius.org
Sent: Wednesday, September 28, 2005 12:50 PM
Subject: Re: Questions about upgrading Freeradius


 I was just giving you a hard time.  Its a little longer of a process, but
 it will definately save you a lot of time and more importantly a lot of
 stress if you do run into issues.

 BTW - I am in the process of replacing all our radius servers here too.
 So far, I've had no issues with configurations moving between .9 or .93
 and 1.0.5.  My setup is pretty simple here though.

 Good Luck with the upgrade.

 -Dusty Doris

 On Wed, 28 Sep 2005, Linda Pagillo wrote:

  I wish you had my job too because i'm about fed up with this crap..
Anyway,
  thanks for the reply, i'll do it.
  - Original Message -
  From: Dusty Doris [EMAIL PROTECTED]
  To: FreeRadius users mailing list
freeradius-users@lists.freeradius.org
  Sent: Wednesday, September 28, 2005 11:48 AM
  Subject: Re: Questions about upgrading Freeradius
 
 
  You consider that much work?  I wish I had your job!
 
  :)
 
  On Wed, 28 Sep 2005, Linda Pagillo wrote:
 
  Thanks for your reply. Is it really this much work to do a simple
  upgrade?
  Is there a shortcut?
  - Original Message -
  From: Dusty Doris [EMAIL PROTECTED]
  To: FreeRadius users mailing list
  freeradius-users@lists.freeradius.org
  Sent: Wednesday, September 28, 2005 9:58 AM
  Subject: Re: Questions about upgrading Freeradius
 
 
  On Wed, 28 Sep 2005, Linda Pagillo wrote:
 
  Hi everyone:
 
  I have been using Freeradius v.0.9.3 for over a year and i wish to
  upgrade to the latest version. Can anyone give me detailed
  instructions
  on how to do this? I use Freeradius in a prodcution enviroment and i
  can't afford to mess it up. I'm running Linux RedHat 9. Do i just do
a
  ./configure, make and make install like i did the first time? If
yes,
  won't that overwrite all of my current config files? Thanks!
 
 
  First, I would recommend setting up a lab machine (you can do it on
  your
  workstation if you need to) to test that your configs work correctly
  with
  the new version.  Its probably backward compatible, but I wouldn't
just
  blindly upgrade on production and hope for the best.
 
  Then you could compile freeradius with --prefix.  This will put all
  configurations, binaries, etc.. into a certain directory.  For
example:
 
  ./configure --prefix=/usr/local/freeradius1.0.5
  make
  make install
 
  When that's done, cd to /usr/local/freeradius1.0.5/etc/raddb and
change
  your files to make it work like it did in testing.  Shutdown the
  current
  radius version and start up the new one with
  /usr/local/freeradius1.0.5/sbin/radiusd -X and see if its working.
If
  so,
  modify your startup scripts to point to the new version instead of
the
  old.
 
 
  -
  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
 
 -
 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: Questions about upgrading Freeradius

2005-09-28 Thread Paolo Rotela
One thing I came across when upgrading from 0.9.3 to 1.0.5 is that the 
default allowed characters for sql queries changed. I used [ and ] in my 
usernames, so the results after upgrade whas that my accounting reccords 
where set with the mime-equivalent of [ and ]. I had to add these characters 
as allowed ones in sql.conf


- Original Message - 
From: Linda Pagillo [EMAIL PROTECTED]

To: FreeRadius users mailing list freeradius-users@lists.freeradius.org
Sent: Wednesday, September 28, 2005 3:01 PM
Subject: Re: Questions about upgrading Freeradius



Thanks Dusty, i know you were just kidding with me and that's cool :) I'm
just having a bad day hehe. So what i would have to do is set up 
freeradius
0.9.3 on a different system and then upgrade it as a test and if 
everything

goes well i should do it on my production system?
- Original Message - 
From: Dusty Doris [EMAIL PROTECTED]
To: FreeRadius users mailing list 
freeradius-users@lists.freeradius.org

Sent: Wednesday, September 28, 2005 12:50 PM
Subject: Re: Questions about upgrading Freeradius



I was just giving you a hard time.  Its a little longer of a process, but
it will definately save you a lot of time and more importantly a lot of
stress if you do run into issues.

BTW - I am in the process of replacing all our radius servers here too.
So far, I've had no issues with configurations moving between .9 or .93
and 1.0.5.  My setup is pretty simple here though.

Good Luck with the upgrade.

-Dusty Doris

On Wed, 28 Sep 2005, Linda Pagillo wrote:

 I wish you had my job too because i'm about fed up with this crap..

Anyway,

 thanks for the reply, i'll do it.
 - Original Message -
 From: Dusty Doris [EMAIL PROTECTED]
 To: FreeRadius users mailing list

freeradius-users@lists.freeradius.org

 Sent: Wednesday, September 28, 2005 11:48 AM
 Subject: Re: Questions about upgrading Freeradius


 You consider that much work?  I wish I had your job!

 :)

 On Wed, 28 Sep 2005, Linda Pagillo wrote:

 Thanks for your reply. Is it really this much work to do a simple
 upgrade?
 Is there a shortcut?
 - Original Message -
 From: Dusty Doris [EMAIL PROTECTED]
 To: FreeRadius users mailing list
 freeradius-users@lists.freeradius.org
 Sent: Wednesday, September 28, 2005 9:58 AM
 Subject: Re: Questions about upgrading Freeradius


 On Wed, 28 Sep 2005, Linda Pagillo wrote:

 Hi everyone:

 I have been using Freeradius v.0.9.3 for over a year and i wish to
 upgrade to the latest version. Can anyone give me detailed
 instructions
 on how to do this? I use Freeradius in a prodcution enviroment and 
 i
 can't afford to mess it up. I'm running Linux RedHat 9. Do i just 
 do

a

 ./configure, make and make install like i did the first time? If

yes,

 won't that overwrite all of my current config files? Thanks!


 First, I would recommend setting up a lab machine (you can do it on
 your
 workstation if you need to) to test that your configs work correctly
 with
 the new version.  Its probably backward compatible, but I wouldn't

just

 blindly upgrade on production and hope for the best.

 Then you could compile freeradius with --prefix.  This will put all
 configurations, binaries, etc.. into a certain directory.  For

example:


 ./configure --prefix=/usr/local/freeradius1.0.5
 make
 make install

 When that's done, cd to /usr/local/freeradius1.0.5/etc/raddb and

change

 your files to make it work like it did in testing.  Shutdown the
 current
 radius version and start up the new one with
 /usr/local/freeradius1.0.5/sbin/radiusd -X and see if its working.

If

 so,
 modify your startup scripts to point to the new version instead of

the

 old.


 -
 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


-
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: Questions about upgrading Freeradius

2005-09-28 Thread Dusty Doris
No need to install .9.3.  I'd just install 1.0.5 on another system (or to 
the same system, but in a different directory with --prefix) and then 
modify all the config files so it has the setup you currently use on .9. 
Then make sure it works.


I doubt it, but perhaps you'll find that some configuration you have in 
radiusd.conf in .9 isn't compatible with 1.0.5 and you need to find a new 
way to declare the same functionality.  Or maybe you need to use some 
switch to configure to enable a module you are using, that was previously 
auto-detected.


I predict you'll find that its a smooth transition, but its just good 
practice to test it all out before you go and modify your production 
system.



On Wed, 28 Sep 2005, Linda Pagillo wrote:


Thanks Dusty, i know you were just kidding with me and that's cool :) I'm
just having a bad day hehe. So what i would have to do is set up freeradius
0.9.3 on a different system and then upgrade it as a test and if everything
goes well i should do it on my production system?
- Original Message -
From: Dusty Doris [EMAIL PROTECTED]
To: FreeRadius users mailing list freeradius-users@lists.freeradius.org
Sent: Wednesday, September 28, 2005 12:50 PM
Subject: Re: Questions about upgrading Freeradius



I was just giving you a hard time.  Its a little longer of a process, but
it will definately save you a lot of time and more importantly a lot of
stress if you do run into issues.

BTW - I am in the process of replacing all our radius servers here too.
So far, I've had no issues with configurations moving between .9 or .93
and 1.0.5.  My setup is pretty simple here though.

Good Luck with the upgrade.

-Dusty Doris

On Wed, 28 Sep 2005, Linda Pagillo wrote:


I wish you had my job too because i'm about fed up with this crap..

Anyway,

thanks for the reply, i'll do it.
- Original Message -
From: Dusty Doris [EMAIL PROTECTED]
To: FreeRadius users mailing list

freeradius-users@lists.freeradius.org

Sent: Wednesday, September 28, 2005 11:48 AM
Subject: Re: Questions about upgrading Freeradius



You consider that much work?  I wish I had your job!

:)

On Wed, 28 Sep 2005, Linda Pagillo wrote:


Thanks for your reply. Is it really this much work to do a simple

upgrade?

Is there a shortcut?
- Original Message -
From: Dusty Doris [EMAIL PROTECTED]
To: FreeRadius users mailing list

freeradius-users@lists.freeradius.org

Sent: Wednesday, September 28, 2005 9:58 AM
Subject: Re: Questions about upgrading Freeradius



On Wed, 28 Sep 2005, Linda Pagillo wrote:


Hi everyone:

I have been using Freeradius v.0.9.3 for over a year and i wish to
upgrade to the latest version. Can anyone give me detailed

instructions

on how to do this? I use Freeradius in a prodcution enviroment and i
can't afford to mess it up. I'm running Linux RedHat 9. Do i just do

a

./configure, make and make install like i did the first time? If

yes,

won't that overwrite all of my current config files? Thanks!



First, I would recommend setting up a lab machine (you can do it on

your

workstation if you need to) to test that your configs work correctly

with

the new version.  Its probably backward compatible, but I wouldn't

just

blindly upgrade on production and hope for the best.

Then you could compile freeradius with --prefix.  This will put all
configurations, binaries, etc.. into a certain directory.  For

example:


./configure --prefix=/usr/local/freeradius1.0.5
make
make install

When that's done, cd to /usr/local/freeradius1.0.5/etc/raddb and

change

your files to make it work like it did in testing.  Shutdown the

current

radius version and start up the new one with
/usr/local/freeradius1.0.5/sbin/radiusd -X and see if its working.

If

so,

modify your startup scripts to point to the new version instead of

the

old.


-
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



-
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: Questions about upgrading Freeradius

2005-09-28 Thread Dusty Doris
That's a perfect example of something that you'd find in testing, but 
might end up spending all night fighting if you just go and make the 
change.


On Wed, 28 Sep 2005, Paolo Rotela wrote:

One thing I came across when upgrading from 0.9.3 to 1.0.5 is that the 
default allowed characters for sql queries changed. I used [ and ] in my 
usernames, so the results after upgrade whas that my accounting reccords 
where set with the mime-equivalent of [ and ]. I had to add these characters 
as allowed ones in sql.conf


- Original Message - From: Linda Pagillo [EMAIL PROTECTED]
To: FreeRadius users mailing list freeradius-users@lists.freeradius.org
Sent: Wednesday, September 28, 2005 3:01 PM
Subject: Re: Questions about upgrading Freeradius



Thanks Dusty, i know you were just kidding with me and that's cool :) I'm
just having a bad day hehe. So what i would have to do is set up freeradius
0.9.3 on a different system and then upgrade it as a test and if everything
goes well i should do it on my production system?
- Original Message - From: Dusty Doris [EMAIL PROTECTED]
To: FreeRadius users mailing list freeradius-users@lists.freeradius.org
Sent: Wednesday, September 28, 2005 12:50 PM
Subject: Re: Questions about upgrading Freeradius



I was just giving you a hard time.  Its a little longer of a process, but
it will definately save you a lot of time and more importantly a lot of
stress if you do run into issues.

BTW - I am in the process of replacing all our radius servers here too.
So far, I've had no issues with configurations moving between .9 or .93
and 1.0.5.  My setup is pretty simple here though.

Good Luck with the upgrade.

-Dusty Doris

On Wed, 28 Sep 2005, Linda Pagillo wrote:

 I wish you had my job too because i'm about fed up with this crap..

Anyway,

 thanks for the reply, i'll do it.
 - Original Message -
 From: Dusty Doris [EMAIL PROTECTED]
 To: FreeRadius users mailing list

freeradius-users@lists.freeradius.org

 Sent: Wednesday, September 28, 2005 11:48 AM
 Subject: Re: Questions about upgrading Freeradius


 You consider that much work?  I wish I had your job!

 :)

 On Wed, 28 Sep 2005, Linda Pagillo wrote:

 Thanks for your reply. Is it really this much work to do a simple
 upgrade?
 Is there a shortcut?
 - Original Message -
 From: Dusty Doris [EMAIL PROTECTED]
 To: FreeRadius users mailing list
 freeradius-users@lists.freeradius.org
 Sent: Wednesday, September 28, 2005 9:58 AM
 Subject: Re: Questions about upgrading Freeradius


 On Wed, 28 Sep 2005, Linda Pagillo wrote:

 Hi everyone:

 I have been using Freeradius v.0.9.3 for over a year and i wish to
 upgrade to the latest version. Can anyone give me detailed
 instructions
 on how to do this? I use Freeradius in a prodcution enviroment and 
 i
 can't afford to mess it up. I'm running Linux RedHat 9. Do i just 
 do

a

 ./configure, make and make install like i did the first time? If

yes,

 won't that overwrite all of my current config files? Thanks!


 First, I would recommend setting up a lab machine (you can do it on
 your
 workstation if you need to) to test that your configs work correctly
 with
 the new version.  Its probably backward compatible, but I wouldn't

just

 blindly upgrade on production and hope for the best.

 Then you could compile freeradius with --prefix.  This will put all
 configurations, binaries, etc.. into a certain directory.  For

example:


 ./configure --prefix=/usr/local/freeradius1.0.5
 make
 make install

 When that's done, cd to /usr/local/freeradius1.0.5/etc/raddb and

change

 your files to make it work like it did in testing.  Shutdown the
 current
 radius version and start up the new one with
 /usr/local/freeradius1.0.5/sbin/radiusd -X and see if its working.

If

 so,
 modify your startup scripts to point to the new version instead of

the

 old.


 -
 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


-
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


upgrading freeRADIUS

2005-05-31 Thread vicky

Hi list subscribers, hi list admins, (again)

I'm running a freeRADIUS server version 0.8.1 (I know it is ancient) and
I want to upgrade it to the latest version available. I have been trying
to find some kind of procedure to upgrading but with no success. Does
anyone know how to (in a fairly simple way) safely upgrade? The
safetyness is very crucial, I cant risk overwriting my old configuration.

The old server is built with
#configure --prefix=/opt/freeradius
#make
#su
#make install

Thanks to you all in advance and please notice that I'm not that of an
expert on RADIUS...

Keep up the good work!

--
Vicky



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


RE: upgrading freeRADIUS

2005-05-31 Thread DELORT Stephane
Hello Vicky,

Haven't you try to copy your config files and do the upgrade on a test system ?
(create an exact replica on another machine and upgrade it)
I think it would be useful to post an howto to upgrade from xxx to yyy once 
you've done it.

regards,
Stéphane



-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] la part de
vicky
Envoyé : mardi 31 mai 2005 11:31
À : FreeRadius users mailing list
Objet : upgrading freeRADIUS


Hi list subscribers, hi list admins, (again)

I'm running a freeRADIUS server version 0.8.1 (I know it is ancient) and
I want to upgrade it to the latest version available. I have been trying
to find some kind of procedure to upgrading but with no success. Does
anyone know how to (in a fairly simple way) safely upgrade? The
safetyness is very crucial, I cant risk overwriting my old configuration.

The old server is built with
#configure --prefix=/opt/freeradius
#make
#su
#make install

Thanks to you all in advance and please notice that I'm not that of an
expert on RADIUS...

Keep up the good work!

-- 
Vicky



- 
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: upgrading freeRADIUS

2005-05-31 Thread vicky

Hi Stéphane (and all the others of course),

Thats is what I was trying to do, configure and install the new version 
elsewhere but still on the same machine (I'm gonna set the default ports 
to something else so there will be no conflicts). Now I've downloaded 
version 1.0.2 and I get a compilation error.

I do :
#configure --prefix=/opt/freeradius1.0.2
#make
and in the end of the compilation output I get this...

In file included from x99_rlm.c:54:
x99.h:26:42: openssl/des.h: No such file or directory
gmake[6]: *** [x99_rlm.o] Error 1
gmake[6]: Leaving directory 
`/home/vicky/freeradius-1.0.2/src/modules/rlm_x99_token'

gmake[5]: *** [common] Error 1
gmake[5]: Leaving directory `/home/vicky/freeradius-1.0.2/src/modules'
gmake[4]: *** [all] Error 2
gmake[4]: Leaving directory `/home/vicky/freeradius-1.0.2/src/modules'
gmake[3]: *** [common] Error 1
gmake[3]: Leaving directory `/home/vicky/freeradius-1.0.2/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/home/vicky/freeradius-1.0.2/src'
gmake[1]: *** [common] Error 1
gmake[1]: Leaving directory `/home/vicky/freeradius-1.0.2'
make: *** [all] Error 2
zsh: exit 2 make

What am I missing?

Cheers

Vicky

DELORT Stephane wrote:


Hello Vicky,

Haven't you try to copy your config files and do the upgrade on a test system ?
(create an exact replica on another machine and upgrade it)
I think it would be useful to post an howto to upgrade from xxx to yyy once 
you've done it.

regards,
Stéphane



-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] la part de
vicky
Envoyé : mardi 31 mai 2005 11:31
À : FreeRadius users mailing list
Objet : upgrading freeRADIUS


Hi list subscribers, hi list admins, (again)

I'm running a freeRADIUS server version 0.8.1 (I know it is ancient) and
I want to upgrade it to the latest version available. I have been trying
to find some kind of procedure to upgrading but with no success. Does
anyone know how to (in a fairly simple way) safely upgrade? The
safetyness is very crucial, I cant risk overwriting my old configuration.

The old server is built with
#configure --prefix=/opt/freeradius
#make
#su
#make install

Thanks to you all in advance and please notice that I'm not that of an
expert on RADIUS...

Keep up the good work!

 




--
Vicky El Fhaily
Integration Manager

TRUSTIVE (France)
WTC 2, Les Bouillides
120, Route des Macarons
Parc de Sophia Antipolis
06560 Valbonne, France
Phone: +33 493 65 25 63
Fax: +33 493 65 21 56
www.trustive.com / www.corp.trustive.com


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


RE: upgrading freeRADIUS

2005-05-31 Thread Rupak
  I also had the same problem.Later on I came to know that I had to again
./configure --prefix=- to another fresh unpacked tarball.Not in the old
unpacked tar ball.just again try tar -xvf freeradius-1.0.2.tar and again
./configure then make then again make install. This time  try and give
another directory in --prefix section.when I had faced this problem I even
formatted my box.Thanx that it was an isolated machine.

Rupak


Hi Stéphane (and all the others of course),

Thats is what I was trying to do, configure and install the new version 
elsewhere but still on the same machine (I'm gonna set the default ports 
to something else so there will be no conflicts). Now I've downloaded 
version 1.0.2 and I get a compilation error.
I do :
#configure --prefix=/opt/freeradius1.0.2
#make
and in the end of the compilation output I get this...

In file included from x99_rlm.c:54:
x99.h:26:42: openssl/des.h: No such file or directory
gmake[6]: *** [x99_rlm.o] Error 1
gmake[6]: Leaving directory 
`/home/vicky/freeradius-1.0.2/src/modules/rlm_x99_token'
gmake[5]: *** [common] Error 1
gmake[5]: Leaving directory `/home/vicky/freeradius-1.0.2/src/modules'
gmake[4]: *** [all] Error 2
gmake[4]: Leaving directory `/home/vicky/freeradius-1.0.2/src/modules'
gmake[3]: *** [common] Error 1
gmake[3]: Leaving directory `/home/vicky/freeradius-1.0.2/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/home/vicky/freeradius-1.0.2/src'
gmake[1]: *** [common] Error 1
gmake[1]: Leaving directory `/home/vicky/freeradius-1.0.2'
make: *** [all] Error 2
zsh: exit 2 make

What am I missing?

Cheers

Vicky

DELORT Stephane wrote:

Hello Vicky,

Haven't you try to copy your config files and do the upgrade on a test
system ?
(create an exact replica on another machine and upgrade it)
I think it would be useful to post an howto to upgrade from xxx to yyy
once you've done it.

regards,
Stéphane



-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] la part de
vicky
Envoyé : mardi 31 mai 2005 11:31
À : FreeRadius users mailing list
Objet : upgrading freeRADIUS


Hi list subscribers, hi list admins, (again)

I'm running a freeRADIUS server version 0.8.1 (I know it is ancient) and
I want to upgrade it to the latest version available. I have been trying
to find some kind of procedure to upgrading but with no success. Does
anyone know how to (in a fairly simple way) safely upgrade? The
safetyness is very crucial, I cant risk overwriting my old configuration.

The old server is built with
#configure --prefix=/opt/freeradius
#make
#su
#make install

Thanks to you all in advance and please notice that I'm not that of an
expert on RADIUS...

Keep up the good work!

  



-- 
Vicky El Fhaily
Integration Manager

TRUSTIVE (France)
WTC 2, Les Bouillides
120, Route des Macarons
Parc de Sophia Antipolis
06560 Valbonne, France
Phone: +33 493 65 25 63
Fax: +33 493 65 21 56
www.trustive.com / www.corp.trustive.com


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

__ NOD32 1. (20050527) Information __

This message was checked by NOD32 antivirus system.
http://www.nod32.com



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


Re: upgrading freeRADIUS

2005-05-31 Thread vicky

Rupak,

I built the code in a clean directory so to say. There was nothing in 
/opt/freeradius1.0.2/ before I made

#./configure --prefix=/opt/freeradius1.0.2/
I just reset everything and retried, but still the same compilation 
error. Do you have any other suggestions?


Thanks a lot!

Vicky

Rupak wrote:


 I also had the same problem.Later on I came to know that I had to again
./configure --prefix=- to another fresh unpacked tarball.Not in the old
unpacked tar ball.just again try tar -xvf freeradius-1.0.2.tar and again
./configure then make then again make install. This time  try and give
another directory in --prefix section.when I had faced this problem I even
formatted my box.Thanx that it was an isolated machine.

Rupak


Hi Stéphane (and all the others of course),

Thats is what I was trying to do, configure and install the new version 
elsewhere but still on the same machine (I'm gonna set the default ports 
to something else so there will be no conflicts). Now I've downloaded 
version 1.0.2 and I get a compilation error.

I do :
#configure --prefix=/opt/freeradius1.0.2
#make
and in the end of the compilation output I get this...

In file included from x99_rlm.c:54:
x99.h:26:42: openssl/des.h: No such file or directory
gmake[6]: *** [x99_rlm.o] Error 1
gmake[6]: Leaving directory 
`/home/vicky/freeradius-1.0.2/src/modules/rlm_x99_token'

gmake[5]: *** [common] Error 1
gmake[5]: Leaving directory `/home/vicky/freeradius-1.0.2/src/modules'
gmake[4]: *** [all] Error 2
gmake[4]: Leaving directory `/home/vicky/freeradius-1.0.2/src/modules'
gmake[3]: *** [common] Error 1
gmake[3]: Leaving directory `/home/vicky/freeradius-1.0.2/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/home/vicky/freeradius-1.0.2/src'
gmake[1]: *** [common] Error 1
gmake[1]: Leaving directory `/home/vicky/freeradius-1.0.2'
make: *** [all] Error 2
zsh: exit 2 make

What am I missing?

Cheers

Vicky

DELORT Stephane wrote:

 


Hello Vicky,

Haven't you try to copy your config files and do the upgrade on a test
   


system ?
 


(create an exact replica on another machine and upgrade it)
I think it would be useful to post an howto to upgrade from xxx to yyy
   


once you've done it.
 


regards,
Stéphane



-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] la part de
vicky
Envoyé : mardi 31 mai 2005 11:31
À : FreeRadius users mailing list
Objet : upgrading freeRADIUS


Hi list subscribers, hi list admins, (again)

I'm running a freeRADIUS server version 0.8.1 (I know it is ancient) and
I want to upgrade it to the latest version available. I have been trying
to find some kind of procedure to upgrading but with no success. Does
anyone know how to (in a fairly simple way) safely upgrade? The
safetyness is very crucial, I cant risk overwriting my old configuration.

The old server is built with
#configure --prefix=/opt/freeradius
#make
#su
#make install

Thanks to you all in advance and please notice that I'm not that of an
expert on RADIUS...

Keep up the good work!
   



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


Re: upgrading freeRADIUS

2005-05-31 Thread A . L . M . Buxey
Hi,

 I built the code in a clean directory so to say. There was nothing in 
 /opt/freeradius1.0.2/ before I made
 #./configure --prefix=/opt/freeradius1.0.2/
 I just reset everything and retried, but still the same compilation 
 error. Do you have any other suggestions?

looks like it cant find the OpenSSL includes.  do you have openssl-devel 
installed?
if not, try adding  --with-openssl-includes=/usr/include/openssl  (or wherever
you can find openssl/des.h  (try 'locate ssl/des.h' ) )

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


Re: upgrading freeRADIUS

2005-05-31 Thread Alan DeKok
vicky [EMAIL PROTECTED] wrote:
 What am I missing?

  If you're not going to use rlm_x99_token, just delete that directory.

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


upgrading freeRADIUS

2005-05-30 Thread vicky

Hi list subscribers, hi list admins,

I'm running a freeRADIUS server version 0.8.1 (I know it is ancient) and 
I want to upgrade it to the latest version available. I have been trying 
to find some kind of procedure to upgrading but with no success. Does 
anyone know how to (in a fairly simple way) safely upgrade? The 
safetyness is very crucial, I cant risk overwriting my old configuration.


The old server is built with
/configure --prefix=/opt/freeradius
make
su
make install
/
Thanks to you all in advance and please notice that I'm not that of an 
expert on RADIUS...


Keep up the good work!

--
Vicky 



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


Re: Upgrading freeradius 1.0.2 with freeradius-snapshot-20050502

2005-05-06 Thread Paul Hampson
On Thu, May 05, 2005 at 01:05:33PM -0400, Alan DeKok wrote:
 [EMAIL PROTECTED] (Paul Hampson) wrote:
  Which will give you the current 1.0.3 candidate. Then you can cvs update
  whenever something else comitted to it.

   We should probably release 1.0.3 soon.

Well, I've just been handed some rlm_sql (possible) security bugs,
which I'm going to look hard at this weekend. Then we can release
1.0.3.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=307720

  you won't get the files that Debian cannot distribute as free
  software... That's only later RFCs as I recall.

   That still bugs me.  The documents say if you edit them you can't
 claim they're RFC's.  Other than that, distribution is unlimited.
 There is no conflict with the GPL.

It's not a GPL issue, it's a DFSG issue.

   Oh well.  There have been enough flame wars about this on the debian
 lists already.

Yeah. The old adage about poking sleeping crocodiles...

  I think the CVS snapshots at the moment are in flux... If
  not, you're the second person I've seen hit this, so... Hmm.

   It's fixed.  The CVS snapshot now does IPv6, among other changes.

Excellent. ^_^ I guess I better get off my ass and convert it to dpatch
at some point before it ships.

-- 
Paul TBBle Hampson, on an alternate email client.

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


Re: Upgrading freeradius 1.0.2 with freeradius-snapshot-20050502

2005-05-06 Thread Alan DeKok
[EMAIL PROTECTED] (Paul Hampson) wrote:
 Well, I've just been handed some rlm_sql (possible) security bugs,
 which I'm going to look hard at this weekend. Then we can release
 1.0.3.

  Ok.  I think they should be fixed, but I don't think they're
critical.

  Alan DeKok.

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


Re: Upgrading freeradius 1.0.2 with freeradius-snapshot-20050502

2005-05-05 Thread Alan DeKok
[EMAIL PROTECTED] (Paul Hampson) wrote:
 Which will give you the current 1.0.3 candidate. Then you can cvs update
 whenever something else comitted to it.

  We should probably release 1.0.3 soon.

 you won't get the files that Debian cannot distribute as free
 software... That's only later RFCs as I recall.

  That still bugs me.  The documents say if you edit them you can't
claim they're RFC's.  Other than that, distribution is unlimited.
There is no conflict with the GPL.

  Oh well.  There have been enough flame wars about this on the debian
lists already.

 I think the CVS snapshots at the moment are in flux... If
 not, you're the second person I've seen hit this, so... Hmm.

  It's fixed.  The CVS snapshot now does IPv6, among other changes.

  Alan DeKok.


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


Re: Upgrading freeradius 1.0.2 with freeradius-snapshot-20050502

2005-05-04 Thread Paul Hampson
On Mon, May 02, 2005 at 10:54:39PM -0700, Abdul Lateef wrote:
 Hi guys,

 I installed freeradius 1.0.2 on my redhat box. all
 thing is working well. 
 But there is some  error like:

 Mon May  2 14:43:09 2005 : Error: Exec-Program:
 Abnormal child exit: No child processes
 Mon May  2 15:06:36 2005 : Error: Dropping conflicting
 packet from client 10.0.0.28:1812 - ID: 12 due to
 unfinished request 2065

 In radius log file. 

 I read more threads about this error, and at last i
 found, that i have to upgrade with snapshot. 
 I don't have any idea how to upgrade but for the test
 I downloaded it from the web site and i tried to
 install using following commond:

http://www.freeradius.org/development.html#cvs

Best thing to do would be...
cvs -d :pserver:[EMAIL PROTECTED]:/source login
(CVS password: anoncvs)
cvs -d :pserver:[EMAIL PROTECTED]:/source checkout -j release_1_0 radiusd 

Which will give you the current 1.0.3 candidate. Then you can cvs update
whenever something else comitted to it.

Alternatively, you can grab the source and patch for Debian's 1.0.2-3
from your nearest debian mirror (That's pool/main/f/freeradius/, grab
freeradius_1.0.2-3.diff.gz and freeradius_1.0.2.orig.tar.gz) although
you won't get the files that Debian cannot distribute as free
software... That's only later RFCs as I recall.

Of course, if you were running Debian this fix would be only an
apt-get away. ^_^

 $ ./configure

   $ make install
 
 But when i am running make. I found 2 error which i am
 going to post following

 macsha1.c  -fPIC -DPIC -o .libs/hmacsha1.o
 In file included from hmacsha1.c:15:
 ../include/sha1.h:15: syntax error before uint32_t
 ../include/sha1.h:15: warning: no semicolon at end of

I think the CVS snapshots at the moment are in flux... If
not, you're the second person I've seen hit this, so... Hmm.

-- 
Paul TBBle Hampson, on an alternate email client.

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


Upgrading freeradius 1.0.2 with freeradius-snapshot-20050502

2005-05-02 Thread Abdul Lateef
Hi guys,

I installed freeradius 1.0.2 on my redhat box. all
thing is working well. 
But there is some  error like:

Mon May  2 14:43:09 2005 : Error: Exec-Program:
Abnormal child exit: No child processes
Mon May  2 15:06:36 2005 : Error: Dropping conflicting
packet from client 10.0.0.28:1812 - ID: 12 due to
unfinished request 2065

In radius log file. 

I read more threads about this error, and at last i
found, that i have to upgrade with snapshot. 
I don't have any idea how to upgrade but for the test
I downloaded it from the web site and i tried to
install using following commond:

$ ./configure
$ make
$ make install

But when i am running make. I found 2 error which i am
going to post following


macsha1.c  -fPIC -DPIC -o .libs/hmacsha1.o
In file included from hmacsha1.c:15:
../include/sha1.h:15: syntax error before uint32_t
../include/sha1.h:15: warning: no semicolon at end of
struct or union
../include/sha1.h:16: warning: data definition has no
type or storage class
../include/sha1.h:17: syntax error before buffer
../include/sha1.h:17: warning: data definition has no
type or storage class
../include/sha1.h:18: syntax error before '}' token
../include/sha1.h:18: warning: data definition has no
type or storage class
../include/sha1.h:20: syntax error before state
../include/sha1.h:21: syntax error before '*' token
../include/sha1.h:22: syntax error before '*' token
../include/sha1.h:23: syntax error before digest
../include/sha1.h:29: syntax error before digest
../include/sha1.h:34: syntax error before mk
hmacsha1.c: In function `lrad_hmac_sha1':
hmacsha1.c:37: syntax error before context
hmacsha1.c:49: syntax error before tctx
hmacsha1.c:51: `tctx' undeclared (first use in this
function)
hmacsha1.c:51: (Each undeclared identifier is reported
only once
hmacsha1.c:51: for each function it appears in.)
hmacsha1.c:124: `context' undeclared (first use in
this function)
gmake[4]: *** [hmacsha1.lo] Error 1
gmake[4]: Leaving directory
`/usr/local/freeradius-snapshot-20050502/src/lib'
gmake[3]: *** [common] Error 2
gmake[3]: Leaving directory
`/usr/local/freeradius-snapshot-20050502/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/usr/local/freeradius-snapshot-20050502/src'
gmake[1]: *** [common] Error 2
gmake[1]: Leaving directory
`/usr/local/freeradius-snapshot-20050502'
make: *** [all] Error 2
[EMAIL PROTECTED] freeradius-snapshot-20050502]#


Can any one help me how i can do it?

Abdul Lateef

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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


Upgrading FreeRadius

2005-04-05 Thread Jamal Taweel

Kindly advice with requested steps to upgrade the FreeRADIUS version
from 0.9.3 to 1.0.2. And how can we uninstall the previous version.
Also when we tried to install Daemontools on Linux after executing 
Package/install command, the following errors appear:
[EMAIL PROTECTED] daemontools-0.76]# package/compile
Linking ./src/* into ./compile...
Compiling everything in ./compile...
make: *** Warning: File `byte.a' has modification time in the future
(2005-04-01 06:17:51  2005-04-01 01:16:32.198645)
./load envdir unix.a byte.a 
envdir.o(.text+0xca): In function `main':
: undefined reference to `errno'
envdir.o(.text+0x1ea): In function `main':
: undefined reference to `errno'
unix.a(openreadclose.o)(.text+0x3b): In function `openreadclose':
: undefined reference to `errno'
unix.a(pathexec_run.o)(.text+0xf6): In function `pathexec_run':
: undefined reference to `errno'
unix.a(pathexec_run.o)(.text+0x13a): In function `pathexec_run':
: undefined reference to `errno'
unix.a(readclose.o)(.text+0x42): more undefined references to `errno'
follow
collect2: ld returned 1 exit status
make: *** [envdir] Error 1
Copying commands into ./command...
cp: cannot stat `compile/svscan': No such file or directory
[EMAIL PROTECTED] daemontools-0.76]# package/install
Linking ./src/* into ./compile...
Compiling everything in ./compile...
make: *** Warning: File `byte.a' has modification time in the future
(2005-04-01 06:17:51  2005-04-01 01:17:37.410483)
./load envdir unix.a byte.a 
envdir.o(.text+0xca): In function `main':
: undefined reference to `errno'
envdir.o(.text+0x1ea): In function `main':
: undefined reference to `errno'
unix.a(openreadclose.o)(.text+0x3b): In function `openreadclose':
: undefined reference to `errno'
unix.a(pathexec_run.o)(.text+0xf6): In function `pathexec_run':
: undefined reference to `errno'
unix.a(pathexec_run.o)(.text+0x13a): In function `pathexec_run':
: undefined reference to `errno'
unix.a(readclose.o)(.text+0x42): more undefined references to `errno'
follow
collect2: ld returned 1 exit status
make: *** [envdir] Error 1
Copying commands into ./command...
cp: cannot stat `compile/svscan': No such file or directory

why and how can I eliminate these errors completely.
Thanks,
Jamal




*
The contents of this email and any attachments are confidential. It is 
intended for the named recipient(s) only. If you have received this email 
in error please notify the system manager or  the sender immediately and 
do not disclose the contents to any one or make copies.
*
PALTEL E-Safety System scanned this email and found NO viruses, 
vandals or malicious content.
*
Should you need any information or clarifications regarding this system, 
please do not hesitate to contact our team at the IP Dep. 
[EMAIL PROTECTED].
*

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


Re: Upgrading FreeRadius

2005-04-05 Thread Alan DeKok
Jamal Taweel [EMAIL PROTECTED] wrote:
 Kindly advice with requested steps to upgrade the FreeRADIUS version
 from 0.9.3 to 1.0.2.

  configure  install it like normal.  Your configuration files will
NOT get changed.

  You MAY have to update the configuration files by hand to work with
the newer version.

 And how can we uninstall the previous version.

  'rm' the modules (rlm_*).

 Also when we tried to install Daemontools on Linux after executing=20
 Package/install command, the following errors appear:

  Sorry, I know nothing about daemontools.

  Alan DeKok.
 

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