freeRADIUS-0.5 exit on signal 11

2003-04-02 Thread Rubby
I used freeRADIUS-0.5 with multi-thread mode on Linux, handling 10 requests per second, it runned for about 1 hour, then crashed, the "/usr/local/var/log/radius/radius.log" shows: Error: CHILD: exit on signal (11) When I use it on Solaris 7, the same thing happened, but this time the

Re: Invalid Signature

2003-03-30 Thread Rubby
>Didn't recall anything about "Invalid Signature" in FAQ. I searched on google >and found couple of references mentioning the problem regards to mismatch of >shared secrets between NAS and clients.conf, suggesting retype of secrets. >FAQ also mentions that if shared secrets don't match, the p

freeRADIUS-0.7 crash under Solaris

2003-03-26 Thread Rubby
I use freeRADIUS-0.7 under Solaris, only loaded rlm_detail and rlm_sql(driver is oracle), but it offten crash, I think maybe the problem is about pthread library. below is the part of /usr/local/var/log/radius/radius.log : Tue Mar 18 17:09:14 2003 : Error: rlm_sql: Couldn't insert SQL accounting

If I use PPP PAP, can I put encoded password in database?

2002-03-14 Thread Rubby
Hi,all, I use freeradius snapshot + oracle database. I know if I use PPP CHAP , I must put the user password in cleartext in the database. But I donot want to let the database administrator know the user's password, so if I use PPP PAP, can I put encoded password in database, what arithmetic does

One more question about counter

2002-02-21 Thread Rubby
Hi all, Thank you Alan for your answer,I tried it and it works well,:) Here one more question about counter: here the count-attirbute is Acct-Session-Time, it can be anything else? Just like Acct-Input-Octets,Acct-Output-Octets,...etc? I read the source code about module counter ,it seems not to s

How to put more than 1 counters in radiusd.conf

2002-02-20 Thread Rubby
Hi,all, I want to load 3 counter modules in freeradius, one for daily,one for monthly,and one for never, how can I configure radiusd.conf? I tried several ways,but doesnot work. I searched the mailing list,donot find my answer,but Alan ever said yes in mailing list. Please give some help. Thanks

Re: select() error about freeradius-0.4

2002-01-29 Thread Rubby
> Hmm... It looks like something is closing stdout (or whatever), >opening it as the acct_fd, and then this code closes it. That's bad. > It's also weird that it happens only on Solaris. No,Alan,when I run 0.4 on Red Hat Linux 7.2 , I met the same problem,too. - List info/subscribe/unsubs

Re:freeradius and Oracle

2002-01-29 Thread Rubby
Hi,Tunde, >Hi Rubby, > >Well I hope you have solved your problem so that you can help with mine. >Hi Steve, > >Seems I am the only newbie at freeradius. >I am new to freeradius and I guess you have a lot of experience with it. >My problem is: >Please I am abo

Anyone has patch about sql.c or rlm_sql.c to support operator?

2002-01-21 Thread Rubby
Hi,all, I saw someone posted a patch about sql.c or rlm_sql.c to support operator processing for sql module before, but now I searched all the maillist archive and cannot find it, I use SQL to authorize and authenticate , but the sql module in 0.4 does not support operator processing,so I need it.

Re:rlm_sql_oracle authentification problem

2002-01-18 Thread Rubby
1 Can your freeradius connect to oracle? 2 the rlm_sql.c must have a patch ,I can send you my rlm_sql.c, do you want? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: select() error about freeradius-0.4

2002-01-17 Thread Rubby
Hi,alan, > What platform are you running it on? WHat changes have you made to >the source? What else are you doing to the system? My platform is RedHat 7.2, I did not make changes to the source except a moudles/rlm_sql.c patch, and I did not do anything to the system. When I met this , I en

select() error about freeradius-0.4

2002-01-16 Thread Rubby
Hi,all, I update freeradius 0.3 to 0.4, but when I start radiusd, it failed. Here is the radius.log below: Wed Jan 16 12:05:50 2002 : Info: rlm_sql: Driver rlm_sql_oracle loaded and linke d Wed Jan 16 12:05:50 2002 : Info: rlm_sql: Attempting to connect to [EMAIL PROTECTED] 0.101:1521/acct Wed Ja

select() error about freeradius-0.4

2002-01-15 Thread Rubby
Hi,all, I update freeradius 0.3 to 0.4, but when I start radiusd, it failed. Here is the radius.log below: Wed Jan 16 12:05:50 2002 : Info: rlm_sql: Driver rlm_sql_oracle loaded and linke d Wed Jan 16 12:05:50 2002 : Info: rlm_sql: Attempting to connect to [EMAIL PROTECTED] 0.101:1521/acct Wed Ja

Can freeradius read NAS infomation from database???

2002-01-09 Thread Rubby
Hi,all, I use freeRadius + Oracle, I know that when radiusd starts,it read 'raddb/clients' to memory, but I want radiusd to read NAS infomation from Oracle database,such as the table nas, does freeradius support this? And how to configure? Any help is appreciate. - List info/subscribe/unsubscr

the usage of group?

2002-01-09 Thread Rubby
Hi,all, I use freeRadius + Oracle, I noticed the sql scheme for oracle included some tables about group. here are table radgroupcheck ,radgroupreply: CREATE TABLE radgroupcheck ( id INT PRIMARY KEY, groupname VARCHAR(20) UNIQUE NOT NULL, attribute V

Accounting-Request packet with invalid signature

2002-01-07 Thread Rubby
I use freeRadius + Oracle, once I dial to NAS, the authorize and authenticate passed,and then radiusd -X printf information below: rad_recv: Accounting-Request packet from host 192.168.0.111:2001, id=4, length=102 Received Accounting-Request packet from 192.168.0.111 with invalid signature! Serve

About NAS table

2002-01-07 Thread Rubby
Hi,all, I use freeRadius + Oracle, I know that radiusd read 'raddb/clients' to memory, but I want radiusd to read NAS infomation from Oracle database,such as the table nas, does freeradius support this? And how to configure? Any help is appreciate. - List info/subscribe/unsubscribe? See http:/

A SQL help

2002-01-06 Thread Rubby
Hi,all, I use freeRadius + Oracle, If I want to select online users infomation from Oracle database,I should keep an online users table in Oracle database.Once received Access-Request packet ,insert an item into the online users table.Once received Accounting-Reques of stop packet, delete the

freeRadius how to support Simultaneous-Use ???

2002-01-03 Thread Rubby
Hi,all,happy new year! I want to know freeRadius 0.3 how to support Simultaneous-Use? Does it maintain a internal online-users table? If I use SQL to authorize and authenticate, I must add a temporary online-users table? And how to configure? - List info/subscribe/unsubscribe? See http://www.

freeRadius how to support Simultaneous-Use ???

2002-01-03 Thread Rubby
Hi,all,happy new year! I want to know freeRadius 0.3 how to support Simultaneous-Use? Does it maintain a internal online-users table? If I use SQL to authorize and authenticate, I must add a temporary online-users table? And how to configure? â²Ø§~ì¹»®&Þþéì¹»®&ÞI硶Úÿ 0~·ž­§bºÊ+ƒùb²ßî±

Problem about FreeRADIUS and Oracle

2001-12-26 Thread Rubby
I am a new comer of FreeRAIUS. I use FreeRADIUS 0.3 to authenticate by Oracle SQL. I inserted a row into RADCHECK table (username,attribute,value) values ('Rubby','Password','Rubby'),but freeradius server rejected. The debug infomation freeradius server p

I really write in English , but why display unrecognized code?

2001-12-23 Thread Rubby
ŠËbú?²æìr¸›{û§²æìr¸›y'ž†Ûiÿü0ÁúÞz¶Šë(®åŠËºÇ«²f

FreeRADIUS 0.3 how to support Oracle 8i for Linux

2001-12-22 Thread Rubby
Hi,all, I am a user of FreeRADIUS ,I downloaded FreeRADIUS 0.3 and intalled it under RedHat 7.2 successfully. I also installed Oracle 8i(8.1.7) server and client for Linux successfully under the same PC. I want the FreeRADIUS support Oracle SQL authentication,and how can I do? I know the fil