Hi all,
I’d like to install the OFED for use with DPDK, but without the kernel modules. I try the following (on ubuntu 18.04) but I get:
sudo ./mlnxofedinstall --with-mft --with-mstflint --dpdk --upstream-libs --user-space-only
Logs dir: /tmp/MLNX_OFED_LINUX.10970.logs
General log file: /tmp/MLNX_OFED_LINUX.10970.logs/general.log
Below is the list of MLNX_OFED_LINUX packages that you have chosen
(some may have been added by the installer due to package dependencies):
mstflint
mft
ofed-scripts
mlnx-ofed-kernel-utils
rdma-core
libibverbs1
ibverbs-utils
ibverbs-providers
libibverbs-dev
librdmacm1
rdmacm-utils
librdmacm-dev
python3-pyverbs
This program will install the MLNX_OFED_LINUX package on your machine.
Note that all other Mellanox, OEM, OFED, RDMA or Distribution IB packages will be removed.
Those packages are removed due to conflicts with MLNX_OFED_LINUX, do not reinstall them.
Do you want to continue?[y/N]:y
Checking SW Requirements…
Removing old packages…
Uninstalling the previous version of MLNX_OFED_LINUX
Installing new packages
Installing mstflint-4.13.0…
Installing mft-4.13.0…
Installing ofed-scripts-4.7…
Error: DEB for mlnx-ofed-kernel-utils was not created !
And the log file does not show anything more. The last package got installed without any problem. Any idea?
Thanks,
Tom