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 doesn't work - what should I do?

Here are some things you can try:

  • Look at the log file(s) and make sure no errors are occurring: more /tmp/onos1/log;  more /tmp/onos1/onos.log
  • 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