Actions
Task #2311
closedNFD fails to start on spurs
Start date:
Due date:
% Done:
100%
Estimated time:
Description
NFD now fails to start on spurs, failing with last debug messages as
1418923024.470923 INFO: [FaceTable] Added face id=254 remote=contentstore:// local=contentstore://
1418923024.478048 INFO: [PrivilegeHelper] dropped to effective uid=0 gid=0
1418923029.260722 INFO: [FaceTable] Added face id=257 remote=udp4://129.82.138.48:6363 local=udp4://131.179.196.46:6363
1418923034.206078 FATAL: [NFD] connect: Network is unreachable
I nailed it down to UdpChannel::newPeer
and specifically connect method. No idea how, but it is failing with the exception.
Actions