A change was made to udev where it now kills off any processes that are in the same cgroup that have been running for more than a few seconds (thus our DHCP server was getting killed off). Instead ask 'at' to launch our DHCP server so that udev does not kill it off.
Signed-off-by: Scott Talbert <s...@techie.net> --- libconcord/start_concordance_dhcpd_wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 libconcord/start_concordance_dhcpd_wrapper.sh diff --git a/libconcord/start_concordance_dhcpd_wrapper.sh b/libconcord/start_concordance_dhcpd_wrapper.sh old mode 100644 new mode 100755 index 50eccbe..c4b3368 --- a/libconcord/start_concordance_dhcpd_wrapper.sh +++ b/libconcord/start_concordance_dhcpd_wrapper.sh @@ -1,4 +1,4 @@ #!/bin/bash # Kicks off dhcpd startup in the background so udev can go about its work. -$(dirname $0)/start_concordance_dhcpd.sh >/dev/null 2>&1 & +echo $(dirname $0)/start_concordance_dhcpd.sh | at now -- 1.8.3.1 ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ concordance-devel mailing list concordance-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/concordance-devel