<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<br class="">
<div>
<blockquote type="cite" class="">
<div class="">
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class="">
<span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">From:
</b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">AndrĂ© D. Carneiro <<a href="mailto:adcarneiro@inf.ufrgs.br" class="">adcarneiro@inf.ufrgs.br</a>><br class="">
</span></div>
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class="">
<span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Subject:
</b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><b class="">Issues installing MiniNDN</b><br class="">
</span></div>
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class="">
<span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Date:
</b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">September 19, 2020 at 4:34:30 PM CDT<br class="">
</span></div>
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class="">
<span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">To:
</b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><a href="mailto:mini-ndn@lists.cs.ucla.edu" class="">mini-ndn@lists.cs.ucla.edu</a>.<br class="">
</span></div>
<br class="">
<br class="">
Hi all,<br class="">
<br class="">
I'm having trouble getting MiniNDN up and running. I figured the easiest way to install is by using the vagrantfile. So I cloned the repo for named-data/mini-ndn and ran `vagrant up` inside it, which created the virtual machine in VirtualBox. I then proceeded
 to install miniNDN inside it via `sudo ./install.sh -a`, which downloaded and compiled everything successfully.<br class="">
<br class="">
The first thing I noticed is that it did not create a `minindn` symbolic link, which is not a real problem for me because running the python scripts inside the examples folder still starts minindn and lets me in to the mini-ndn> CLI. Just thought is was curious.<br class="">
<br class="">
Anyway, the real problem is that when I run `sudo python examples/mnndn.py`, everything starts and I get in to the CLI. But then, running pingall results in the following<br class="">
<br class="">
mini-ndn> pingall<br class="">
    *** Ping: testing ping reachability<br class="">
    a -> b c X<br class="">
    b -> a X d<br class="">
    c -> X X X<br class="">
    d -> X X X<br class="">
    *** Results: 66% dropped (4/12 received)<br class="">
<br class="">
And after I run `sudo python examples/nlsr/pingall.py`, exit the CLI and run `grep -c content /tmp/minindn/*/ping-data/*.txt`, as stated in the documentation, I get the following:<br class="">
<br class="">
/tmp/minindn/a/ping-data/b.txt:300<br class="">
    /tmp/minindn/a/ping-data/c.txt:300<br class="">
    /tmp/minindn/a/ping-data/d.txt:300<br class="">
    /tmp/minindn/b/ping-data/a.txt:300<br class="">
    /tmp/minindn/b/ping-data/c.txt:300<br class="">
    /tmp/minindn/b/ping-data/d.txt:300<br class="">
    /tmp/minindn/c/ping-data/a.txt:300<br class="">
    /tmp/minindn/c/ping-data/b.txt:300<br class="">
    /tmp/minindn/c/ping-data/d.txt:300<br class="">
    /tmp/minindn/d/ping-data/a.txt:300<br class="">
    /tmp/minindn/d/ping-data/b.txt:300<br class="">
    /tmp/minindn/d/ping-data/c.txt:300<br class="">
<br class="">
As oposed to the count of 50 that should be reported for each file.<br class="">
<br class="">
Running `grep -c timeout /tmp/minindn/*/ping-data/*.txt` yields the apparently correct result of 0 for each file.<br class="">
<br class="">
Note that I have already tried this same process on two different linux machines here. Having the same results.<br class="">
<br class="">
I believe these problems are the cause for another error that I'm having in my experiments, where I get NACK for every consumer when trying to run a simple producer/consumer scenario.<br class="">
<br class="">
Also, the documentation I refer to is this one: <a href="http://minindn.memphis.edu/install.html#using-install-sh" class="">
http://minindn.memphis.edu/install.html#using-install-sh</a><br class="">
<br class="">
<br class="">
Best regards,<br class="">
AndrĂ© Dexheimer Carneiro<br class="">
<br class="">
<br class="">
<br class="">
</div>
</blockquote>
</div>
<br class="">
</body>
</html>