Hi,

Sorry. This will not help. For segmentation faults you will have to send the
core dumps. Read doc/bugs and if possoble post all the dumps here in the
mailing list.

Atanu Das
System Development
SS NetCom Pvt Ltd.
Dhankheti
Shillong-793003
Ph: 91+361+502355
Visit us at: http://www.neline.com


----- Original Message -----
From: "Mazin Mohammed" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 31, 2002 1:22 AM
Subject: Re: DB2-freeradius


> Hi
> Thanks for responding
> the result of radiusd -X  -A
> Starting - reading configuration files ...
> reread_config:  reading radiusd.conf
> Config:   including file: /usr/local/etc/raddb/proxy.conf
> Config:   including file: /usr/local/etc/raddb/clients.conf
> Config:   including file: /usr/local/etc/raddb/snmp.conf
> Config:   including file: /usr/local/etc/raddb/sql.conf
>  main: prefix = "/usr/local"
>  main: localstatedir = "/usr/local/var"
>  main: logdir = "/usr/local/var/log/radius"
>  main: libdir = "/usr/local/lib"
>  main: radacctdir = "/usr/local/var/log/radius/radacct"
>  main: hostname_lookups = no
> read_config_files:  reading dictionary
> read_config_files:  reading clients
> read_config_files:  reading realms
> read_config_files:  reading naslist
>  main: max_request_time = 30
>  main: cleanup_delay = 5
>  main: max_requests = 1024
>  main: delete_blocked_requests = 0
>  main: port = 0
>  main: allow_core_dumps = no
>  main: log_stripped_names = no
>  main: log_auth = no
>  main: log_auth_badpass = no
>  main: log_auth_goodpass = no
>  main: pidfile = "/usr/local/var/run/radiusd/radiusd.pid"
>  main: user = "(null)"
>  main: group = "(null)"
>  main: usercollide = no
>  main: lower_user = "no"
>  main: lower_pass = "no"
>  main: nospace_user = "no"
>  main: nospace_pass = "no"
>  main: proxy_requests = yes
>  proxy: retry_delay = 5
>  proxy: retry_count = 3
>  proxy: synchronous = no
>  proxy: default_fallback = yes
>  proxy: dead_time = 120
>  security: max_attributes = 200
>  security: reject_delay = 1
>  main: debug_level = 0
> read_config_files:  entering modules setup
> Module: Library search path is /usr/local/lib
> Module: Loaded MS-CHAP
>  mschap: ignore_password = no
>  mschap: use_mppe = yes
>  mschap: require_encryption = no
>  mschap: require_strong = no
>  mschap: passwd = "(null)"
>  mschap: authtype = "MS-CHAP"
> Module: Instantiated mschap (mschap)
> Module: Loaded preprocess
>  preprocess: huntgroups = "/usr/local/etc/raddb/huntgroups"
>  preprocess: hints = "/usr/local/etc/raddb/hints"
>  preprocess: with_ascend_hack = no
>  preprocess: ascend_channels_per_line = 23
>  preprocess: with_ntdomain_hack = no
>  preprocess: with_specialix_jetstream_hack = no
>  preprocess: with_cisco_vsa_hack = no
> Module: Instantiated preprocess (preprocess)
> Module: Loaded realm
>  realm: format = "suffix"
>  realm: delimiter = "@"
> Module: Instantiated realm (suffix)
> Module: Loaded SQL
>  sql: driver = "/usr/local/lib/rlm_sql_db2"
>  sql: server = "192.168.1.1"
>  sql: port = ""
>  sql: login = "radius"
>  sql: password = "radius"
>  sql: radius_db = "test"
>  sql: acct_table = "radacct"
>  sql: acct_table2 = "radacct"
>  sql: authcheck_table = "radcheck"
>  sql: authreply_table = "radreply"
>  sql: groupcheck_table = "radgroupcheck"
>  sql: groupreply_table = "radgroupreply"
>  sql: usergroup_table = "usergroup"
>  sql: nas_table = "nas"
>  sql: dict_table = "dictionary"
>  sql: sqltrace = no
>  sql: sqltracefile = "/usr/local/var/log/radius/sqltrace.sql"
>  sql: deletestalesessions = yes
>  sql: num_sql_socks = 5
>  sql: sql_user_name = "%{User-Name}"
>  sql: authorize_check_query = "SELECT id,UserName,Attribute,Value,op FROM
> radcheck WHERE Username = '%{SQL-User-Name}' ORDER BY id"
>  sql: authorize_reply_query = "SELECT id,UserName,Attribute,Value,op FROM
> radreply WHERE Username = '%{SQL-User-Name}' ORDER BY id"
>  sql: authorize_group_check_query = "SELECT
>
radgroupcheck.id,radgroupcheck.GroupName,radgroupcheck.Attribute,radgroupche
ck.Value,radgroupcheck.op
>  FROM radgroupcheck,usergroup WHERE usergroup.Username =
'%{SQL-User-Name}'
> AND usergroup.GroupName = radgroupcheck.GroupName ORDER BY
radgroupcheck.id"
>  sql: authorize_group_reply_query = "SELECT
>
radgroupreply.id,radgroupreply.GroupName,radgroupreply.Attribute,radgrouprep
ly.Value,radgroupreply.op
>  FROM radgroupreply,usergroup WHERE usergroup.Username =
'%{SQL-User-Name}'
> AND usergroup.GroupName = radgroupreply.GroupName ORDER BY
radgroupreply.id"
>  sql: authenticate_query = "SELECT Value,Attribute FROM radcheck WHERE
> UserName = '%{User-Name}' AND ( Attribute = 'User-Password' OR Attribute =
> 'Password' OR Attribute = 'Crypt-Password' ) ORDER BY Attribute DESC"
>  sql: accounting_onoff_query = ""
>  sql: accounting_update_query = ""
>  sql: accounting_start_query = ""
>  sql: accounting_start_query_alt = ""
>  sql: accounting_stop_query = ""
>  sql: accounting_stop_query_alt = ""
>  sql: connect_failure_retry_delay = 60
>  sql: simul_count_query = ""
>  sql: simul_verify_query = ""
>  sql: simul_zap_query = ""
> Segmentation fault
>
> Thanks in advance
> Mazin
>
>
> > Hi,
> > Please send the complete debugging information
> >
> > run
> > radiusd -X  -A
> >
> >
> > Atanu Das
> > System Development
> > SS NetCom Pvt Ltd.
> > Dhankheti
> > Shillong-793003
> > Ph: 91+361+502355
> > V
>
> isit us at: http://www.neline.com
> >
> >
> >
> > ----- Original Message -----
> > From: "Mazin Mohammed" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, August 30, 2002 10:07 PM
> > Subject: DB2-freeradius
> >
> >
> >> Hi,
> >> I am trying to install freeradius-0.6 with ibm db2 7.1
> >> I have installed db2 client and trying to run radiusd
> >> but its giving error : Error: MASTER: exit on signal (11)
> >> can anyone please help me out.
> >> Thnaks in advance
> >>
> >> --
> >> Mazin Mohammed             Vasnet Communication Pvt. Ltd
> >> System Administrator       www.vasnet.co.in
> >> 451001
> >> [EMAIL PROTECTED]
> >>
> >>
> >> -
> >> List info/subscribe/unsubscribe? See
> > http://www.freeradius.org/list/users.html
> >
> >
> > -
> > List info/subscribe/unsubscribe? See
> > http://www.freeradius.org/list/users.html
>
>
> --
> Mazin Mohammed             Vasnet Communication Pvt. Ltd
> System Administrator       www.vasnet.co.in
> 451001
> [EMAIL PROTECTED]
>
>
> -
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


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

Reply via email to