Message: 1 Date: Mon, 23 Dec 2013 11:43:04 +0100 From: Laura Marz? Porcar <laura.marza@servidir.es> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Subject: RE: DHCP Message-ID: <289ECAAED2DFDB4A9D68C89DF021BC8B018B2748@mail-cs.MARINA.LOCAL> Content-Type: text/plain; charset="iso-8859-1"
Good morning Alan, I have the server in production and I want to do things carefully. While I understand that your role is not to teach this me, but I appreciate if you check what I'll do. My distribution is deb?an and I have the following packages installed:
/var/cache/apt/archives/freeradius_2.1.10+dfsg-2+squeeze1_i386.deb /var/cache/apt/archives/freeradius-common_2.1.10+dfsg-2+squeeze1_all.deb /var/cache/apt/archives/libfreeradius2_2.1.10+dfsg-2+squeeze1_i386.deb /var/cache/apt/archives/freeradius-utils_2.1.10+dfsg-2+squeeze1_i386.deb
The packages that are installed on the server are:
freeradius install freeradius-common install freeradius-utils install libfreeradius2 install libfreetype6 install
I should do: - First, I've copied the entire folder /etc/freeradius in another folder for saving my configuration - I've to download the version 2.2.3 (wget ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-2.2.3.tar.gz) - dpkg -r (for each. deb?) - move to the new folder created freeradius-server-2.2.3 and ./configure --with-dhcp
Tx!
LAURA MARZ? PORCAR Administraci?n de Sistemas Departamento UUTT 964.722.633 - ext. 741 MARINA D'OR - Espa?a laura.marza@servidir.es http://www.marinador.com Soporte: http://soporte.marinador.com
-----Mensaje original----- De: freeradius-users-bounces+laura.marza=servidir.es@lists.freeradius.org[mailto: freeradius-users-bounces+laura.marza=servidir.es@lists.freeradius.org] En nombre de Alan DeKok Enviado el: viernes, 20 de diciembre de 2013 22:50 Para: FreeRadius users mailing list Asunto: Re: DHCP
Laura Marz? Porcar wrote:
Thanks Alan, Then there will be two different instances of the application or the application will be updated?
You will need to re-install everything. Uninstall the RPM. You can't have two versions of FreeRADIUS on the same machine.
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
End of Freeradius-Users Digest, Vol 104, Issue 56 *************************************************
Hi Alan and Laura dpkg -r deinstalls everything, you will have to do it, of course. However I would advise to compile for the debs instead of doing a ./configure ; make install. In the long run, you will have less problems, and it is more consistent for system administration, and something it is missing, it will install the dependencies automagically when using aptitude, for instance. Please also dont go to the deb cache to list installed packages, do a dpkg -l, or better, installl and get used to aptitude. Regards, Rui