On 2013-09-03 6:40 PM, Bulanda, Dave G wrote:
Radius is still stopping. I have an external NMS monitor for the process and alert and then restart the service pfcmd service radius restart (As it is still leaving a pid file.) At least this is minimizing the impact on my users, but I would like to resolve this.
While it's not a fix for your problem, you could potentially react faster than your NMS with a simple crond check like this:

*/1 * * * * [ -f /var/run/mysqld/mysqld.pid ] && [ -z $(/sbin/pidof -x radiusd) ] && /usr/local/pf/bin/pfcmd service radiusd restart

Thanks,

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to