intrig-unicamp / mininet-wifi

Emulator for Software-Defined Wireless Networks
https://mn-wifi.readthedocs.io/
Other
432 stars 239 forks source link

Mininet-WIFI installation issue #358

Closed catherinenayer closed 3 years ago

catherinenayer commented 3 years ago

When opening my Mininet-Wifi virtual machine (on Vmware workstation 11) I received the following figure with kernel error image

and when trying to use the old kernel from ubuntu advanced options I got the following image image

so I have tried to install Mininet-Wifi on a new VM using Ubuntu 14.04 using the following steps sudo apt-get update sudo apt-get install git git clone https://github.com/intrig-unicamp/mininet-wifi cd mininet-wifi sudo util/install.sh -Wlnfv and I get the following error Cloning into 'iw'... fatal: unable to access 'https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Thanks in advance

ramonfontes commented 3 years ago

When opening my Mininet-Wifi virtual machine (on Vmware workstation 11) I received the following figure with kernel error

  1. Please try VirtualBox instead.
  1. so I have tried to install Mininet-Wifi on a new VM using Ubuntu 14.04 using the following steps sudo apt-get update sudo apt-get install git git clone https://github.com/intrig-unicamp/mininet-wifi cd mininet-wifi sudo util/install.sh -Wlnfv and I get the following error Cloning into 'iw'... fatal: unable to access 'https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

    The error is not related to Mininet-WiFi. You can find the answer by googling for the error message. This might help you: https://stackoverflow.com/questions/35821245/github-server-certificate-verification-failed