ProjectMagma / Magma

Under the rocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'/bin/sh -c modprobe netmap' returned a non-zero code: 127

itssivashankar opened this issue · comments

commented

Hi,
while building the docker file i am getting this error

/bin/sh: 1: modprobe: not found
The command '/bin/sh -c modprobe netmap' returned a non-zero code: 127

As docker uses kernel modules from the host kernel I suspect netmap would need to be installed in the host.

commented

Thanks for your reply