Oh okay, I didn't know about -L being hard coded in there, missed that. I just ended up making sure the two cron jobs won't conflict with each other, which is why I was saying it was a configuration error on my part. I did have: */5 * * * * root command -v debian-sa1 > /dev/null && debian-sa1 -L 1 1 59 23 * * * root command -v debian-sa1 > /dev/null && debian-sa1 -L 60 2 But I've gone to: 2-58/2 * * * * root command -v debian-sa1 > /dev/null && debian-sa1 -L 1 1 59 23 * * * root command -v debian-sa1 > /dev/null && debian-sa1 -L 60 2 I'm pretty sure the two were conflicting. I haven't seen any problems since making that change. On Wed, Aug 19, 2015 at 8:39 PM, Bill Cole