Actions
Bug #2190
closedNRD cannot start when NFD disables UNIX faces
Start date:
Due date:
% Done:
100%
Estimated time:
0.50 h
Description
Steps to reproduce:
- comment out
unix
section innfd.conf
- execute
nfd-start
Expected: NRD connects to NFD over TCP
Actual: NRD fails to start
Updated by Junxiao Shi about 10 years ago
- Blocked by Feature #2189: Pick Transport type with client.conf added
Updated by Junxiao Shi about 10 years ago
- Estimated time changed from 0.00 h to 0.50 h
The solution is requiring operator to edit client.conf
as the same time, so that ndn-cxx picks TcpTransport.
No code change is needed in this issue, however nfd.conf.sample
needs a comment next to unix
section to indicate that client.conf
needs to be edited when disabling UNIX faces so that NRD can work.
Updated by Junxiao Shi about 10 years ago
- Related to Bug #2188: FaceManager creates UnixStreamChannel when listen=no added
Updated by Anonymous about 10 years ago
- Status changed from New to In Progress
- Assignee set to Anonymous
Updated by Anonymous almost 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Updated by Junxiao Shi almost 10 years ago
- Status changed from Code review to Closed
Updated by Alex Afanasyev almost 10 years ago
- Related to Task #2496: Redesign initialization of nfd/nrd added
Actions