Hello, i just installed freeradius-1.0.4 on MDK 10.1, each time i run the radius always appear "Segmentation fault", in instalation and configuration didn't display any error message. the weird again is radius running well with rpm format. any idea ? here is end of error radiusd -X sql: safe-characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /" Segmentation fault [root@radius freeradius-1.0.4]# ldd /usr/local/radius/sbin/radiusd linux-gate.so.1 => (0xffffe000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x40023000) libradius-1.0.4.so => /usr/local/radius-bali/lib/libradius-1.0.4.so (0x40050000) libltdl.so.3 => /usr/local/lib/libltdl.so.3 (0x40064000) libdl.so.2 => /lib/libdl.so.2 (0x4006b000) libnsl.so.1 => /lib/libnsl.so.1 (0x4006e000) libresolv.so.2 => /lib/libresolv.so.2 (0x40081000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40092000) libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x400a3000) libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x401a3000) libc.so.6 => /lib/tls/libc.so.6 (0x401d4000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) [root@radius freeradius-1.0.4]# uname -a Linux radius 2.6.8.1-10mdk #1 Wed Sep 8 17:00:52 CEST 2004 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz unknown GNU/Linux [root@radius freeradius-1.0.4]# gcc -v Reading specs from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-clocale=gnu --disable-libunwind-exceptions --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib Thread model: posix gcc version 3.4.1 (Mandrakelinux 10.1 3.4.1-4mdk) -- Best regards, ./avd mailto:mahfudz@cyber-isp.net
avudz <mahfudz@cyber-isp.net> wrote:
i just installed freeradius-1.0.4 on MDK 10.1, each time i run the radius always appear "Segmentation fault", in instalation and configuration didn't display any error message. the weird again is radius running well with rpm format. any idea ?
You probably have two incompatible copies of the server on the same platform. Alan DeKok.
DH Alan, Friday, July 15, 2005, 10:53:39 PM, you wrote: AD> You probably have two incompatible copies of the server on the same AD> platform. --- i don't know if i can run 2 or more radius on my machine ? and listen to another port, range from 1812-1814, 1815-1817 etc.. the condition is, my company want different database from each client site, customer can only login with the account from one place, when he move to another place the username & password will invalid. i have test my case above with radius from rpm binary, its run well, but in .tar.gz format always appear "Segmentation Fault". -- Best regards, ./avd
avudz <mahfudz@cyber-isp.net> wrote:
---- i don't know if i can run 2 or more radius on my machine ?
Yes, you can. You don't need two *installations*, though. Just install one, and configure two services.
and listen to another port, range from 1812-1814, 1815-1817 etc.. the condition is, my company want different database from each client site, customer can only login with the account from one place, when he move to another place the username & password will invalid.
You don't need to run multiple RADIUS servers to do that.
i have test my case above with radius from rpm binary, its run well, but in .tar.gz format always appear "Segmentation Fault".
You already said that. Alan DeKok.
DH Alan, Saturday, July 16, 2005, 12:32:16 AM, you wrote: AD> avudz <mahfudz@cyber-isp.net> wrote:
---- i don't know if i can run 2 or more radius on my machine ?
AD> Yes, you can. You don't need two *installations*, though. Just AD> install one, and configure two services. --- ok thanks Alan, i use -d option to use radius read another config :-) nice. -- Best regards, ./avd mailto:avudz@net2cyber.net
participants (2)
-
Alan DeKok -
avudz