> On Wed, 24 Apr 1996, Linux Kernel mail list account wrote:
>
> > fcntl_setlk() called by process 71 with broken flock() emulation
>
> Upgrade to libc 5.2.18 or >. Note 5.3.9 - 5.3.11 (and perhaps others)
> have a rlogin security bug.
Except that it is NOT that simple.....
ALL non-ELF executables (using locking) will cause this continual complaint.
Just changing to a recent ELF libc will only fix the problem if you are
100% ELF.
Otherwise, patch OUT the warning, or get flooded with messages...........
-----------------------------------------------------------
Brian A. Lantz http://www.lantz.com brian@lantz.com
REAL PORTION of Microsoft Windows code:
while (memory_available) {
eat_major_portion_of_memory (no_real_reason);
if (feel_like_it)
make_user_THINK (this_is_an_OS);
gates_bank_balance++;
}