[RADIATOR] Patches after Linux RPM Installation

Hugh Irvine hugh at open.com.au
Tue Jun 9 02:39:32 CDT 2009


Hello Vangelis -

No you can't do this.

What I recommend is keeping all of the source distributions separate  
on your main staging machine and distributing from there.

Something like this using /usr/local/src for example:

	mkdir /usr/local/src/Radiator

	mv /tmp/Radiator-4.4.tgz /usr/local/src/Radiator

	cd /usr/local/src/Radiator

	gzip -c -d Radiator-4.4.tgz | tar xvf -

	cd Radiator-4.4

	perl Makefile.PL

	make

	make test

	**DO NOT** make install

	mkdir patches

	mv /tmp/patches-4.4.tar.gz patches

	gzip -c -d patches/patches-4.4.tar.gz | tar xvf -

	perl Makefile.PL

	make

	make test

	**DO NOT** make install

	perl radiusd -foreground -log_stdout -trace 4 -config_file /your/ 
Radiator/configuration/file

	.......


The advantage of this is it makes it very easy to switch between  
versions when/if you need to.

Once you have done all of your testing and so on you can either use  
rdist or similar and/or use "make rpm".

hope that helps

regards

Hugh




On 9 Jun 2009, at 16:28, Vangelis Kyriakakis wrote:

> Hello,
>
>       I would like to know if I can use the files that are included in
> the patch set in order to update a Linux RPM Installation. I mean to
> overwrite the files that were installed by the RPM with the ones that
> are included in the patch set.
>
>                       Regards
>                            Vangelis
> _______________________________________________
> radiator mailing list
> radiator at open.com.au
> http://server2/mailman/listinfo/radiator



NB:

Have you read the reference manual ("doc/ref.html")?
Have you searched the mailing list archive (www.open.com.au/archives/radiator)?
Have you had a quick look on Google (www.google.com)?
Have you included a copy of your configuration file (no secrets),
together with a trace 4 debug showing what is happening?
Have you checked the RadiusExpert wiki:
http://www.open.com.au/wiki/index.php/Main_Page

-- 
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows, MacOS X.
Includes support for reliable RADIUS transport (RadSec),
and DIAMETER translation agent.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
-
CATool: Private Certificate Authority for Unix and Unix-like systems.




More information about the radiator mailing list