Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error occurred when installing mininet using a script #1176

Open
zfloat opened this issue Apr 27, 2023 · 2 comments
Open

An error occurred when installing mininet using a script #1176

zfloat opened this issue Apr 27, 2023 · 2 comments

Comments

@zfloat
Copy link

zfloat commented Apr 27, 2023

When I install Mininet using a new virtual machine, an error message appears as shown in the following figure. May I know how to resolve it.

图片

@lantz
Copy link
Member

lantz commented Apr 27, 2023

I recommend trying to read and understand error messages. I also recommend pasting text rather than a screenshot.

In this case it seems to be telling you that the libc-bin installation is failing with a strange error, /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link, and that this error is preventing openvswitch-switch from installing. Note that file is not normally present on Ubuntu (nor is /usr/lib/wsl for that matter.)

I am sure you will agree that this doesn't look like a Mininet error at all and is almost certainly a problem with your environment.

Can you confirm that:

  1. sudo apt-get install libc-bin works properly
  2. sudo apt-get install openvswitch-switch works properly
  3. You are installing Mininet on a real Ubuntu 20.04 VM running on a regular hypervisor such as VirtualBox or VMware (or Hyper-V?)

@lantz lantz added close? can't reproduce label for issues that we are unable to reproduce not a bug and removed can't reproduce label for issues that we are unable to reproduce labels Apr 27, 2023
@still-learner
Copy link

Jan 31 20:57:20 test systemd[1]: Dependency failed for Open vSwitch.
Jan 31 20:57:20 test systemd[1]: openvswitch-switch.service: Job openvswitch-switch.service/start failed with result 'de
pendency'.
error occurs

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

No branches or pull requests

3 participants