Radiusd -X error

2013-02-15 Thread David Peterson
Just downloaded the latest code and received this error: Fri Feb 15 15:54:17 2013 : Debug: Module: Instantiating eap-tls Fri Feb 15 15:54:17 2013 : Debug:tls { Fri Feb 15 15:54:17 2013 : Debug: tls = tls-common Fri Feb 15 15:54:17 2013 : Error: type -1220981894 not supported yet

Re: Radiusd -X error

2013-02-15 Thread Alan DeKok
David Peterson wrote: Just downloaded the latest code Which latest code ? and received this error: Fri Feb 15 15:54:17 2013 : Debug: Module: Instantiating eap-tls Fri Feb 15 15:54:17 2013 : Debug:tls { Fri Feb 15 15:54:17 2013 : Debug: tls = tls-common Fri Feb 15

RE: Radiusd -X error

2013-02-15 Thread David Peterson
Subject: Re: Radiusd -X error David Peterson wrote: Just downloaded the latest code Which latest code ? and received this error: Fri Feb 15 15:54:17 2013 : Debug: Module: Instantiating eap-tls Fri Feb 15 15:54:17 2013 : Debug:tls { Fri Feb 15 15:54:17 2013 : Debug: tls

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-08-01 Thread Alan Buxey
Wait. You said you were trying to do dot1x but now you say MAB. The Auth-Type := accept construct would work with MAB... but better to put the matching cleartext-password instead. Your ideas ate almost online...no reason to make things complex , use SQL with radreply items for setting the

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-08-01 Thread Kaya Saman
On Wed, Aug 1, 2012 at 4:52 AM, Fajar A. Nugraha l...@fajar.net wrote: On Wed, Aug 1, 2012 at 5:03 AM, Kaya Saman kayasa...@gmail.com wrote: From what I can see it's quite non-complex config though one needs to understand the process of how RADIUS works and additionally the 'radius' way of

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-08-01 Thread Kaya Saman
On Wed, Aug 1, 2012 at 7:36 AM, Alan Buxey a.l.m.bu...@lboro.ac.uk wrote: Wait. You said you were trying to do dot1x but now you say MAB. The Auth-Type := accept construct would work with MAB... but better to put the matching cleartext-password instead. Your ideas ate almost online...no

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-08-01 Thread alan buxey
Hi, What do you suggest I do about the radusergroup check that you mentioned in your last email? do you need/want that functionality? if so, then populate the tables, if not, then remove that function I had a look at Packetfence and will investigate further about it as I'm not sure if

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-08-01 Thread Kaya Saman
On Wed, Aug 1, 2012 at 12:02 PM, alan buxey a.l.m.bu...@lboro.ac.uk wrote: Hi, What do you suggest I do about the radusergroup check that you mentioned in your last email? do you need/want that functionality? if so, then populate the tables, if not, then remove that function Ok I'll

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-08-01 Thread Fajar A. Nugraha
On Wed, Aug 1, 2012 at 6:17 PM, Kaya Saman kayasa...@gmail.com wrote: Upon putting your suggestion in I get: Bare %{...} is invalid in condition at: %{User-Name}) ../default[62]: Errors parsing authorize section. The actual statement looks like so now with the above error in-place: if

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-08-01 Thread Kaya Saman
On Wed, Aug 1, 2012 at 12:28 PM, Fajar A. Nugraha l...@fajar.net wrote: On Wed, Aug 1, 2012 at 6:17 PM, Kaya Saman kayasa...@gmail.com wrote: Upon putting your suggestion in I get: Bare %{...} is invalid in condition at: %{User-Name}) ../default[62]: Errors parsing authorize section.

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-08-01 Thread alan buxey
Hi, [sql] User 0015c5537baa not found fairly definitive. check that you have case-insensitivityenabled and that this user exists in the table being checked alan ++[sql] returns notfound ++? if (%{User-Name}) expand: %{User-Name} - 0015c5537baa ? Evaluating (%{User-Name}) - TRUE

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-08-01 Thread Kaya Saman
On Wed, Aug 1, 2012 at 1:15 PM, alan buxey a.l.m.bu...@lboro.ac.uk wrote: Hi, [sql] User 0015c5537baa not found fairly definitive. check that you have case-insensitivityenabled and that this user exists in the table being checked This is correct and should be the case! alan ++[sql]

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-08-01 Thread alan buxey
Hi, What I want to do, perhaps I didn't explain properly or maybe my idea was flawed - but essentially I would like to have a catch all statement so: in that case you need to have a fall-through catch-all in the radcheck - with Auth-Type Accept otherwise auth/autz will fail..and once its a

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-08-01 Thread Fajar A. Nugraha
On Wed, Aug 1, 2012 at 7:20 PM, Kaya Saman kayasa...@gmail.com wrote: IF %User-Name notfound IN SQL This one might not work the way you intended. What you've done so far, the = part says add this attribute if it doesn't already exist (e.g. not in SQL) If you HAVE to do notfound check,

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-08-01 Thread Kaya Saman
On Wed, Aug 1, 2012 at 1:36 PM, Fajar A. Nugraha l...@fajar.net wrote: On Wed, Aug 1, 2012 at 7:20 PM, Kaya Saman kayasa...@gmail.com wrote: IF %User-Name notfound IN SQL This one might not work the way you intended. What you've done so far, the = part says add this attribute if it doesn't

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-08-01 Thread Kaya Saman
On Wed, Aug 1, 2012 at 3:32 PM, Kaya Saman kayasa...@gmail.com wrote: On Wed, Aug 1, 2012 at 1:36 PM, Fajar A. Nugraha l...@fajar.net wrote: On Wed, Aug 1, 2012 at 7:20 PM, Kaya Saman kayasa...@gmail.com wrote: IF %User-Name notfound IN SQL This one might not work the way you intended. What

radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-07-31 Thread Kaya Saman
. Currently I have DaloRADIUS installed and setup to what I believe is properly as I can connect to the MySQL DB and create users in DR which appear in the MySQL DB. Additionally I have configured the NAS within DR which also works fine as radiusd -X doesn't suggest any type of NAS authentication error

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-07-31 Thread Fajar A. Nugraha
On Tue, Jul 31, 2012 at 11:31 PM, Kaya Saman kayasa...@gmail.com wrote: mysql select * from radcheck; ++--+-++--+ | id | username | attribute | op | value| ++--+-++--+

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-07-31 Thread Kaya Saman
On Tue, Jul 31, 2012 at 6:25 PM, Fajar A. Nugraha l...@fajar.net wrote: On Tue, Jul 31, 2012 at 11:31 PM, Kaya Saman kayasa...@gmail.com wrote: mysql select * from radcheck; ++--+-++--+ | id | username | attribute | op |

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-07-31 Thread Fajar A. Nugraha
On Wed, Aug 1, 2012 at 1:22 AM, Kaya Saman kayasa...@gmail.com wrote: what is the best way for a beginner to understand the fundamental concepts of the MySQL tables and the types of information that RADIUS can dish out The usual: included docs, wiki, the list. It usually helps if you have a

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-07-31 Thread Alan Buxey
Look at the SQL output carefully. It's talking about radusergroup. Have you got such a user in there? Do you need to perform that check? alan -- This smartphone uses free WiFi around the world with eduroam, now that's what I call smart. - List info/subscribe/unsubscribe? See

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-07-31 Thread Kaya Saman
On 07/31/2012 10:50 PM, Fajar A. Nugraha wrote: On Wed, Aug 1, 2012 at 1:22 AM, Kaya Saman kayasa...@gmail.com wrote: what is the best way for a beginner to understand the fundamental concepts of the MySQL tables and the types of information that RADIUS can dish out The usual: included docs,

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-07-31 Thread Kaya Saman
On 07/31/2012 10:56 PM, Alan Buxey wrote: Look at the SQL output carefully. It's talking about radusergroup. Have you got such a user in there? Do you need to perform that check? alan -- This smartphone uses free WiFi around the world with eduroam, now that's what I call smart. Hi Alan,

Abwesenheit (was: radiusd -X SQL suggests not found however user attributes are in the radcheck table?)

2012-07-31 Thread tietjen
Vom 21. Juli bis einschl. 12. August bin ich nicht erreichbar (Urlaub). Bitte beachten Sie, daß von mir keine eingehenden E-Mails bearbeitet werden können. Vertretung: Hr. Brinkmann, Tel. 040-7410-56129,brinkm...@uke.de Hr. Werner,Tel. 040-7410-59630,k.wer...@uke.de Vielen Dank

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-07-31 Thread Kaya Saman
On 07/31/2012 10:56 PM, Alan Buxey wrote: Look at the SQL output carefully. It's talking about radusergroup. Have you got such a user in there? Do you need to perform that check? alan -- This smartphone uses free WiFi around the world with eduroam, now that's what I call smart. Hi Alan,

Abwesenheit (was: radiusd -X SQL suggests not found however user attributes are in the radcheck table?)

2012-07-31 Thread tietjen
Vom 21. Juli bis einschl. 12. August bin ich nicht erreichbar (Urlaub). Bitte beachten Sie, daß von mir keine eingehenden E-Mails bearbeitet werden können. Vertretung: Hr. Brinkmann, Tel. 040-7410-56129,brinkm...@uke.de Hr. Werner,Tel. 040-7410-59630,k.wer...@uke.de Vielen Dank

Re: radiusd -X SQL suggests not found however user attributes are in the radcheck table?

2012-07-31 Thread Fajar A. Nugraha
On Wed, Aug 1, 2012 at 5:03 AM, Kaya Saman kayasa...@gmail.com wrote: From what I can see it's quite non-complex config though one needs to understand the process of how RADIUS works and additionally the 'radius' way of doing things rather then say, a corporate network vendor way. This helps:

radiusd -X works just fine, daemon stops responding early

2012-02-14 Thread Mike
One day my requests to my Freeradius server began to timeout. When I restarted it, it would behave normally for a few seconds and then stop responding. But when I run it as radiusd -X, nothing untoward happens and it will continue to respond for ever. This is the case whether my requests come

Re: radiusd -X works just fine, daemon stops responding early

2012-02-14 Thread Fajar A. Nugraha
On Wed, Feb 15, 2012 at 11:33 AM, Mike mike...@kaikohe.net wrote: One day my requests to my Freeradius server began to timeout. When I restarted it, it would behave normally for a few seconds and then stop responding. But when I run it as radiusd -X, nothing untoward happens

Re: radiusd -X works just fine, daemon stops responding early

2012-02-14 Thread Alan Buxey
Hi, This is the case whether my requests come from a remote client, or from radtest on the local host or a remote host. I am running Freeradius 2.1.10 on OpenBSD 5.0 against a mysql server upgrade. 2.1.10 and 2.1.11 had issues with proxied requests - whenever you hit some bug the approach

Re: radiusd -X works just fine, daemon stops responding early

2012-02-14 Thread Mike
...@kaikohe.net wrote: One day my requests to my Freeradius server began to timeout. When I restarted it, it would behave normally for a few seconds and then stop responding. But when I run it as radiusd -X, nothing untoward happens and it will continue to respond for ever. Probably threads

Re: radiusd -X works just fine, daemon stops responding early

2012-02-14 Thread Alan Buxey
Hi, I am reluctant to upgrade since I prefer OpenBSD packages, but if it comes right down to it, then I will. if distro packages is what you like then sure - however you are stuck with what they can be bothered doing - I would ask kindly why they arent keeping track with releaases (point out

Re: radiusd -X works just fine, daemon stops responding early

2012-02-14 Thread Fajar A. Nugraha
On Wed, Feb 15, 2012 at 2:21 PM, Mike mike...@kaikohe.net wrote: I just tried radiusd -s and it is 30 minutes up so far. Will report back overnight. If it works then you find your culprit :D I am reluctant to upgrade since I prefer OpenBSD packages, but if it comes right down to it,

Re: radiusd -X works just fine, daemon stops responding early

2012-02-14 Thread Mike
there are alternatives for packages too eg http://openports.se/net/freeradius Thanks for that. I'll make a note for a rainy day. Mike - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

radiusd -X read my sql database but not freeradius -X

2011-07-18 Thread schnoocats
Hello everybody, as part of my studies I try to set up a radius server with a mysql database. I have a wifi access point defined as a client (172.16.140.87) in a NAS table inside my radius database. Everything works perfectly when i test with the tool radiusd -X ! But when i use the tool

Re: radiusd -X read my sql database but not freeradius -X

2011-07-18 Thread Fajar A. Nugraha
perfectly when i test with the tool radiusd -X ! This is most likely freeradius installation that you installed manually from source ... But when i use the tool freeradius -X it does not connect to the database, ... while this is the one that comes with Debian/Ubuntu as a package. so

Re: radiusd -X read my sql database but not freeradius -X

2011-07-18 Thread Serge van Namen
perfectly when i test with the tool radiusd -X ! But when i use the tool freeradius -X it does not connect to the database, so it will not read the client and therefore I 'have a great Ignoring request to authentication address * port 1812 from 172.16.140.87 port 59129 unknown customer. when i test

Re: radiusd -X read my sql database but not freeradius -X

2011-07-18 Thread Arran Cudbard-Bell
with the tool radiusd -X ! But when i use the tool freeradius -X it does not connect to the database, so it will not read the client and therefore I 'have a great Ignoring request to authentication address * port 1812 from 172.16.140.87 port 59129 unknown customer. when i test. What

Re: radiusd -X read my sql database but not freeradius -X

2011-07-18 Thread schnoocats
but it does not start at boot ... I think there is a script to add or modify in the /etc/init.d/ -- View this message in context: http://freeradius.1045715.n5.nabble.com/radiusd-X-read-my-sql-database-but-not-freeradius-X-tp4598772p4599134.html Sent from the FreeRadius - User mailing list archive

Re: radiusd -X read my sql database but not freeradius -X

2011-07-18 Thread Fajar A. Nugraha
On Mon, Jul 18, 2011 at 6:46 PM, schnoocats schnooc...@laposte.net wrote: Thank you, you're right !!! I have two installations of freeradius unintentionally ... Actually I'm under ubuntu server 10.04, I have compiled from freeradius-server-2.1.11.tar.gz I guess at one point I had to install

Re: radiusd -X read my sql database but not freeradius -X

2011-07-18 Thread sgilmour
What about if you compile using the Synaptic Package Manager? -- View this message in context: http://freeradius.1045715.n5.nabble.com/radiusd-X-read-my-sql-database-but-not-freeradius-X-tp4598772p4599357.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info

Re: radiusd -X read my sql database but not freeradius -X

2011-07-18 Thread schnoocats
Thanks Fajar for your proposal (PPA) I've just 2 beginner's questions: What does it mean dfsg ? What does it mean git ? -- View this message in context: http://freeradius.1045715.n5.nabble.com/radiusd-X-read-my-sql-database-but-not-freeradius-X-tp4598772p4599399.html Sent from the FreeRadius

Re: radiusd -X read my sql database but not freeradius -X

2011-07-18 Thread Alan Buxey
Hi, Thanks Fajar for your proposal (PPA) I've just 2 beginner's questions: What does it mean dfsg ? What does it mean git ? DFSG = Debian Free Software Guidelines part of the DEBIAN social contract GIT = a revision control system (a way of storing files in a project so that multiple

Re: radiusd -X read my sql database but not freeradius -X

2011-07-18 Thread Fajar A. Nugraha
On Mon, Jul 18, 2011 at 7:57 PM, schnoocats schnooc...@laposte.net wrote: Thanks Fajar for your proposal (PPA) PPA is not proposal. It's personal package archives. See http://blog.launchpad.net/ppa/personal-package-archives-for-everyone I've just 2 beginner's questions: What does it mean

Re: radiusd -X read my sql database but not freeradius -X

2011-07-18 Thread schnoocats
this message in context: http://freeradius.1045715.n5.nabble.com/radiusd-X-read-my-sql-database-but-not-freeradius-X-tp4598772p4599730.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problem running 'radiusd -X'

2010-06-13 Thread Zhouhuai Shen
Hi, I have a problem running the 'radiusd -X'. The error messages are as the following: default new install from source? the EAP part needs some certs being made.see this bit: make_cert_command = /etc/raddb/certs/bootstrap this runs /etc/raddb/certs/bootstrap script

Re: Problem running 'radiusd -X'

2010-06-13 Thread Alan Buxey
Hi, I have manually run the script, looks better. But when I run the 'radiusd -X' again, other errors appear: rlm_eap: SSL error error::lib(0):func(0):reason(0) rlm_eap_tls: Error loading randomness rlm_eap: Failed to initialize type tls /etc/raddb/eap.conf[17]: Instantiation

Problem running 'radiusd -X'

2010-06-10 Thread Zhouhuai Shen
Hi, I have a problem running the 'radiusd -X'. The error messages are as the following: Module: Linked to sub-module rlm_eap_tls Module: Instantiating eap-tls tls { rsa_key_exchange = no dh_key_exchange = yes rsa_key_length = 512 dh_key_length = 512

problem with 'radiusd -X'

2010-06-10 Thread Zhouhuai Shen
Hi, I have a problem running 'radiusd -X'. The version I used is freeradius-server-2.1.9. The followings are error messages: Module: Linked to sub-module rlm_eap_tls Module: Instantiating eap-tls tls { rsa_key_exchange = no dh_key_exchange = yes rsa_key_length

Re: Problem running 'radiusd -X'

2010-06-10 Thread Alan Buxey
Hi, I have a problem running the 'radiusd -X'. The error messages are as the following: default new install from source? the EAP part needs some certs being made.see this bit: make_cert_command = /etc/raddb/certs/bootstrap this runs /etc/raddb/certs/bootstrap script to make

radiusd -X

2010-05-02 Thread dorra aa
HI I try to test freeradius with this command radiusd -X. but i get that error: radiusd: Opening IP addresses and Ports listen { type = auth ipaddr = * port = 0 Failed binding to authentication address * port 1812: Address already in use /usr/local/etc/raddb/radiusd.conf

Re: radiusd -X

2010-05-02 Thread Nyamul Hassan
try to test freeradius with this command radiusd -X. but i get that error: radiusd: Opening IP addresses and Ports listen { type = auth ipaddr = * port = 0 Failed binding to authentication address * port 1812: Address already in use /usr/local/etc/raddb/radiusd.conf[240

Re: radiusd -X

2010-05-02 Thread Alan Buxey
Hi, It means some other process is already listening on that port. The most usual case is that you already have radius running. Try running: ps aux | grep radius The output should say if you already have radius running. aye. netstat -anp etc should also show you whats on port 1812

Re: radiusd -X

2010-05-02 Thread Mark
Quite evident that the port is in use. On 02-May-2010, at 11:38 PM, dorra aa wrote: HI I try to test freeradius with this command radiusd -X. but i get that error: radiusd: Opening IP addresses and Ports listen { type = auth ipaddr = * port = 0 Failed binding

Re: radiusd -X

2010-05-02 Thread Jason 'XenoPhage' Frisvold
On May 2, 2010, at 9:39 PM, Mark wrote: Quite evident that the port is in use. This might help :) sudo netstat -anp | grep 1812 On 02-May-2010, at 11:38 PM, dorra aa wrote: HI I try to test freeradius with this command radiusd -X. but i get that error: radiusd: Opening IP addresses

Re: radiusd -X

2010-05-02 Thread Mark
is in use. This might help :) sudo netstat -anp | grep 1812 On 02-May-2010, at 11:38 PM, dorra aa wrote: HI I try to test freeradius with this command radiusd -X. but i get that error: radiusd: Opening IP addresses and Ports listen { type = auth ipaddr = * port = 0 Failed

Re: /usr/local/sbin/radiusd -X problem

2010-03-18 Thread gmani
error bash-3.00# /usr/local/sbin/radiusd -X FreeRADIUS Version 2.1.6, for host sparc-sun-solaris2.10, built on Jul 30 2009 at 20:25:20 Copyright (C) 1999-2009 The FreeRADIUS server project and contributors. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR

Re: /usr/local/sbin/radiusd -X problem

2010-03-18 Thread Bob Brandt
I'm not anything even approaching an expert, but it looks like you don't have your certs setup properly or the file paths are pointing to the wrong place. Bob On Thu, Mar 18, 2010 at 6:13 AM, gmani gmanikandan...@gmail.com wrote: gmani wrote: The same Problem I am getting My Solaris

Re: /usr/local/sbin/radiusd -X problem

2010-03-18 Thread Alan Buxey
Hi, The same Problem I am getting My Solaris Servers while starting the radius server. How can I fix this . can U give me detailed explanation. the output is fairly obvious: /usr/local/etc/raddb/certs/bootstrap: make: not found /usr/local/etc/raddb/certs/bootstrap: openssl: not

radiusd -X with timestamps?

2010-02-02 Thread freeradius
Is there any way to get timestamps to display when running radiusd -X? I get them when running as a service, but then I don't get the same detail in radius.log Rick Rick Steeves http://www.sinister.net In reality nothing is more damaging to the adventurous spirit within a man than

Re: radiusd -X with timestamps?

2010-02-02 Thread Gabriel Blanchard
On 2010-02-02, at 9:12 AM, freerad...@corwyn.net wrote: Is there any way to get timestamps to display when running radiusd -X? simple, radiusd -XX - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radiusd -X with timestamps?

2010-02-02 Thread Alan DeKok
freerad...@corwyn.net wrote: Is there any way to get timestamps to display when running radiusd -X? $ radiusd -Xx Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

radiusd only starting with radiusd -X, but not as daemon via rc.freeradius

2010-01-23 Thread Michael Arndt
hello *, 1. i can start radiusd with a valid and working radiusd.config using radiusd -X in this case auth using e.g radtest or other clients is working and stable .. 2. without the -X option and as a service via rc.freeradius radiusd will start, but authentication against radius

Re: radiusd only starting with radiusd -X, but not as daemon via rc.freeradius

2010-01-23 Thread Alan DeKok
Michael Arndt wrote: 1. i can start radiusd with a valid and working radiusd.config using radiusd -X in this case auth using e.g radtest or other clients is working and stable .. 2. without the -X option and as a service via rc.freeradius radiusd will start, but authentication

Re: radiusd only starting with radiusd -X, but not as daemon via rc.freeradius

2010-01-23 Thread Alan Buxey
Hi, 1. i can start radiusd with a valid and working radiusd.config using radiusd -X in this case auth using e.g radtest or other clients is working and stable .. 2. without the -X option and as a service via rc.freeradius radiusd will start, but authentication against radius

Re: Can't start radiusd -X ?

2010-01-18 Thread Fernando
Zhang Shukun escribió: hi, when i want to start radius in debug mode. error happened. Failed binding to authentication address * port 1812: Address already in use /usr/local/etc/raddb/radiusd.conf[240]: Error binding to port for 0.0.0.0 port 1812 Could you tell me what's wrong? kill your

Re: Problem running radiusd -X

2010-01-16 Thread Alan Buxey
Hi, Hi I am a novice user of linux. I need to install and use freeradius. I have openSuse 11.1 and am logged in as root. I have installed freeradius using yast and the installation seemed to go fine. When I run radiusd -X I get the following problem. unable to write 'random

Re: Problem running radiusd -X

2010-01-15 Thread blaqb0x
radiusd -X I get the following problem. unable to write 'random state' dh: Permission denied make: *** [dh] Error 1 Exec-Program output: openssl dhparam -out dh 1024 Exec-Program-Wait: plaintext: openssl dhparam -out dh 1024 Exec-Program: returned: 2 rlm_eap: Failed to initialize type tls /etc

Re: radiusd -X On First Boot

2010-01-08 Thread Alan Buxey
Hi, I've modified the RPM to run /etc/raddb/certs/bootstrap if it's the initial install (not an upgrade) and /etc/raddb/certs/server.pem does not exist. This should remove the need to run the server in debug mode initially. Actually I had opened a bug report to myself a few months ago

Re: radiusd -X On First Boot

2010-01-07 Thread John Dennis
On 01/05/2010 06:09 PM, Josip Rodin wrote: On Tue, Jan 05, 2010 at 03:37:25PM -0500, John Dennis wrote: I am running RHEL 5.3 and FreeRADIUS Version 2.1.8. When I install freeradius and attempt to start it for the first time using the /etc/init.d/radiusd start script it always fails (only

radiusd -X On First Boot

2010-01-05 Thread Brian Carpio
I am running RHEL 5.3 and FreeRADIUS Version 2.1.8. When I install freeradius and attempt to start it for the first time using the /etc/init.d/radiusd start script it always fails (only right after freeradius is installed), once i run freeradius with -X (in debug mode) it creates all the keys and

Re: radiusd -X On First Boot

2010-01-05 Thread Alan Buxey
Hi, I am running RHEL 5.3 and FreeRADIUS Version 2.1.8. When I install freeradius and attempt to start it for the first time using the /etc/init.d/radiusd start script it always fails (only right after freeradius is installed), once i run freeradius with -X (in debug mode) it creates all

Re: radiusd -X On First Boot

2010-01-05 Thread Alan DeKok
Brian Carpio wrote: I am running RHEL 5.3 and FreeRADIUS Version 2.1.8. When I install freeradius and attempt to start it for the first time using the /etc/init.d/radiusd start script it always fails (only right after freeradius is installed), once i run freeradius with -X (in debug mode)

Re: radiusd -X On First Boot

2010-01-05 Thread Brian Carpio
Alan, Yes thanks for the reply you are correct it probably should go into the RPM I can rewrite the RHEL rpm to do this if I knew what to do? When I simply run radiusd -X the keys are created is there a non interactive option I can use to create the keys for the first time such as radiusd

Re: radiusd -X On First Boot

2010-01-05 Thread John Dennis
On 01/05/2010 03:16 PM, Alan Buxey wrote: Hi, I am running RHEL 5.3 and FreeRADIUS Version 2.1.8. When I install freeradius and attempt to start it for the first time using the /etc/init.d/radiusd start script it always fails (only right after freeradius is installed), once i run freeradius

Re: radiusd -X On First Boot

2010-01-05 Thread John Dennis
On 01/05/2010 03:35 PM, Brian Carpio wrote: Alan, Yes thanks for the reply you are correct it probably should go into the RPM I can rewrite the RHEL rpm to do this if I knew what to do? When I simply run radiusd -X the keys are created is there a non interactive option I can use to create

Re: radiusd -X On First Boot

2010-01-05 Thread Alan Buxey
Hi, 2) The certificates created are *temporary* and *not* intended for production use. As such it's always a good idea to bring this crucial fact to the attention of the person installing the server. No better way yeah, explain the default install of Apache HTTPD with snakeoil

Re: radiusd -X On First Boot

2010-01-05 Thread Fajar A. Nugraha
On Wed, Jan 6, 2010 at 3:37 AM, John Dennis jden...@redhat.com wrote: 2) The certificates created are *temporary* and *not* intended for production use. As such it's always a good idea to bring this crucial fact to the attention of the person installing the server. No better way to make them

Re: radiusd -X On First Boot

2010-01-05 Thread Josip Rodin
On Tue, Jan 05, 2010 at 03:37:25PM -0500, John Dennis wrote: I am running RHEL 5.3 and FreeRADIUS Version 2.1.8. When I install freeradius and attempt to start it for the first time using the /etc/init.d/radiusd start script it always fails (only right after freeradius is installed), once i

Re: Can't start radiusd -X ?

2009-12-18 Thread Bjørn Mork
John Dennis jden...@redhat.com writes: You can stop it using the service radiusd stop command if your OS supports it, or killall radiusd if the service command is not available or doesn't work for some reason. I believe it's polite to ask whether they use Solaris before giving that advice

Re: Can't start radiusd -X ?

2009-12-18 Thread John Dennis
On 12/18/2009 04:40 AM, Bjørn Mork wrote: John Dennisjden...@redhat.com writes: You can stop it using the service radiusd stop command if your OS supports it, or killall radiusd if the service command is not available or doesn't work for some reason. I believe it's polite to ask whether

Can't start radiusd -X ?

2009-12-17 Thread Zhang Shukun
hi, when i want to start radius in debug mode. error happened. Failed binding to authentication address * port 1812: Address already in use /usr/local/etc/raddb/radiusd.conf[240]: Error binding to port for 0.0.0.0 port 1812 Could you tell me what's wrong? Thanks! -- Regards, Sucan - List

Re: Can't start radiusd -X ?

2009-12-17 Thread tnt
hi, when i want to start radius in debug mode. error happened. Failed binding to authentication address * port 1812: Address already in use /usr/local/etc/raddb/radiusd.conf[240]: Error binding to port for 0.0.0.0 port 1812 Could you tell me what's wrong? Freeradius is already running.

Re: Can't start radiusd -X ?

2009-12-17 Thread Zhang Shukun
Thank you for your reply! i try to find the process of running radius use top command, and kill then. but failed. i don't know which is the right process of radius. Could you tell me? [r...@localhost raddb]# top top - 18:34:35 up 8:01, 4 users, load average: 0.15, 0.11, 0.03 Tasks: 89

Re: Can't start radiusd -X ?

2009-12-17 Thread John Dennis
On 12/17/2009 08:41 PM, Zhang Shukun wrote: hi, when i want to start radius in debug mode. error happened. Failed binding to authentication address * port 1812: Address already in use /usr/local/etc/raddb/radiusd.conf[240]: Error binding to port for 0.0.0.0 port 1812 Could you tell me what's

Re: Can't start radiusd -X ?

2009-12-17 Thread John Dennis
On 12/17/2009 09:09 PM, Zhang Shukun wrote: Thank you for your reply! i try to find the process of running radius use top command, and kill then. but failed. i don't know which is the right process of radius. Could you tell me? top is the wrong command, us ps instead Consider taking a

Re: Can't start radiusd -X ?

2009-12-17 Thread Zhang Shukun
Thanks a lot! the command killall radiusd works! 2009/12/18 John Dennis jden...@redhat.com On 12/17/2009 08:41 PM, Zhang Shukun wrote: hi, when i want to start radius in debug mode. error happened. Failed binding to authentication address * port 1812: Address already in use

Re: Can't start radiusd -X ?

2009-12-17 Thread Zhang Shukun
Ok, i am new to linux. and i will consider your suggestion. ;) 2009/12/18 John Dennis jden...@redhat.com On 12/17/2009 09:09 PM, Zhang Shukun wrote: Thank you for your reply! i try to find the process of running radius use top command, and kill then. but failed. i don't know which is the

Re: radiusd -X

2009-12-16 Thread kachin Agarwal
Hi, After a lot of investigation, i have found the reason for my low auth-rate. The auth-rate i m gettin now is 3/sec. so approx. 330 ms per authentication. this is a radiusd -X : eap] processing type peap [peap] processing EAP-TLS [peap] eaptls_verify returned 7 [peap] Done initial

Re: radiusd -X

2009-12-16 Thread Paul Ryszka
. 330 ms per authentication. this is a radiusd -X : eap] processing type peap [peap] processing EAP-TLS [peap] eaptls_verify returned 7 [peap] Done initial handshake [peap] (other): before/accept initialization [peap] TLS_accept: before/accept initialization [peap] TLS 1.0

Re: radiusd -X

2009-12-16 Thread kachin Agarwal
Hey, I am new to this.. wat does this hardware SSL accelerator card do???  where do u get this??? Thanks Regards, Kachin The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/- List info/subscribe/unsubscribe? See

Re: radiusd -X

2009-12-15 Thread kachin Agarwal
Hi,  I have a doubt. If  the entire authentication ends in milli seconds then how can it wait for about 4.9 seconds in each handshake.??? Thanks Regards, Kachin The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/- List

Re: radiusd -X

2009-12-15 Thread Josip Rodin
On Tue, Dec 15, 2009 at 01:49:35PM +0530, kachin Agarwal wrote:  I have a doubt. If  the entire authentication ends in milli seconds then how can it wait for about 4.9 seconds in each handshake.??? It's not relevant, read the two lines above that say: Finished request 0. Going to the next

Re: radiusd -X

2009-12-15 Thread kachin Agarwal
Ok. 1 last thing. I have done some experiments bcoz my auth-rate is low. i ve included timestamps in the freeradius code and in some modules. and i found out -  Finished Request 0  : Tue, 15 Dec 2009 07:08:35  0.788477  Going to the next Request  : Tue, 15 Dec 2009 07:08:35  0.788649  

Re: radiusd -X

2009-12-15 Thread Alan Buxey
Hi, Ok. 1 last thing. What does it do for such a long time till the next request comes in?? it waits. do some proper benchmarking and you'll see that it is waiting and not delaying things. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radiusd -X

2009-12-15 Thread Alan DeKok
kachin Agarwal wrote: I have done some experiments bcoz my auth-rate is low. i ve included timestamps in the freeradius code Use radiusd -Xx. It will print out time stamps for you. There is no need to change the code. and in some modules. and i found out - Finished Request 0 : Tue,

Re: radiusd -X

2009-12-15 Thread kachin Agarwal
Hi, radiusd -Xx does not work in my case. It shows the timestamp but before it authenticates it gets timed out. It takes a hell lot of time to authenticate when i use radiusd -X. So i itself included all the timestamp code.. Thanx Regards, Kachin The INTERNET now has a personality

Re: radiusd -X

2009-12-15 Thread Alan Buxey
Hi, Hi, radiusd -Xx does not work in my case. It shows the timestamp but before it authenticates it gets timed out. It takes a hell lot of time to authenticate when i use radiusd -X. So i itself included all the timestamp code.. how slow is your terminal/connection/output? radiusd -Xx

Re: radiusd -X

2009-12-15 Thread Alan DeKok
kachin Agarwal wrote: Hi, radiusd -Xx does not work in my case. It shows the timestamp but before it authenticates it gets timed out. Huh? That likely means you have DNS lookups turned on, but no working DNS server. It takes a hell lot of time to authenticate when i use radiusd -X

Re: radiusd -X

2009-12-15 Thread Johan Meiring
kachin Agarwal wrote: What does it do for such a long time till the next request comes in?? Nothing. What would you like it to do? -- Johan Meiring Cape PC Services CC Tel: (021) 883-8271 Fax: (021) 886-7782 - List info/subscribe/unsubscribe? See

  1   2   >