[Nfd-dev] nfd-start yield nothing after fresh installation

Junxiao Shi shijunxiao at email.arizona.edu
Fri Jun 3 07:00:41 PDT 2016


Hi Thiago

I suspect there’s a library ABI mismatch. It’s most likely to happen if ndn-cxx and NFD are not installed together.
You may check this possibility with:
1. find where is your NFD binary with which nfd
2. check whether libraries are linked correctly with ldd /usr/bin/nfd (use the nfd binary path found in step1)

Yours, Junxiao

From: Thiago Teixeira
Sent: Thursday, June 2, 2016 03:30
To: nfd-dev at lists.cs.ucla.edu
Subject: [Nfd-dev] nfd-start yield nothing after fresh installation

Hi all,

I installed the NFD 0.4.1-21 binaries on two Ubuntu 14-64 bits and everything went well. The two machines are on the same subnet 10.10.1.0/24.
When I run $ nfd-start I get the following message: NFD is already running…

So I run $ nfdc register /ndn udp://10.10.1.1 and I should get the Successful… message, but I get nothing.
nfd-status yields nothing too.
I tried nfd-stop > nfd-start and nothing shows up.

I searched on the mailing list and couldn’t find anything.

Do you have any suggestions or tests to do?

Thanks,
Thiago

PS: There’s a typo in the building documentation instructions. It should be ./waf doxygen instead of doxgyen
http://named-data.net/doc/NFD/current/INSTALL.html#building-documentation

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/nfd-dev/attachments/20160603/b4e45097/attachment.html>


More information about the Nfd-dev mailing list