Comment # 3 on bug 936282 from
Created attachment 639485 [details]
Output of "strace -f /usr/sbin/radiusd -f"

The reason I suspected /etc/system-fips, was due to the last error in the
trace.

FWIW, ltrace has...

root@eth7# ltrace -f /usr/sbin/radiusd -f
[pid 10300] __libc_start_main([ "/usr/sbin/radiusd", "-f" ] <unfinished ...>
[pid 10300] talloc_init(0x7f5613502713, 0x7ffff5d66d08, 0x7ffff5d66d20, 0)     
                                                                               
                                    = 0x7f5614e7b070
[pid 10300] strrchr("/usr/sbin/radiusd", '/')                                  
                                                                               
                                    = "/radiusd"
[pid 10300] talloc_strdup(0x7f5614e7b070, 0x7f561350bfa2, 0x100000000000000,
0x7f56137268c0)                                                                
                                       = 0x7f5614e7b150
[pid 10300] getopt(2, 0x7ffff5d66d08, "Cd:D:fhi:l:mMn:p:PstvxX")               
                                                                               
                                    = 102
[pid 10300] getopt(2, 0x7ffff5d66d08, "Cd:D:fhi:l:mMn:p:PstvxX")               
                                                                               
                                    = -1
[pid 10300] fr_check_lib_magic(0xf403000800000000, 0x7ffff5d66d08,
0x7f5611eb8204, 0)                                                             
                                                 = 0
[pid 10300] rad_check_lib_magic(0xf403000800000000, 0xf4030008, 0x7f5611eb8204,
0)                                                                             
                                    = 0
[pid 10300] ssl_check_consistency(0xf403000800000000, 0xf4030008, 0xf4030008,
0)                                                                             
                                      = 0xffffffff
[pid 10300] exit(1 <unfinished ...>
[pid 10300] __cxa_finalize(0x7f5613723148, 0, 0, 1)                            
                                                                               
                                    = 0x7f5611eba050
[pid 10300] +++ exited (status 1) +++


You are receiving this mail because: