neonio
neonio copied to clipboard
install qbd on system ubuntu20.04 not success
Ubuntu20.04 system,want to install qdb for the kernel. And the detail command is as follows: #install dkms wget http://ports.ubuntu.com/pool/main/d/dkms/dkms_2.8.1-5ubuntu1_all.deb dpkg -i dkms_2.8.1-5ubuntu1_all.deb #if apt install dkms ,it is not work #and then install qbd git clone https://github.com/qingstor/neonio.git cd neonio/depends/ubuntu/ dpkg -i pitrix-dep-qbd-dkms_2.1.3.rc1_all.deb pitrix-dep-qbd-util-static-2.1.3.rc1.amd64.deb
there will be something wrong,the detail messages are as follows: DKMS: uninstall completed.
Deleting module version: 2.1.3.rc1 completely from the DKMS tree.
Done. Loading new pitrix-dep-qbd-2.1.3.rc1 DKMS files... Building for 5.8.0-38-generic 5.13.0-48-generic Building for architecture x86_64 Building initial module for 5.8.0-38-generic Done.
qbd.ko: Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.8.0-38-generic/updates/dkms/
qbd_tcp.ko: Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.8.0-38-generic/updates/dkms/
qbd_rdma.ko: Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.8.0-38-generic/updates/dkms/
depmod...
DKMS: install completed. Module build for kernel 5.13.0-48-generic was skipped since the kernel headers for this kernel does not seem to be installed. root@cnic:/lib/modules# apt install htop Reading package lists... Done Building dependency tree Reading state information... Done htop is already the newest version (2.2.0-2build1). The following packages were automatically installed and are no longer required: linux-image-5.4.0-42-generic linux-modules-5.4.0-42-generic linux-modules-extra-5.4.0-42-generic Use 'apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 99 not upgraded.
and the version of current kernel is: root@12:/lib/modules# uname -a Linux cnic 5.8.0-38-generic #43~20.04.1-Ubuntu SMP Tue Jan 12 16:39:47 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Can anyone tell me how to solve this problem? Thanks very much