Hi, With the following in my config: listen { type = control socket = ${run_dir}/${name}.sock mode = rw } I get this on start-up: radiusd: #### Opening IP addresses and Ports #### listen { type = "control" listen { socket = "@localstatedir@/run/radiusd/radiusd.sock" mode = "rw" } Failed binding to @localstatedir@/run/radiusd/radiusd.sock: No such file or directory Is there a different way to setup radmin in v3? Cheers Kev/.
Kev Pearce wrote:
listen { socket = "@localstatedir@/run/radiusd/radiusd.sock"
That's wrong. It looks like the build process failed somehow. The "@localstatedir@" text is a place-holder. It's supposed to be fixed during the "configure" stage. It looks like you've copied raddb/radiusd.conf.in to raddb/radiusd.conf. Don't do that. Do the normal build. Alan DeKok.
That's wrong. It looks like the build process failed somehow. The "@localstatedir@" text is a place-holder. It's supposed to be fixed during the "configure" stage. It looks like you've copied raddb/radiusd.conf.in to raddb/radiusd.conf. Don't do that. Do the normal build.
Ah ok. I did have fun and games with my builds, but now v3.0.4 is released I'll use the ready built packages, which makes life a lot easier. Cheers. Kev/.
participants (2)
-
Alan DeKok -
Kev Pearce