Re: Dialup admin help

2007-01-15 Thread Greg Hartung
Does it work with PHP4 or should I install 3?


On 1/8/07 1:07 PM, Greg Hartung [EMAIL PROTECTED] wrote:

 Any ideas where to begin?  Is this an apache, php or mysql problem?
 
 
 On 1/5/07 9:14 PM, Don Schultz [EMAIL PROTECTED] wrote:
 
 I'm still not completely done with my setup of dialupadmin but when I
 first set things up I found that groups only display on the group page
 if there are users in them.
 
 Second, a white screen suggests a problem. sql_debug does output to the
 browser window, provided php and all that are working correctly.
 
 --
 Don Schultz
 
 Airdial Technologies
 http://www.airdial.net
 
 
 Greg Hartung wrote:
I have had FreeRadius and Mysql have been authenticating users for months
 but now I am trying to get dialup admin working for the first time.  The
 main page loads fine.  Find User does load a search page but won't return
 any users and Show Groups loads a header with no groups.  The rest of the
 menu items are either a blank white or blank green screen.
 
I am using Mysql and I have configured user,pwd, dbname, etc. in
 admin.conf and I have run the 4 create table scripts.
 
Does it log anywhere?
How do I tell if it's hitting the db?
Or what should I try next?
 
 Thanks!
 Greg
 
 - 
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html
 
   
 
 - 
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html
 
 - 
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

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


Re: Dialup admin help

2007-01-15 Thread Don Schultz
I am using php4, works fine. I am using debian so all I had to do was
'apt-get install freeradius-dialupadmin'

-- 
Don Schultz
http://www.airdial.net

 Does it work with PHP4 or should I install 3?


 On 1/8/07 1:07 PM, Greg Hartung [EMAIL PROTECTED] wrote:

 Any ideas where to begin?  Is this an apache, php or mysql problem?


 On 1/5/07 9:14 PM, Don Schultz [EMAIL PROTECTED] wrote:

 I'm still not completely done with my setup of dialupadmin but when I
 first set things up I found that groups only display on the group page
 if there are users in them.

 Second, a white screen suggests a problem. sql_debug does output to the
 browser window, provided php and all that are working correctly.

 --
 Don Schultz

 Airdial Technologies
 http://www.airdial.net


 Greg Hartung wrote:
I have had FreeRadius and Mysql have been authenticating users for
 months
 but now I am trying to get dialup admin working for the first time.
 The
 main page loads fine.  Find User does load a search page but won't
 return
 any users and Show Groups loads a header with no groups.  The rest
 of the
 menu items are either a blank white or blank green screen.

I am using Mysql and I have configured user,pwd, dbname, etc. in
 admin.conf and I have run the 4 create table scripts.

Does it log anywhere?
How do I tell if it's hitting the db?
Or what should I try next?

 Thanks!
 Greg

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



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

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

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

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


Re: Dialup admin help

2007-01-08 Thread Greg Hartung
Any ideas where to begin?  Is this an apache, php or mysql problem?


On 1/5/07 9:14 PM, Don Schultz [EMAIL PROTECTED] wrote:

 I'm still not completely done with my setup of dialupadmin but when I
 first set things up I found that groups only display on the group page
 if there are users in them.
 
 Second, a white screen suggests a problem. sql_debug does output to the
 browser window, provided php and all that are working correctly.
 
 --
 Don Schultz
 
 Airdial Technologies
 http://www.airdial.net
 
 
 Greg Hartung wrote:
I have had FreeRadius and Mysql have been authenticating users for months
 but now I am trying to get dialup admin working for the first time.  The
 main page loads fine.  Find User does load a search page but won't return
 any users and Show Groups loads a header with no groups.  The rest of the
 menu items are either a blank white or blank green screen.
 
I am using Mysql and I have configured user,pwd, dbname, etc. in
 admin.conf and I have run the 4 create table scripts.
 
Does it log anywhere?
How do I tell if it's hitting the db?
Or what should I try next?
 
 Thanks!
 Greg
 
 - 
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html
 
   
 
 - 
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

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


Dialup admin help

2007-01-05 Thread Greg Hartung
   I have had FreeRadius and Mysql have been authenticating users for months
but now I am trying to get dialup admin working for the first time.  The
main page loads fine.  Find User does load a search page but won't return
any users and Show Groups loads a header with no groups.  The rest of the
menu items are either a blank white or blank green screen.

   I am using Mysql and I have configured user,pwd, dbname, etc. in
admin.conf and I have run the 4 create table scripts.

   Does it log anywhere?
   How do I tell if it's hitting the db?
   Or what should I try next?

Thanks!
Greg

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


Re: Dialup admin help

2007-01-05 Thread Ali Jawad

Try setting sql_debug..or debug_sql to on in the main config file of
dialup admin and see if it yields any errors..to check if it is
workin..just create a users using dialup admin..and then check the
existance of the user in the mysql tables using phpmyadmin..the
created user should be there...

On 1/6/07, Greg Hartung [EMAIL PROTECTED] wrote:

   I have had FreeRadius and Mysql have been authenticating users for months
but now I am trying to get dialup admin working for the first time.  The
main page loads fine.  Find User does load a search page but won't return
any users and Show Groups loads a header with no groups.  The rest of the
menu items are either a blank white or blank green screen.

   I am using Mysql and I have configured user,pwd, dbname, etc. in
admin.conf and I have run the 4 create table scripts.

   Does it log anywhere?
   How do I tell if it's hitting the db?
   Or what should I try next?

Thanks!
Greg

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




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


Re: Dialup admin help

2007-01-05 Thread Greg Hartung
   The default for sql_debug is true and I left it that way but it's not at
all clear where the output goes.  I was thinking it was supposed to go to a
log file which is why I was asking where to look, but now I wonder if it
isn't supposed to go to the browser...?  If so, I'm not getting anything but
a white screen when I click on add user, so I can't enter one to see if it
makes it into the db tables.  The menu bar on the left is still there, but
the entire right frame is just white.

Ideas?


On 1/5/07 4:50 PM, Ali Jawad [EMAIL PROTECTED] wrote:

 Try setting sql_debug..or debug_sql to on in the main config file of
 dialup admin and see if it yields any errors..to check if it is
 workin..just create a users using dialup admin..and then check the
 existance of the user in the mysql tables using phpmyadmin..the
 created user should be there...
 
 On 1/6/07, Greg Hartung [EMAIL PROTECTED] wrote:
I have had FreeRadius and Mysql have been authenticating users for months
 but now I am trying to get dialup admin working for the first time.  The
 main page loads fine.  Find User does load a search page but won't return
 any users and Show Groups loads a header with no groups.  The rest of the
 menu items are either a blank white or blank green screen.
 
I am using Mysql and I have configured user,pwd, dbname, etc. in
 admin.conf and I have run the 4 create table scripts.
 
Does it log anywhere?
How do I tell if it's hitting the db?
Or what should I try next?
 
 Thanks!
 Greg
 
 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html
 
 

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


Re: Dialup admin help

2007-01-05 Thread Don Schultz
I'm still not completely done with my setup of dialupadmin but when I 
first set things up I found that groups only display on the group page 
if there are users in them.


Second, a white screen suggests a problem. sql_debug does output to the 
browser window, provided php and all that are working correctly.


--
Don Schultz

Airdial Technologies
http://www.airdial.net


Greg Hartung wrote:

   I have had FreeRadius and Mysql have been authenticating users for months
but now I am trying to get dialup admin working for the first time.  The
main page loads fine.  Find User does load a search page but won't return
any users and Show Groups loads a header with no groups.  The rest of the
menu items are either a blank white or blank green screen.

   I am using Mysql and I have configured user,pwd, dbname, etc. in
admin.conf and I have run the 4 create table scripts.

   Does it log anywhere?
   How do I tell if it's hitting the db?
   Or what should I try next?

Thanks!
Greg

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


  


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


Freeradius-Dialup-Admin Help

2004-03-19 Thread sagar.patil








Hi All,



I am trying to use dialup_admin/bin/clean_radacct
to clear dangling User sessions.

When I fire following Command it returns an error 



[[EMAIL PROTECTED] bin]#
./clean_radacct

Could not find mysql
binary. Please make sure that the $mysql
variable points to the right location 



I have configured admin.conf with
following details



#

# mysq: MySQL database (port 3306)

#

sql_type: mysql

sql_server: localhost

sql_port: 3306

sql_username: root

sql_password: rootpass

sql_database: radius

sql_accounting_table: radacct

sql_badusers_table: badusers

sql_check_table: radcheck

sql_reply_table: radreply

sql_user_info_table: userinfo

sql_groupcheck_table: radgroupcheck

sql_groupreply_table: radgroupreply

sql_usergroup_table: usergroup

sql_total_accounting_table: totacct

#

# This variable is used by the
scripts in the bin folder

# It should contain the path to the
sql binary used to run

# sql
commands (mysql is only supported for now)

sql_command: /usr/bin/mysql 





What is wrong here ?



Thanks,
Sagar












Re: Freeradius-Dialup-Admin Help

2004-03-19 Thread Kostas Kalevras
On Fri, 19 Mar 2004 [EMAIL PROTECTED] wrote:

 Hi All,

 I am trying to use dialup_admin/bin/clean_radacct to clear dangling User
 sessions.
 When I fire following Command it returns an error

 [EMAIL PROTECTED] bin]# ./clean_radacct
 Could not find mysql binary. Please make sure that the $mysql variable
 points to the right location

 I have configured admin.conf with following details...

 #
 # mysq: MySQL database (port 3306)
 #
 sql_type: mysql
 sql_server: localhost
 sql_port: 3306
 sql_username: root
 sql_password: rootpass
 sql_database: radius
 sql_accounting_table: radacct
 sql_badusers_table: badusers
 sql_check_table: radcheck
 sql_reply_table: radreply
 sql_user_info_table: userinfo
 sql_groupcheck_table: radgroupcheck
 sql_groupreply_table: radgroupreply
 sql_usergroup_table: usergroup
 sql_total_accounting_table: totacct
 #
 # This variable is used by the scripts in the bin folder
 # It should contain the path to the sql binary used to run
 # sql commands (mysql is only supported for now)
 sql_command: /usr/bin/mysql


 What is wrong here ?

So is mysql located in /usr/bin/mysql?
Is it executable?


 Thanks,
 Sagar




--
Kostas Kalevras Network Operations Center
[EMAIL PROTECTED]   National Technical University of Athens, Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf

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