Re : RE : Re: freeradius problem : need help

2007-03-27 Thread elmalhi abdelghani
yes i have read it, but it´ s not my problem ! [EMAIL PROTECTED] a écrit : Have you read this: http://www.mail-archive.com/freeradius-users@lists.freeradius.org/msg33526.html Isn't that your problem too? Ivan Kalik Kalik Informatika ISP Dana 26/3/2007, elmalhi abdelghani pi¹e: Hi, so i

Re : RE : Re: freeradius problem : need help

2007-03-26 Thread Eshun Benjamin
if radiusd -X works then check whether yourpid was created successfully when you run radiusd; if some folders leading to it are missing create them. == Benjamin K. Eshun - Message d'origine De : elmalhi abdelghani

Re : RE : Re: freeradius problem : need help

2007-03-26 Thread elmalhi abdelghani
Hi, so i don´t found any PID for radiusd. so too with netstat -tunnelup any PID !!! think´s. Eshun Benjamin [EMAIL PROTECTED] a écrit : if radiusd -X works then check whether yourpid was created successfully when you run radiusd; if some folders

Re: RE : Re: freeradius problem : need help

2007-03-22 Thread Martin Gadbois
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ian van Marwijk wrote: what means plaese this error : There appears to be another RADIUS server running on the authentication port 1812 It means that you already have an instance of radiusd running on the daemon port. Whats the output of

RE : RE : Re: freeradius problem : need help

2007-03-22 Thread Thibault Le Meur
Whats the output of 'ps auxf' on your box? Netstat will tell you what's using which port. Do instead: # netstat -tnp | grep 1812 example output: tcp0 0 192.168.30.107:49182192.168.30.1:5222 ESTABLISHED 5938/gaim And better if you have the lsof binary installed,

Re: RE : Re: freeradius problem : need help

2007-03-22 Thread Ian van Marwijk
Hi! elmalhi abdelghani said the following, On 22-Mar-07 15:49: Hi, so i have tryed with ps auxf but no way ! so too with grep. what means plaese this error : There appears to be another RADIUS server running on the authentication port 1812 It means that you already have an instance

Re: RE : Re: freeradius problem : need help

2007-03-22 Thread Nelson Vale
You can do: netstat -an | grep 1812 or netstat -a | grep radius Qui, 2007-03-22 às 11:16 -0400, Martin Gadbois escreveu: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ian van Marwijk wrote: what means plaese this error : There appears to be another RADIUS server running on the

RE : Re: RE : Re: freeradius problem : need help

2007-03-22 Thread elmalhi abdelghani
hi , output of ps auxf: [EMAIL PROTECTED] radius]# ps auxf USER PID %CPU %MEMVSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.2 2032 620 ?Ss 10:13 0:02 init [5] root 2 0.0 0.0 0 0 ?S10:13