bird6 1.3.7 hangs on start on a Raspberry Pi

Eric Buddington ebuddington at copper.net
Sun Jan 13 19:12:20 CET 2013


The config below causes bird6 to hang, without backgrounding, on my
Raspberry Pi (model B).

The same config on a vortex96sx system (also bird6-1.3.7 under Debian)
causes bird6 to apparently start normally - at least it forks and returns.

strace on the Pi shows a couple of sendmsg/recvmsg transactions (no
errors), then silence. bird6's CPU usage pegs.

How can I debug this further?

-Eric

------------------------ bird6.conf -------------------
router id 0.0.0.2;
protocol kernel {
}
protocol device {
	 scan time 10;		# Scan interfaces every 10 seconds
}
protocol static {
}
protocol ospf MyOSPF {
 area 0 {
  interface -"lo" {
   type broadcast;
  };
 };
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20130113/b34db535/attachment.asc>


More information about the Bird-users mailing list