Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

babeld requires restart a few minutes after reboot #8

Open
gkiagia opened this issue Jun 3, 2015 · 2 comments
Open

babeld requires restart a few minutes after reboot #8

gkiagia opened this issue Jun 3, 2015 · 2 comments

Comments

@gkiagia
Copy link
Member

gkiagia commented Jun 3, 2015

It looks like something goes wrong at startup and no routes are discovered. One needs to wait for boot to complete and then restart babeld. I am observing this currently on my 450G at home.

@gkiagia
Copy link
Member Author

gkiagia commented Jul 9, 2015

It turns out that babeld has more problems even.

  1. It often crashes
  2. It often loses the network and requires a restart

What I have done to fix it is I have installed this script to run every 10 minutes as a cron job:

#!/bin/sh

lines=`ps w | grep babel | grep -v grep | wc -l`
if [ "$lines" -eq "0" ]
then
  echo "restarting babeld"
  rm /var/run/babeld.pid
  /etc/init.d/babeld start
else
  echo "babeld running"
  /etc/init.d/babeld restart
fi

@sque
Copy link
Member

sque commented Jul 9, 2015

Let's see, we 've got 15 at least installations of the babeld. In some links the connectivity is worst than in your place. It only crashes at your place, so I am wondering, is there a possibility that somethings has gone wrong with the hwmnos it self?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants