I'm having weird problems when building 1.1.0 code on x86_64 platforms. The code builds and installs fine, but the dictionary parsing routes seem to have many problems. Things seem to work properly on 32 bit machines. . . Here's the error I get: root@magneto:~ # radiusd -xx Starting - reading configuration files ... reread_config: reading radiusd.conf Config: including file: /usr/etc/raddb/proxy.conf Config: including file: /usr/etc/raddb/clients.conf Config: including file: /usr/etc/raddb/snmp.conf Config: including file: /usr/etc/raddb/eap.conf Config: including file: /usr/etc/raddb/sql.conf main: prefix = "/usr" main: localstatedir = "/usr/var" main: logdir = "/usr/var/log/radius" main: libdir = "/usr/lib" main: radacctdir = "/usr/var/log/radius/radacct" main: hostname_lookups = no 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_file = "/usr/var/log/radius/radius.log" main: log_auth = yes main: log_auth_badpass = yes main: log_auth_goodpass = yes main: pidfile = "/usr/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: checkrad = "/usr/sbin/checkrad" main: proxy_requests = yes proxy: retry_delay = 5 proxy: retry_count = 3 proxy: synchronous = no proxy: default_fallback = yes proxy: dead_time = 120 proxy: post_proxy_authorize = no proxy: wake_all_if_all_dead = no security: max_attributes = 200 security: reject_delay = 1 security: status_server = no main: debug_level = 0 read_config_files: reading dictionary Errors reading dictionary: dict_init: /usr/share/freeradius/dictionary.ascend[1233]: dict_addvalue: Duplicate value name Route-IPX-No for attribute X-Ascend-Route-IPX Errors reading radiusd.conf I've tried fixing all the "duplicate" attributes, but then it fails with a similar error on a non duplicate AVP. Any ideas? -- David Frascone Useless Invention: Inflatable anchor.
David Frascone wrote:
Errors reading dictionary: dict_init: /usr/share/freeradius/dictionary.ascend[1233]: dict_addvalue: Duplicate value name Route-IPX-No for attribute X-Ascend-Route-IPX
It's bug #312. http://bugs.freeradius.org/show_bug.cgi?id=312 -- Nicolas Baradakis
Nicolas Baradakis wrote:
David Frascone wrote:
Errors reading dictionary: dict_init: /usr/share/freeradius/dictionary.ascend[1233]: dict_addvalue: Duplicate value name Route-IPX-No for attribute X-Ascend-Route-IPX
It's bug #312. http://bugs.freeradius.org/show_bug.cgi?id=312
Sweet! Thanks a million! -- David Frascone I Think....therefore I'm OVER QUALIFIED!!!!!!!!!
David Frascone <dave@frascone.com> wrote:
I'm having weird problems when building 1.1.0 code on x86_64 platforms. The code builds and installs fine, but the dictionary parsing routes seem to have many problems. Things seem to work properly on 32 bit machines. . . Here's the error I get:
Yes. It's bug #312. There's a patch in CVS. Alan DeKok.
Alan DeKok wrote:
David Frascone <dave@frascone.com> wrote:
I'm having weird problems when building 1.1.0 code on x86_64 platforms. The code builds and installs fine, but the dictionary parsing routes seem to have many problems. Things seem to work properly on 32 bit machines. . . Here's the error I get:
Yes. It's bug #312. There's a patch in CVS.
Alan DeKok.
I *thought* I had tried CVS . . . might have been before the patch was checked in though. -Dave -- David Frascone I distinctly remember forgetting that.
participants (3)
-
Alan DeKok -
David Frascone -
Nicolas Baradakis