Hi all,

Due to intermittent problems with 0.5 I grabbed snapshot of 0.6 and with the
same ./configure options and same radiusd.conf file 0.6 now seg faults in
rlm_preprocess according to radiusd -X and a gdb backtrace with a "file not
found" error.

Any ideas??

Here is radiusd.conf



prefix      = /usr/local
exec_prefix     = ${prefix}
sysconfdir     = /etc/radius
localstatedir     = /var
sbindir      = ${exec_prefix}/sbin
logdir      = /var/log/00radiusd
libdir      = ${exec_prefix}/lib
raddbdir     = /etc/radius
radacctdir     = /var/log/00radiusd
confdir      = ${raddbdir}
run_dir      = ${localstatedir}/run
pidfile      = ${run_dir}/radiusd.pid
user      = radiusd
group      = radiusd
max_request_time    = 30
delete_blocked_requests    = no
cleanup_delay     = 8
max_requests     = 1024
bind_address     = x.x.x.x
port      = 1812
checkrad     = ${sbindir}/checkrad
hostname_lookups    = no
allow_core_dumps    = no
regular_expressions    = yes
extended_expressions    = yes
log_stripped_names    = yes
log_auth     = yes
log_auth_badpass    = yes
log_auth_goodpass    = yes
usercollide     = no
lower_user     = before
lower_pass     = no
nospace_user     = before
nospace_pass     = before

proxy_requests     = no
#$INCLUDE  ${confdir}/proxy.conf

$INCLUDE  ${confdir}/clients.conf


thread pool {
 start_servers    = 5
 max_servers    = 32
 min_spare_servers   = 3
 max_spare_servers   = 10
 max_requests_per_server   = 300
}

modules {
 unix {
  cache    = no
  #passwd    = /home/passwd
  #shadow    = /etc/shadow
  #group    = /etc/group
  radwtmp    = ${logdir}/radwtmp
 }
 files {
  usersfile   = ${confdir}/users
  #acctusersfile   = ${confdir}/acct_users
  compat    = no
 }
 preprocess {
  with_ascend_hack  = yes
  ascend_channels_per_line = 23
  with_ntdomain_hack  = no
  with_specialix_jetstream_hack = no
  with_cisco_vsa_hack  = no
 }
 acct_unique {
  key    = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address,
NAS-Port-Id"
 }
 radutmp {
  filename = ${logdir}/radutmp
  perm = 0600
  callerid = "yes"
 }
 detail {
  detailfile   = ${radacctdir}/rad_%{Client-IP-Address}.log
  detailperm   = 0600
 }
}


authorize {
 preprocess
 #counter
 files
}
authenticate {
 unix
}
preacct {
 files
 preprocess
}
accounting {
 acct_unique
 detail
 #counter
 unix
 radutmp
}



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

Reply via email to