Skip to content

Commit fb7862e

Browse files
committed
I needed to create the mininet:mininet user on my system
1 parent 93faa31 commit fb7862e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/userguide.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ The official Mininet VM comes without an X-server that is an *optional*
4141
requirements for MiniCPS (e.g., it can be used to display a pop-up window
4242
with sensor data visualization). If you decide to install Mininet on your own, the following hints can be helpful.
4343

44+
Mininet seems to assume a mininet user in the mininet group is present on the system. You need to create both
45+
46+
.. code-block:: console
47+
48+
sudo useradd mininet
49+
sudo addgroup mininet
50+
51+
4452
Mininet relies on openvswitch-controller as basic SDN controller (unless you install POX or other controllers yourself). Since Open vSwitch 2.1, the openvswitch-controller was renamed to openvswitch-testcontroller. This means you will have to a) ensure that you have the corresponding package installed, e.g. via (on Ubuntu 16.04 or later)
4553

4654
.. code-block:: console

0 commit comments

Comments
 (0)