There are suggestions that blocks the entry into the database via mysql. Can you advise why the blocks?

http://pastebin.com/XWBp6uFw


2013/10/25 <freeradius-users-request@lists.freeradius.org>
Send Freeradius-Users mailing list submissions to
        freeradius-users@lists.freeradius.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.freeradius.org/mailman/listinfo/freeradius-users
or, via email, send a message with subject or body 'help' to
        freeradius-users-request@lists.freeradius.org

You can reach the person managing the list at
        freeradius-users-owner@lists.freeradius.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Freeradius-Users digest..."


Today's Topics:

   1. Problem building 2.2.1 without OpenSSL (Caines, Max)
   2. Re: Problem building 2.2.1 without OpenSSL (Arran Cudbard-Bell)
   3. Re: Flow Chat For FR (Jefferson Davis)
   4. dhcp (????? ????????)
   5. Re: dhcp (Alan DeKok)


----------------------------------------------------------------------

Message: 1
Date: Thu, 24 Oct 2013 15:21:41 +0000
From: "Caines, Max" <Max.Caines@wlv.ac.uk>
To: "freeradius-users@lists.freeradius.org"
        <freeradius-users@lists.freeradius.org>
Subject: Problem building 2.2.1 without OpenSSL
Message-ID:
        <51243266EE272F42B6B7C6B2464196F327F772@EXCHMBX10X01.unv.wlv.ac.uk>
Content-Type: text/plain; charset="us-ascii"

HI

I recently built FR using:

./configure --with-openssl=no --without-rlm_eap_peap --without-rlm_eap_tls --without-rlm_eap_ttls --without-rlm_otp --without-rlm_sql_postgres --without-snmp

I still got an unsatisfied reference from src/main/radius.c line 258, which calls "ssl_check_version", which of course needs the OpenSSL library. It was easy to fix, but I thought I should let you know

Regards

Max

Max Caines | Network Design Consultant | IT Services | University of Wolverhampton | 01902 322245 | 07976 841874  | Max.Caines@wlv.ac.uk<mailto:Max.Caines@wlv.ac.uk>

For contact details and general information on IT Services please visit http://www.wlv.ac.uk/its This email, together with any attachment, is for the exclusive and confidential use of the addressee(s) and may contain legally privileged information. If you receive this email in error, please visit http://www.wlv.ac.uk/ITS-disclaimer . Please consider the environment before printing this e-mail.


--
Scanned by iCritical.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20131024/c9dbeb5c/attachment-0001.html>

------------------------------

Message: 2
Date: Thu, 24 Oct 2013 16:37:46 +0100
From: Arran Cudbard-Bell <a.cudbardb@freeradius.org>
To: FreeRadius users mailing list
        <freeradius-users@lists.freeradius.org>
Subject: Re: Problem building 2.2.1 without OpenSSL
Message-ID: <1F0A2015-16AE-4D50-83B2-5730B7CEDEB1@freeradius.org>
Content-Type: text/plain; charset=windows-1252


On 24 Oct 2013, at 16:21, Caines, Max <Max.Caines@wlv.ac.uk> wrote:

> HI
>
> I recently built FR using:
>
> ./configure --with-openssl=no --without-rlm_eap_peap --without-rlm_eap_tls --without-rlm_eap_ttls --without-rlm_otp --without-rlm_sql_postgres --without-snmp
>
> I still got an unsatisfied reference from src/main/radius.c line 258, which calls ?ssl_check_version?, which of course needs the OpenSSL library. It was easy to fix, but I thought I should let you know
>

Thanks. I?ll fix that.

Arran Cudbard-Bell <a.cudbardb@freeradius.org>
FreeRADIUS Development Team



------------------------------

Message: 3
Date: Thu, 24 Oct 2013 09:36:52 -0700 (PDT)
From: Jefferson Davis <jdavis@standard.k12.ca.us>
To: FreeRadius users mailing list
        <freeradius-users@lists.freeradius.org>
Subject: Re: Flow Chat For FR
Message-ID:
        <311370988.16970.1382632612860.JavaMail.root@standard.k12.ca.us>
Content-Type: text/plain; charset="utf-8"

Here ya go...

http://en.wikipedia.org/wiki/RADIUS

----- Original Message -----

From: "Russell Mike" <radius.sir@gmail.com>
To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org>
Sent: Thursday, October 24, 2013 12:47:14 AM
Subject: Flow Chat For FR


Dear List,


i want to understand Freeradius and process flow, i was looking for flow chat for FR. Can anyone please help?


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


--

Jefferson K Davis
Technology and Information Systems Manager
Standard School District
1200 North Chester Ave
Bakersfield, CA 93308
661.392.2110 ext 120 (office)
http://district.standard.k12.ca.us

District Users:
Click here to report technology issues


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20131024/4928cf7e/attachment-0001.html>

------------------------------

Message: 4
Date: Fri, 25 Oct 2013 10:13:25 +0800
From: ????? ???????? <avdoshkin@gmail.com>
To: freeradius-users@lists.freeradius.org
Subject: dhcp
Message-ID:
        <CAJC1y5ynL5p-wrCOjRYdC1+EDUwL_oGB6jmV2KibMGx0PuHEAg@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

radiusd: FreeRADIUS Version 2.2.2, for host x86_64-unknown-linux-gnu, built
on Oct 14 2013 at 22:41:53

dhcp.conf

server dhcp {
listen {
type = dhcp
ipaddr = 10.0.0.249
port = 67
interface = vlan10
broadcast = yes
}

dhcp DHCP-Discover {
    python
}

dhcp DHCP-Request {
    python
}

dhcp DHCP-Release {
    python
}

dhcp DHCP-Inform {
    python
}

dhcp DHCP-Decline {
    python
}

}

How can I fix these errors?

Fri Oct 25 06:41:19 2013 : Error: Discarding duplicate request from client
dhcp port 67 - ID: 1235289482 due to unfinished request 1265526
Fri Oct 25 06:49:11 2013 : Error: Discarding duplicate request from client
dhcp port 67 - ID: 417288914 due to unfinished request 1266266
Fri Oct 25 06:50:53 2013 : Error: Discarding duplicate request from client
dhcp port 67 - ID: 2640071483 due to unfinished request 1266459
Fri Oct 25 06:52:38 2013 : Error: Discarding duplicate request from client
dhcp port 67 - ID: 1828774073 due to unfinished request 1266657
Fri Oct 25 06:54:33 2013 : Error: Discarding duplicate request from client
dhcp port 67 - ID: 3389080412 due to unfinished request 1266856
Fri Oct 25 06:58:23 2013 : Error: Discarding duplicate request from client
dhcp port 67 - ID: 2209098358 due to unfinished request 1267239
Fri Oct 25 07:05:03 2013 : Error: Discarding duplicate request from client
dhcp port 67 - ID: 755143304 due to unfinished request 1267952
Fri Oct 25 07:07:19 2013 : Error: Discarding duplicate request from client
dhcp port 67 - ID: 1691312898 due to unfinished request 1268193
Fri Oct 25 07:08:24 2013 : Error: Discarding duplicate request from client
dhcp port 67 - ID: 776764220 due to unfinished request 1268319
Fri Oct 25 07:16:21 2013 : Error: Discarding duplicate request from client
dhcp port 67 - ID: 481491101 due to unfinished request 1269360
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20131025/ea4c37c5/attachment-0001.html>

------------------------------

Message: 5
Date: Thu, 24 Oct 2013 22:33:59 -0400
From: Alan DeKok <aland@deployingradius.com>
To: FreeRadius users mailing list
        <freeradius-users@lists.freeradius.org>
Subject: Re: dhcp
Message-ID: <5269D897.1000509@deployingradius.com>
Content-Type: text/plain; charset=UTF-8

????? ???????? wrote:
...
> server dhcp {
> listen {
> type = dhcp
> ipaddr = 10.0.0.249
> port = 67
> interface = vlan10
> broadcast = yes
> }
>
> |dhcp DHCP-Discover {
>     python
> }
...
> How can I fix these errors?
>
> Fri Oct 25 06:41:19 2013 : Error: Discarding duplicate request from
> client dhcp port 67 - ID: 1235289482 due to unfinished request 1265526

  As I told you on github, fix your python script so that it doesn't
break the server.

  The default dhcp configuration does NOT have this problem.  You've
deleted that, and added your python script.

  Therefore, all of the problem is the python script.  It's blocked, and
is breaking the server.

  Don't do that.

  Alan DeKok.


------------------------------

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

End of Freeradius-Users Digest, Vol 102, Issue 89
*************************************************



--
"SiNT" LTD
Avdoshkin Igor Aleksandrovich
cell: +7 923 320 0656
e-mail: avdoshkin@gmail.com
skype: iavdoshkin
icq: 239397689
www.achinsk.net