Am 07.02.2014 17:16, schrieb Francisco Cuesta:
root@OpenWrt:~# tail -f /tmp/ibrdtn.err Thu Sep 8 15:49:37 2011 ERROR IPNDAgent: join failed on br-lan; 22: setsockopt() .1]:4550 Thu Sep 8 15:50:07 2011 ERROR TCPConvergenceLayer: bind failed (cannot bind socket with address [192.168.20.2]:4556) Thu Sep 8 15:50:07 2011 ERROR IPNDAgent: join failed on br-lan; 22: setsockopt() Thu Sep 8 15:52:09 2011 ERROR IPNDAgent: join failed on eth0; 22: setsockopt() .0.1]:4550 Thu Sep 8 15:53:54 2011 ERROR IPNDAgent: join failed on eth0; 22: setsockopt()
The last two error messages are the result of binding to eth0 which does not have any configured address. Replace eth0 with br-lan in the configuration to get it working.
The "bind failed" error may the result of multiple instances of the daemon. Be sure that all instances are stopped before starting again.
Kind regards, Johannes Morgenroth