-
Notifications
You must be signed in to change notification settings - Fork 75
Description
We recently tested minicps installation process, and had issues with Ubuntu 24.04. This issue is intended to document our current process to get everything to work with minimal changes. We should eventually create a PR to update the documentation.
Main issues: mininet
build process is currently broken (it seems mininet is not maintained since a while), and the forced switch to VENVs in Ubuntu complicates the pip part. Further complications are due to the heavy use of sudo
in both mininet and minicps (root UID needed for namespaces etc).
Proposed solution summary: completely execute installations and later runs as root user, via sudo su
or similar. Create a venv for root and activate it. In addition, use mininet-wifi
fork and build without the wireless parts (i.e., use only the following arguments for the installation: bash util/install.sh -nfv
)