Hi, I am trying to use Exec-Program to notify me of users logging in and out of my systems. For some reason I keep getting "defuct" programs everytime it runs my application: My acct_users file looks like the following: --------------- DEFAULT Acct-Status-Type == Start Exec-Program = "/etc/raddb/test.sh" DEFAULT Acct-Status-Type == Stop Exec-Program = "/etc/raddb/test.sh" DEFAULT Acct-Status-Type == Update Exec-Program = "/etc/raddb/test.sh" --------------- My /etc/raddb/test.sh looks like the following: --------------- #!/bin/sh exit 0; --------------- I am running: radiusd: FreeRADIUS Version 1.1.1, for host , built on Jul 25 2006 at 22:12:32 Copyright (C) 2000-2006 The FreeRADIUS server project. Any assistance would be greatly appreciated. Kind Regards, Michael da Silva Pereira