Hello.
Have you tried to turn the host off and on again?
If yes, find out why binding to 4550 is not possible. There should be only one process listen on 4550 and if you stop the daemon then no process should be there.
In linux you can list all processes listening on 4550 with:
# netstat -l -p -n | grep 4550 (root is required here)
Secondly, it might be important how did you manage the upgrade. Just doing "opkg install ibrdtnd" is not enough. OpenWrt has no real packaging system with dependencies and version numbers. You need to upgrade all packages required by IBR-DTN.
# opkg install ibrcommon ibrdtn ibrdtnd ibrdtn-tools
Kind regards, Johannes Morgenroth
Am 22.08.2013 22:02, schrieb Dimitrios Giotas:
Hello everyone,
I am using ibrdtn on my two laptops and my route. I have just updated to 0.10.0 and stumbled across a couple of problems.
First of all the api doesn't seem to be able to bind to the 4550 socket. To be precise, I get the error message : ERROR ApiServer: cannot bind socket with address [::]:4550
Secondly after configuring all nodes to epidemic routing, both laptops are unable to discover any nearby active nodes. Moreover they cant even ping themselves. The router however discovers and pings all nodes successfully.
It seems like a brain teaser to me and I am really stuck. Any help would be greatly appreciated.
Perhaps I should try a new clean install?
Thank you.
Regards Dimitris Giotas