Re: New install does not respond to requests

2009-09-28 Thread Alan DeKok
Alex M wrote: > When i start in -X mode i don't see any errors but the half of the log > is cut off (i guess output is too long) What does that mean? If half the log is missing, it's because the configuration is wrong. > I fugue that SQL statements are not executed but how can i debug that?

Re: New install does not respond to requests

2009-09-28 Thread Alex M
So i dont even see any access to my database at all, i see that SQL config is loaded but no request Do i have to add any parameters when compiling the code so that we have support of network functionality? TNX a lot! On Mon, Sep 28, 2009 at 7:26 PM, Alex M wrote: > tee worked =) tnx > still no l

Re: Configuration of FreeRADIUS on Ubuntu/Debian with OPEN-LDAP Authentication

2009-09-28 Thread Justin Steward
On Tue, Sep 29, 2009 at 12:45 AM, Ryaz Khan wrote: > I googled it lot but did not come to any comprehensive solution. You'll probably learn this the hard way anyway, but don't try to google for freeradius. Most of those hits will be outdated, even if it is on the topic you're searching for. 1) S

Re: New install does not respond to requests

2009-09-28 Thread Alex M
Ok readclients was not enabled :( Still enabling that did not help. (I did restart the server after enabling it ;-) How do I output screen to file? I tried radiusd -X >radius_log.txt but that just didnt execure anything :( tnx for helping On Mon, Sep 28, 2009 at 6:03 PM, Ivan Kalik wrote: >

Re: New install does not respond to requests

2009-09-28 Thread Alan Buxey
Hi, > unfortunately its aint working :( well i see config files have changed > dramatically so maybe i did something wrong. so long as you didnt just paste the old configs over you'll be okay > What we did we installed everything, unquoted SQL module in dadiusd.config > add proper MySQL info >

Re: New install does not respond to requests

2009-09-28 Thread Ivan Kalik
> When i start in -X mode i don't see any errors but the half of the log is > cut off (i guess output is too long) So send the output to a file. > When I send request i'm getting response that client is unknown. (I did > add > nas info in the nas table) Did you enable readclients in sql.conf? >

New install does not respond to requests

2009-09-28 Thread Alex M
hey all we just upgraded from 1.x.x to latest version of FreeRadius unfortunately its aint working :( well i see config files have changed dramatically so maybe i did something wrong. What we did we installed everything, unquoted SQL module in dadiusd.config add proper MySQL info When i start in

Re: Error: WARNING: Unresponsive child

2009-09-28 Thread Ivan Kalik
> Basically, the number of subscribers increased. If we do a maintenance > window where we swing back and forth the traffic to the router, all > the subscribers will hit the router which eventually push all the > RADIUS Requests to the RADIUS server in one shot and on which the > MySQL backend is c

Re: Start Freeradius at boot

2009-09-28 Thread John Dennis
The quoting in this thread is so confused I'm not going to try and unravel it. The Sytem -> Preferences -> Startup Applications menu item is only for desktop applications running in a session. That is quite a bit different than system services, sometimes called daemons. Typically the radius s

Re: Build failure on arch Linux

2009-09-28 Thread Alexander Clouter
Alan DeKok wrote: > > [snipped] > > $ export CFLAGS=-DIE_LIBTOOL_DIE > $ ./configure > $ make > > Or, edit the top-level "Make.inc" after a previous "configure", and > find the CFLAGS line. Add "-DIE_LIBTOOL_DIE" to it, and it should work. > > The macro name has, of course, no meaning, and d

Reminder: Webinar with FreeRADIUS and MySQL: Sept. 30

2009-09-28 Thread Alan DeKok
I will be giving a Webinar with MySQL on September 30. Registration is available at: http://www.mysql.com/news-and-events/web-seminars/display-419.html The webinar will be given via Webex. You will need an account on mysql.com in order to register and see webex details. The full announce

Re: Error: WARNING: Unresponsive child

2009-09-28 Thread Alan DeKok
muffin sk wrote: > Basically, the number of subscribers increased. If we do a maintenance > window where we swing back and forth the traffic to the router, What does that mean? You kick all of the users off, and then allow them back on? > all > the subscribers will hit the router which eventua

Re: Start Freeradius at boot

2009-09-28 Thread Alan Buxey
hi, note sure why you are reversing the email conversation tags, however you installed from source so, in the source directory (where you ran ./configure) there is a redhat directory. in that directory is an rc. file - that needs to be copied into the /etc/init.d eg cp rc.whatever /etc/init.d/r

Re: Start Freeradius at boot

2009-09-28 Thread Paul . Blalock
did you install FreeRADIUS via yum and a repository or from source? Downloaded freeradius-server-2.1.7.tar.gz, extracted to home directory, and then ./configure, make, make install. if from the repsository you should have a selectable service with eg the standard Fedora system startup tools -

RE: Build failure on arch Linux

2009-09-28 Thread Leighton Man
> what system are you building on - I've noted several 'creaky' > distros of late which have older versions of the tools/libraries > Arch Linux - 2.6.30 kernel and libtool 2.2.6a-3 which seems to be part of the problem. All compiled now so hopefully will find time to test tomorrow. After that bac

Re: Build failure on arch Linux

2009-09-28 Thread Alan Buxey
Hi, > Hi, > > Foolishly, I said earlier today, that building on Linux should be a breeze. I > should have kept quiet!! ;-) what system are you building on - I've noted several 'creaky' distros of late which have older versions of the tools/libraries alan - List info/subscribe/unsubscribe? Se

Re: Start Freeradius at boot

2009-09-28 Thread Alan Buxey
Hi, > Guess I did forget to include that. I am using Fedora 11, installed from > CD, and when I > do a 'chkconfig radiusd on', it says no such file or directory. did you install FreeRADIUS via yum and a repository or from source? if from the repsository you should have a selectable service wit

RE: Build failure on arch Linux

2009-09-28 Thread Leighton Man
> The macro name has, of course, no meaning, and doesn't > demonstrate any opinion about libtool. > Nevertheless it worked like a dream :-) Many thanks Alan, Leighton --- This transmission is confidential and may be legally privileged. If you receive it in error, please notify us immediatel

Re: Build failure on arch Linux

2009-09-28 Thread Alan DeKok
Leighton Man wrote: > Foolishly, I said earlier today, that building on Linux should be a breeze. I > should have kept quiet!! > > I downloaded 2.1.7 and it failed to build rlm_krb5 with messages about > structure members. I reran configure with --without-rlm-krb5 and got: > In function 'setup_m

Build failure on arch Linux

2009-09-28 Thread Leighton Man
Hi, Foolishly, I said earlier today, that building on Linux should be a breeze. I should have kept quiet!! I downloaded 2.1.7 and it failed to build rlm_krb5 with messages about structure members. I reran configure with --without-rlm-krb5 and got: In function 'setup_modules': undefined ref to

Re: Start Freeradius at boot

2009-09-28 Thread Paul . Blalock
Hi, I am trying to get freeradius to start at boot time so that I don't have to log in for it to start up. I saw a previous post that said to “Manually add the links in /etc/rc[0-6].d.” I am not sure what links this is referring to though, so I am at a standstill as to how to do this. dpend

Re: Error: WARNING: Unresponsive child

2009-09-28 Thread Alan Buxey
Hi, > Retry Count is the maximum number of times that the router retransmits > a RADIUS packet to the RADIUS server. In this case, this has been > increased from 3 times to 10 times. > > Timeout is the interval (in seconds) before the router retransmits a > RADIUS packet to the RADIUS server. In

Re: Configuration of FreeRADIUS on Ubuntu/Debian with OPEN-LDAP Authentication

2009-09-28 Thread Alan Buxey
Hi, > I googled it lot but did not come to any comprehensive solution. http://wiki.freeradius.org/Rlm_ldap you need to ensure that the FreeRADIUS LDAP module can talk to your LDAP server - check the LDAP configuration in FreeRADIUS to ensure that the configuration, password etc etc is fine (mo

Re: Start Freeradius at boot

2009-09-28 Thread Alan Buxey
Hi, > I am trying to get freeradius to start at boot time so that I don't have > to log in for it to start up. I saw a previous post that said to > “Manually add the links in /etc/rc[0-6].d.” > I am not sure what links this is referring to though, so I am at a > standstill as to how to do this

Re: Error: WARNING: Unresponsive child

2009-09-28 Thread muffin sk
Hello Alan and all, On Mon, Sep 28, 2009 at 10:30 PM, Alan Buxey wrote: > > so the router now hits the RADIUS 10 times insteda of 3 > but has more casuallnes in timeout Basically: Retry Count is the maximum number of times that the router retransmits a RADIUS packet to the RADIUS server. In thi

Re: rlm

2009-09-28 Thread John Dennis
On 09/28/2009 12:32 AM, José Johnny RANDRIAMAMPIONONA wrote: Dear all, I posted this problem a week ago after searching in posted and solved emails like here (http://www.mail-archive.com/search?q=rlm_ldap&l=freeradius-us...@lists.cistron.nl&start=40

Configuration of FreeRADIUS on Ubuntu/Debian with OPEN-LDAP Authentication

2009-09-28 Thread Ryaz Khan
Hello everyone, I am the new member of this list, I just joined today and this is my first question so please ignore any unknown mistake(s) ! I have *Ubuntu Server edition 8.04.3* configured with samba with * open-ldap(slapd)* authentication which works pretty well I also installed *FreeRADIUS 2

Start Freeradius at boot

2009-09-28 Thread Paul . Blalock
I am trying to get freeradius to start at boot time so that I don't have to log in for it to start up. I saw a previous post that said to “Manually add the links in /etc/rc[0-6].d.” I am not sure what links this is referring to though, so I am at a standstill as to how to do this. Thanks Pa

Re: Rlm_ldap not found

2009-09-28 Thread José Johnny RANDRIAMAMPIONONA
this rlm_ldap is weird ... I have the same problem, and I m still on it ... Hope the team ll be nice to show us the solution ... Best 2009/9/28 Leighton Man > > > do you have multiple copied of freeradius installed? did you > > install it from source at some pint - or from another package? > > >

Re: Error: WARNING: Unresponsive child

2009-09-28 Thread Alan Buxey
Hi, > Previously, this has been working smoothly. Then we changed some > configurations on the following devices which currently we are now too many changes made at the same time. > - Retry Count from 3 to 10 > - Timeout from 3 to 10 so the router now hits the RADIUS 10 times insteda of 3 but h

Re: Error: WARNING: Unresponsive child

2009-09-28 Thread muffin sk
Hello Alan and all, On Mon, Sep 28, 2009 at 6:43 PM, Alan Buxey wrote: > > > this sort of message means that the child process is taking > ages to do what is asked of it. in this case, its accounting and > the accounting config is trying to run some external executable which > is taking a while t

Re: Freeradius certificate not chain problem

2009-09-28 Thread Ivan Kalik
> I am trying to in an install an SSL certificate issued by Janet on a > freeradius (open source radius application). The installation and the > configuration went fine however Microsoft windows vista and Apple Mac > machines are prompting that the certificate is not chain. > > Here my TLS configur

RE: Rlm_ldap not found

2009-09-28 Thread Leighton Man
> do you have multiple copied of freeradius installed? did you > install it from source at some pint - or from another package? > No and No > i'm not the package maintainer so cant say how your chosen > package was compiled... i build from source > Think I should too. I compiled it on solaris s

Re: Rlm_ldap not found

2009-09-28 Thread Alan Buxey
Hi, > > Many thanks for the quick response > > > install freeradius-ldap package too. > > Tried that first - package not found - so I went looking for rlm_ldap and > it's there in usr/lib/freeradius along with the other modules > > Am I missing something obvious?? do you have multiple copied

Freeradius certificate not chain problem

2009-09-28 Thread trevor obba
I am trying to in an install an SSL certificate issued by Janet on a freeradius (open source radius application). The installation and the configuration went fine however Microsoft windows vista and Apple Mac machines are prompting that the certificate is not chain. Here my TLS configuration in

RE: Rlm_ldap not found

2009-09-28 Thread Leighton Man
Many thanks for the quick response > install freeradius-ldap package too. Tried that first - package not found - so I went looking for rlm_ldap and it's there in usr/lib/freeradius along with the other modules Am I missing something obvious?? Thanks again, Leighton --- This transmission is

Re: Rlm_ldap not found

2009-09-28 Thread Alan Buxey
Hi, > Hi all, > Hope this is an easy one: > Freeradius 2.1.6 on arch linux installed from a package. All is well until I > uncomment ldap in the authorise section of sites-enabled/inner-tunnel then I > get: install freeradius-ldap package too. thats if the freeradius has been packages up like

Rlm_ldap not found

2009-09-28 Thread Leighton Man
Hi all, Hope this is an easy one: Freeradius 2.1.6 on arch linux installed from a package. All is well until I uncomment ldap in the authorise section of sites-enabled/inner-tunnel then I get: /etc/raddb/modules/ldap[29]: Failed to link to module 'rlm_ldap': file not found followed by Failed to f

RE: your mail

2009-09-28 Thread Kamil Semavi
I tried 10 sql socks... ill let you know results -Original Message- From: freeradius-users-bounces+kamil=extendbroadband@lists.freeradius.org [mailto:freeradius-users-bounces+kamil=extendbroadband@lists.freeradius. org] On Behalf Of Ivan Kalik Sent: Monday, September 28, 2009 3:44

RE: your mail

2009-09-28 Thread Kamil Semavi
Yes at startup all connections accepts and connects. My radius is working .users can authenticate. -Original Message- From: freeradius-users-bounces+kamil=extendbroadband@lists.freeradius.org [mailto:freeradius-users-bounces+kamil=extendbroadband@lists.freeradius. org] On Behalf

RE: your mail

2009-09-28 Thread Ivan Kalik
> At my sql.conf : # number of sql connections to make to server > num_sql_socks = 20 > > my db is windows based, queries are pretty fast. > > Is there specific configuration that I can check? Do a debug of server startup. Can you connect to the database at all? If not, check connection sett

Re: your mail

2009-09-28 Thread Alan Buxey
Hi, > Hello > At my sql.conf : # number of sql connections to make to server > num_sql_socks = 20 > > my db is windows based, queries are pretty fast. > > Is there specific configuration that I can check? I recall a long time back having a problem when mysql was given that many sockets

RE: your mail

2009-09-28 Thread Kamil Semavi
Hello At my sql.conf : # number of sql connections to make to server num_sql_socks = 20 my db is windows based, queries are pretty fast. Is there specific configuration that I can check? Thanks -Original Message- From: freeradius-users-bounces+kamil=extendbroadband@lists.fr

Re:

2009-09-28 Thread Ivan Kalik
> Why I am having this error messages? Here is my radiusd.conf Your database isn't working or radius server lost connection to database server. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: your mail

2009-09-28 Thread Rakotomandimby Mihamina
09/28/2009 03:09 PM, Alan Buxey: FreeRADIUS can handle several hundred AAA per second without issues..but you put something in its way that is slow - LDAP lookup, LDAP lookup is always fast ;-) Slowness is only for relational stuff -- Architecte Informatique chez Blueline/Gulfsat:

Re: your mail

2009-09-28 Thread Alan Buxey
Hi, as your free support channel I would suggest that you read the errors that you are having > n Sep 28 05:01:23 2009 : Error: Dropping conflicting packet from client > private-network-2:45456 - ID: 102 due to unfinished request 73062 ^^^

Re: Error: WARNING: Unresponsive child

2009-09-28 Thread Ivan Kalik
> I am continuously getting this error message on my > /var/log/radius/radius.log file: > > Mon Sep 28 18:26:55 2009 : Error: WARNING: Unresponsive child (id > 1094719808) for request 24026 (in component accounting module > rlm_exec) Your perl script isn't working. Ivan Kalik Kalik Informatika IS

Re: Error: WARNING: Unresponsive child

2009-09-28 Thread Alan Buxey
Hi, > Hello all, > > I am continuously getting this error message on my > /var/log/radius/radius.log file: > > Mon Sep 28 18:26:55 2009 : Error: WARNING: Unresponsive child (id > 1094719808) for request 24026 (in component accounting module > rlm_exec) > > In effect, I got a timeout on account s

Error: WARNING: Unresponsive child

2009-09-28 Thread muffin sk
Hello all, I am continuously getting this error message on my /var/log/radius/radius.log file: Mon Sep 28 18:26:55 2009 : Error: WARNING: Unresponsive child (id 1094719808) for request 24026 (in component accounting module rlm_exec) In effect, I got a timeout on account start and stop which resu

RE: Hi guys,

2009-09-28 Thread Kamil Semavi
Yes I am getting accounting packets. -Original Message- From: freeradius-users-bounces+kamil=extendbroadband@lists.freeradius.org [mailto:freeradius-users-bounces+kamil=extendbroadband@lists.freeradius. org] On Behalf Of Ivan Kalik Sent: Monday, September 28, 2009 12:17 PM To: Fre

Re: Hi guys,

2009-09-28 Thread Ivan Kalik
> I am trying to write user disconnections or every login to the sql. Are you getting accounting packets from NAS? Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re:

2009-09-28 Thread Ivan Kalik
> I will put your comments in my consideration. I want to ask if > there is a specific change in the ldap section configuration. I mean If I > put the same configuration of the old radius in the new one in the right > section will it work or there is some attributes that I should add? Tak

Re: need help for cisco vrf /ip address radius config

2009-09-28 Thread Ivan Kalik
> I am trying to create a dynamic interface for the dail-up users assign > it to a vrf and then configure the ip address. The config that I have > done in the users file is as; > > tcl Cleartext-Password := "tcl" > #...@cisco1.com Cleartext-Password := "tcl" > Service-Type = Framed-User, >

Re: rlm

2009-09-28 Thread Ivan Kalik
> My problem is about the ldap library for freeradius (libldap which is > needed > by rlm_ldap) ... What should I do to install and configure it 'cause it's > not in the freeradius-server package(I rebuilt it 5 times and I paid > attention to the output? No, ldap support is not included in basic

Re:

2009-09-28 Thread Alan Buxey
Hi, > I will put your comments in my consideration. I want to ask if > there is a specific change in the ldap section configuration. I mean If I > put the same configuration of the old radius in the new one in the right > section will it work or there is some attributes that I should add?

Re:

2009-09-28 Thread wessam seleem
Dear Thor, I really appreciate your help. Dear Alan, I will put your comments in my consideration. I want to ask if there is a specific change in the ldap section configuration. I mean If I put the same configuration of the old radius in the new one in the right section will it

Re: rlm

2009-09-28 Thread Alan Buxey
Hi, rlm_ldap doesnt work or cant compile? then you need to ensure that the required LDAP packages are installed on your distro. this is a distro/linux question and required such expertise and knowledge rather than a direct FreeRADIUS issue - to compiled FreeRADIUS with rlm_ldap you'll need 'openl