Skip to content

Update instructions for Ubuntu 24.04/ later (VENV, mininet issues) #40

Description

@noleti

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions