lkml.org 
[lkml]   [1997]   [Jan]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectNamed gets itself stuck in a loop in 2.1.19+
Date
Somewhere between 2.1.9 and 2.1.19 named seems to have decided to enter
a processor eating loop (in 2.1.9 ps rarely shows named as running, in
2.1.19 its running all the time). My network setup is as follows...

# Attach the loopback device.
/sbin/ifconfig lo localhost

# Attach an alias for gryphon's demon address
/sbin/ifconfig lo:0 gryphon.demon.co.uk

# Configure the ethernet card for the local network
/sbin/ifconfig eth0 gryphon.looking-glass.org

# Somewhere around 2.1.10 auto routing was added, thus we avoid adding routes
# on new kernels
case "`uname -r`" in
1.*|2.0.*|2.1.?)
/sbin/route add -net loopback
/sbin/route add gryphon.demon.co.uk
/sbin/route add -net looking ;;
*) ;;
esac

localhost is 127.0.0.1, gryphon.demon.co.uk is 158.152.42.76,
gryphon.looking-glass.org is 192.168.1.1, loopback is 127.0.0.1 and
looking is 192.168.1.0.

--
Brian http://www.wonderland.org/~eternal/

\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.036 / U:0.684 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site