fcntl_setlk() keeps displaying

Peter (peter@udgaard.isgtec.com)
Wed, 24 Apr 1996 23:57:52 -0400


I just compiled 1.3.95 and bootet with it. Apart from that the following
message keeps coming out:

fcntl_setlk() called by process XX with broken flock() emulation

where XX is the PID of whatever process it is. The processes seems to be
getty and bash (what I have seen until now) for some reason. I have no idea
what that means, but just want to report it.

And then my PPP connection (2.2.0e) seems to shut down with signal 15 shortly
after it comes up. That is first time I accounter such behavior.

My system is Slackware 3.0 with relevant updates (pppd, procps, kernel, etc.)
on a 486 (Gateway 2000) with IDE disk and CD-ROM and SCSI disk on PCI and ISA
buses (1542B on ISA).

FWIWW,

Peter

--
main(){char*s="O_>>^PQAHBbPQAHBbPOOH^^PAAHBJPAAHBbPA_H>BB";int i,j,k,l,m,n;
for(j=0;j<7;j++)for(l=0;m=l-6+j,i=m/6,n=j*6+i,k=1<<m%6,l<41-j;l++)
putchar(l<6-j?' ':l==40-j?'\n':k&&s[n]&k?'*':' ');}