Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 2492
blobaed5b51bfa58224ba0f6d84b365d3e1cac3e8eba
1 Title: check_mk_agent.linux: avoid problems with crashing waitmax after Ubuntu update
2 Level: 2
3 Component: checks
4 Compatible: compat
5 Version: 1.2.7i3
6 Date: 1439277549
7 Class: fix
9 Some users have reported that after an update of their Ubuntu target hosts, the command
10 <tt>/usr/bin/waitmax</tt>, which is shipped with the Check_MK Agent, actually segfaults
11 the program being run with it. This could be related to the fact that <tt>waitmax</tt>
12 is statically linked in order to be independent of 32/64 bits and of the libc in use.
14 The agent now looks if <tt>/usr/bin/timeout</tt> exists and prefers that over <tt>waitmax</tt>.
15 <tt>timeout</tt> has been introduced in the coreutils version 8+. It is missing e.g.
16 on RedHat 5.X, so <tt>waitmax</tt> is still needed for a couple of years...