Running radiusd in background mode
Hi All: I try and run as radiusd & and it simply exits. Here is the gdb trace: root@gkumar-desktop:/home/gkumar/rp/freeradius-server-2.1.9/src/main/.libs# gdb GNU gdb (GDB) 7.1-ubuntu Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. (gdb) file radiusd Reading symbols from /home/gkumar/rp/freeradius-server-2.1.9/src/main/.libs/radiusd...done. (gdb) run Starting program: /home/gkumar/rp/freeradius-server-2.1.9/src/main/.libs/radiusd [Thread debugging using libthread_db enabled] Program exited normally. (gdb) bt No stack. (gdb) Best Regards -Gyan
On 11/23/2010 05:49 PM, Gyanendra Kumar wrote:
Hi All: I try and run as radiusd & and it simply exits. Here is the gdb trace: root@gkumar-desktop:/home/gkumar/rp/freeradius-server-2.1.9/src/main/.libs
I'm guessing because you invoked this from your build tree you never installed what you built. Did you perform a "make install" as root? You're not going to have much luck if you haven't installed all the files in all the right locations with the right ownership and permissions. -- John Dennis <jdennis@redhat.com> Looking to carve out IT costs? www.redhat.com/carveoutcosts/
participants (2)
-
Gyanendra Kumar -
John Dennis