Re: Re : problem with freeradius fedors core 5,6

2007-04-06 Thread Alan DeKok
Jackson Jerry-NPC637 wrote:
 Ok.  I'm fairly new to Linux  thought that doing a 
 `make clean' would accomplish this.

  No.  The make install process installs files on the system.  make
clean just cleans up the build directory, *not* the installed files.

  Do I have to go in 
  delete all of the leftover freeradius files after the 
 `make clean'?  Or, what is the best way to make sure that the 
 previous install has been completely removed.

  Remove the files from /usr/ or where they were installed.  The
make install process prints out which files were installed, and where.

  Alan DeKok.
--
  http://deployingradius.com   - The web site of the book
  http://deployingradius.com/blog/ - The blog
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


RE: Re : problem with freeradius fedors core 5,6

2007-04-05 Thread Jackson Jerry-NPC637
Eshun - 

 

Thanks for the info.  Bear with me, but from the info I've received on the 
mailing 

list it looks like; (there is a fix for this, but it needs to be checked out of 
cvs  built?), 

correct.  

 

I haven't used cvs in a while, but will try an grab this update/fix.  Will the 
instructions 

for making this work after checking out of cvs be the same - 

 

./configure

Make

Make install

 

Thanks, 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eshun Benjamin
Sent: Thursday, April 05, 2007 10:18 AM
To: FreeRadius users mailing list
Subject: Re : problem with freeradius  fedors core 5,6

 

 Module: Library search path is /usr/local/lib
 *** glibc detected *** radiusd: double free or corruption (fasttop):
 0x090fcde8 ***

 if you are installing 1.1.5 then install cvs .




$ cvs -d :pserver:[EMAIL PROTECTED]:/source login

  

CVS password: anoncvs



$ cvs -d :pserver:[EMAIL PROTECTED]:/source checkout -r

branch_1_1 radiusd

 

==

Benjamin K. Eshun

 

- Message d'origine 
De : Jackson Jerry-NPC637 [EMAIL PROTECTED]
À : Jackson Jerry-NPC637 [EMAIL PROTECTED]; 
freeradius-users@lists.freeradius.org
Envoyé le : Jeudi, 5 Avril 2007, 16h16mn 58s
Objet : problem with freeradius  fedors core 5,6

Hi  

 

I hope I haven't missed something obvious, but am having trouble getting radius 
to start

after /configure/make/make install running Fedora core 5 or 6.  

 

This is the error - 

 

[EMAIL PROTECTED] freeradius-1.1.5]# radiusd -X

Starting - reading configuration files ...

reread_config:  reading radiusd.conf

Config:   including file: /usr/local/etc/raddb/proxy.conf

Config:   including file: /usr/local/etc/raddb/clients.conf

Config:   including file: /usr/local/etc/raddb/snmp.conf

Config:   including file: /usr/local/etc/raddb/eap.conf

Config:   including file: /usr/local/etc/raddb/sql.conf

Using deprecated naslist file.  Support for this will go away soon.

read_config_files:  reading clients

read_config_files:  reading realms

radiusd:  entering modules setup

Module: Library search path is /usr/local/lib

*** glibc detected *** radiusd: double free or corruption (fasttop): 0x08b30140 
***

=== Backtrace: =

/lib/libc.so.6[0x8d6f18]

/lib/libc.so.6(__libc_free+0x79)[0x8da41d]

/usr/local/lib/libltdl.so.3[0x5736bb]

/usr/local/lib/libltdl.so.3(lt_dlopenext+0xbe)[0x57404e]

radiusd(find_module_instance+0x317)[0xf571a7]

radiusd(setup_modules+0x1d8)[0xf57758]

radiusd(main+0x45c)[0xf5ad8c]

/lib/libc.so.6(__libc_start_main+0xdc)[0x8887e4]

radiusd[0xf4ecd1]

 

Thanks for your help.

 

Jerry J.

 

 

 

 

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

 

 



Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.rd.yahoo.com/evt=42054/*http:/fr.answers.yahoo.com .

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

RE: Re : problem with freeradius fedors core 5,6

2007-04-05 Thread Jackson Jerry-NPC637
Last question on this I'm sure.  If I wanted to get this update for version 

1.1.3?

 

Jerry 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jackson 
Jerry-NPC637
Sent: Thursday, April 05, 2007 1:28 PM
To: FreeRadius users mailing list
Subject: RE: Re : problem with freeradius  fedors core 5,6

 

Eshun - 

 

Thanks for the info.  Bear with me, but from the info I've received on the 
mailing 

list it looks like; (there is a fix for this, but it needs to be checked out of 
cvs  built?), 

correct.  

 

I haven't used cvs in a while, but will try an grab this update/fix.  Will the 
instructions 

for making this work after checking out of cvs be the same - 

 

./configure

Make

Make install

 

Thanks, 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eshun Benjamin
Sent: Thursday, April 05, 2007 10:18 AM
To: FreeRadius users mailing list
Subject: Re : problem with freeradius  fedors core 5,6

 

 Module: Library search path is /usr/local/lib
 *** glibc detected *** radiusd: double free or corruption (fasttop):
 0x090fcde8 ***

 if you are installing 1.1.5 then install cvs .



$ cvs -d :pserver:[EMAIL PROTECTED]:/source login




  




CVS password: anoncvs









$ cvs -d :pserver:[EMAIL PROTECTED]:/source checkout -r




branch_1_1 radiusd

 

==

Benjamin K. Eshun

 

- Message d'origine 
De : Jackson Jerry-NPC637 [EMAIL PROTECTED]
À : Jackson Jerry-NPC637 [EMAIL PROTECTED]; 
freeradius-users@lists.freeradius.org
Envoyé le : Jeudi, 5 Avril 2007, 16h16mn 58s
Objet : problem with freeradius  fedors core 5,6

Hi  

 

I hope I haven't missed something obvious, but am having trouble getting radius 
to start

after /configure/make/make install running Fedora core 5 or 6.  

 

This is the error - 

 

[EMAIL PROTECTED] freeradius-1.1.5]# radiusd -X

Starting - reading configuration files ...

reread_config:  reading radiusd.conf

Config:   including file: /usr/local/etc/raddb/proxy.conf

Config:   including file: /usr/local/etc/raddb/clients.conf

Config:   including file: /usr/local/etc/raddb/snmp.conf

Config:   including file: /usr/local/etc/raddb/eap.conf

Config:   including file: /usr/local/etc/raddb/sql.conf

Using deprecated naslist file.  Support for this will go away soon.

read_config_files:  reading clients

read_config_files:  reading realms

radiusd:  entering modules setup

Module: Library search path is /usr/local/lib

*** glibc detected *** radiusd: double free or corruption (fasttop): 0x08b30140 
***

=== Backtrace: =

/lib/libc.so.6[0x8d6f18]

/lib/libc.so.6(__libc_free+0x79)[0x8da41d]

/usr/local/lib/libltdl.so.3[0x5736bb]

/usr/local/lib/libltdl.so.3(lt_dlopenext+0xbe)[0x57404e]

radiusd(find_module_instance+0x317)[0xf571a7]

radiusd(setup_modules+0x1d8)[0xf57758]

radiusd(main+0x45c)[0xf5ad8c]

/lib/libc.so.6(__libc_start_main+0xdc)[0x8887e4]

radiusd[0xf4ecd1]

 

Thanks for your help.

 

Jerry J.

 

 

 

 

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

 

 



Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.rd.yahoo.com/evt=42054/*http:/fr.answers.yahoo.com .

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

Re: Re : problem with freeradius fedors core 5,6

2007-04-05 Thread Alan DeKok
Jackson Jerry-NPC637 wrote:
 Last question on this I’m sure.  If I wanted to get this update for version
 
 1.1.3?

  1.1.6.  See the web site for details when it comes out.

  Alan DeKok.
--
  http://deployingradius.com   - The web site of the book
  http://deployingradius.com/blog/ - The blog
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Re : problem with freeradius fedors core 5,6

2007-04-05 Thread Jackson Jerry-NPC637
I appreciate the help from everyone, but ran into the same problem 
after checking out new source from CVS  

make clean
./configure
Make
Make install

 still get the double free error starting up radius.  

Is there anything else I need to do besides a (make clean) of the
previous installation?  

Maybe waiting for 1.1.6 is the best answer.

Thanks again,

Jerry  


$ cvs -d :pserver:[EMAIL PROTECTED]:/source login
  
CVS password: anoncvs

$ cvs -d :pserver:[EMAIL PROTECTED]:/source checkout -r
branch_1_1 radiusd


Jackson Jerry-NPC637 wrote:
 Last question on this I'm sure.  If I wanted to get this update for
version
 
 1.1.3?

  1.1.6.  See the web site for details when it comes out.

  Alan DeKok.
--
  http://deployingradius.com   - The web site of the book
  http://deployingradius.com/blog/ - The blog
- 
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: Re : problem with freeradius fedors core 5,6

2007-04-05 Thread Alan DeKok
Jackson Jerry-NPC637 wrote:
...
  still get the double free error starting up radius.  
 
 Is there anything else I need to do besides a (make clean) of the
 previous installation?  

  Make sure that the old version has been removed.

  Alan DeKok.
--
  http://deployingradius.com   - The web site of the book
  http://deployingradius.com/blog/ - The blog
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html