Hi folks,
after upgrading from freeradius 0.5 to 0.7 the sessionfile radutmp is
not written anymore. In consequence radwho shows no users and the
detail-file is empty. When I start the daemon with radiusd -X all looks
allright to me, because the radutmp module is loaded.
...
Module: Instantiated files (files)
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 detail
detail: detailfile =
"/usr/local/var/log/radius/radacct/%{Client-IP-Address}/detail"
detail: detailperm = 384
detail: dirperm = 493
detail: locking = no
Module: Instantiated detail (detail)
Module: Loaded radutmp
radutmp: filename = "/usr/local/var/log/radius/radutmp"
radutmp: username = "%{User-Name}"
radutmp: perm = 384
radutmp: callerid = yes
Module: Instantiated radutmp (radutmp)
Listening on IP address *, ports 1812/udp and 1813/udp.
Ready to process requests.
...
Compilation with "make" shows me no errors. Some text blocks from my
radiusd.conf:
radutmp {
filename = ${logdir}/radutmp
perm = 0600
callerid = "yes"
}
accounting {
# acct_unique
detail
# counter
unix
radutmp
# sradutmp
}
session {
radutmp
}
I hope you have any ideas - I don't like downgrades ;-)
- Oliver
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- Re: no radutmp since upgrade Oliver Zimmermann
- Re: no radutmp since upgrade Alan DeKok
