You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,
I need your help,
i have just installed miniccnx on my VM ( ubuntu 16.04 LTS):
sudo apt-get install git
git clone git://github.com/chesteve/mn-ccnx
sudo ./mn-ccnx/util/install.sh -fnv
no problem at this level but when i tried to run sudo miniccnx or sudo miniccnx miniccnx.conf
with miniccnx.conf a file with an example:
[nodes]
h1: app1 ccnx:/,s1
h2: _ cpu=0.1
s1: _ ccnx:/test,h2
[links]
h1:s1 bw=100
h2:s1 bw=100 loss=1 delay=10ms
but i got sudo: miniccnx: command not found
even if i have already the mn-ccnx reperatory.
My respects.
The text was updated successfully, but these errors were encountered:
Hello,
I have just installed miniccnx on my VM ( ubuntu 15.10 LTS):
And I meet the similar problem:
"No script named 'miniccnx'",after I execute "sudo miniccnx“
did you meet it before?
thanks
hello,
I need your help,
i have just installed miniccnx on my VM ( ubuntu 16.04 LTS):
sudo apt-get install git
git clone git://github.com/chesteve/mn-ccnx
sudo ./mn-ccnx/util/install.sh -fnv
no problem at this level but when i tried to run sudo miniccnx or sudo miniccnx miniccnx.conf
with miniccnx.conf a file with an example:
[nodes]
h1: app1 ccnx:/,s1
h2: _ cpu=0.1
s1: _ ccnx:/test,h2
[links]
h1:s1 bw=100
h2:s1 bw=100 loss=1 delay=10ms
but i got sudo: miniccnx: command not found
even if i have already the mn-ccnx reperatory.
My respects.
The text was updated successfully, but these errors were encountered: