acct_users Exec-Program causing defuct programs
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
"Michael da Silva Pereira" <michael@tradepage.co.za> wrote:
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:
I think that's fixed in 1.1.3, which will be out maybe this week. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Hi Everyone, Maybe this can help you: In acct_users if you use "exec-program" and you get defuct apps running then try this "exec-program-wait". This seems to sort it out. Thanks, Michael -----Original Message----- From: freeradius-users-bounces+michael=tradepage.co.za@lists.freeradius.org [mailto:freeradius-users-bounces+michael=tradepage.co.za@lists.freeradius.or g] On Behalf Of Alan DeKok Sent: 09 August 2006 11:23 PM To: FreeRadius users mailing list Subject: Re: acct_users Exec-Program causing defuct programs "Michael da Silva Pereira" <michael@tradepage.co.za> wrote:
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:
I think that's fixed in 1.1.3, which will be out maybe this week. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Michael da Silva Pereira