[5025] in bugtraq
Re: request-route
daemon@ATHENA.MIT.EDU (Mihai SANDU)
Mon Jul 28 11:05:07 1997
Date: Sat, 26 Jul 1997 20:14:18 +0000
Reply-To: Mihai SANDU <mike@HADES.ROBOTIND.PUB.RO>
From: Mihai SANDU <mike@HADES.ROBOTIND.PUB.RO>
X-To: Nicolas Dubee <dube0866@EUROBRETAGNE.FR>
To: BUGTRAQ@NETSPACE.ORG
In-Reply-To: <199707260529.HAA06051@plaguez.insomnia.org>
Hi.
Well there is another fix than rm -f /sbin/request-route ,a few lines of
shell might do the trick:
LOGFILE=/var/adm/debug;
if [ -f $LOCK -o -L $LOCK ]
then
echo "request-route: Warning !! Lock file /tmp/request-route present!!" >> $LOGFILE
# Uncomment the following line and comment the exit 1 if for some reasons
# U want request-route to delete the lock and go on ..
# rm -f $LOCK
exit 1;
fi
With all my best regards,
Sandu Mihai
p.s.
There can be another annoing shell script wich can be 'buggy'
the same way the request-route is : updatedb (wich runs at 7:00 AM
every day slowing down everything :( )