On Fri, Jun 17, 2005 at 07:33:02PM +0100, David Ramsden wrote:
> Does anyone know what generated the above log entries?

try:

find /usr/sbin /sbin /usr/local/sbin \
     /usr/bin /usr/local/bin /bin /usr/lib /lib -type f | \
while read f; do
 if strings $f | egrep -q 'no ip\?!'; then
   echo "it's $f !"
 fi
done

> And why is there "no ip"?

I guess this is a bug..

Marcin
-- 
Marcin Owsiany <[EMAIL PROTECTED]>             http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to