-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the pre-configured VM #17
Comments
Same here... The 2nd error can be fixed by adding |
This error can be fixed by reinstalling mininet. However, For the 2nd Error I modified the miniccnx.conf file like this:
*** Done *** Starting CLI: Notice that there are no FIB entries when I used the |
hello
i have installed the .vdi file of miniccnx on virtual box and i have these problems:
1- why when I run ¨sudo mn¨ command in terminal for running mininet these errors appears:
Traceback (most recent call last):
File "/usr/local/bin/mn", line 5, in
pkg_resources.run_script('mininet==2.0.0', 'mn')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1388, in run_script
raise ResolutionError("No script named %r" % script_name)
pkg_resources.ResolutionError: No script named 'mn'
2- when I test your configuration file for h1--s1--h2 these errors appear :
Traceback (most recent call last):
File "/usr/local/bin/miniccnx", line 5, in
pkg_resources.run_script('mininet==2.0.0', 'miniccnx')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1401, in run_script
exec(script_code, namespace, namespace)
File "/usr/local/lib/python2.7/dist-packages/mininet-2.0.0-py2.7.egg/EGG-INFO/scripts/miniccnx", line 145, in
File "/usr/local/lib/python2.7/dist-packages/mininet-2.0.0-py2.7.egg/EGG-INFO/scripts/miniccnx", line 91, in execute
File "build/bdist.linux-x86_64/egg/sources/conf_parser.py", line 303, in parse_preferences
File "/usr/lib/python2.7/ConfigParser.py", line 347, in items
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'preferences'
3- in miniccnxedit i can easily put hosts and routers but don´t links; how the links work in editor?
how can I put links and join hosts and routers ?
The text was updated successfully, but these errors were encountered: