Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Not currently, but you should not need to use them for the most part.It

onos.py doesn't work - what should I do?

Here are some things you can try:

...

  • Reset your environment using: sudo pkill -f  karaf.jar; sudo mn -c
  • Make sure you have built onos: cd ~/onos; buck build onos 
  • Make sure you can run Mininet: sudo mn --test pingall

 

Mininet doesn't work - what should I do?

Make sure that the following command works:

sudo mnexec -n ifconfig -a

It should show a single loopback interface and no other interfaces.