mn-ccnx
mn-ccnx copied to clipboard
ConfigParser.NoSectionError:
I keep on getting this error when I create a topology. I'm using the virtual machine disk image( .vdi) given on the INSTALL wiki (the bz2 compressed file).
`Traceback (most recent call last):
File "/usr/local/bin/miniccnx", line 5, 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' ` If I add a preferences section on the miniccnx.conf error changes to 'Value Error: Need one or more value to unpack'
Please, shed some lights on the miniccnx.conf file and tell more about what sections are must and, also formats of the sections. Thank you!
I am also getting the same error. Any help would be appreciated.