yannism

DRBD9 kernel module fails to build on PVE5 beta

Mar 24th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. root@pve5-node3:~# apt-get show drbd-dkms
  2. E: Invalid operation show
  3. root@pve5-node3:~# apt show drbd-dkms
  4. Package: drbd-dkms
  5. Version: 9.0.6+linbit-1
  6. Priority: extra
  7. Section: admin
  8. Source: drbd
  9. Maintainer: DRBD dev <[email protected]>
  10. Installed-Size: 1,502 kB
  11. Provides: drbd-dkms
  12. Depends: debhelper (>= 7), dkms (>= 2.1.0.0), drbd-utils (>= 8.9.9)
  13. Conflicts: drbd-module-source, drbd8-module-source
  14. Replaces: drbd-module-source
  15. Homepage: http://www.drbd.org
  16. Download-Size: 290 kB
  17. APT-Manual-Installed: yes
  18. APT-Sources: http://packages.linbit.com/proxmox proxmox-4/drbd-9.0 amd64 Packages
  19. Description: RAID 1 over TCP/IP for Linux module source
  20. DRBD is a block device which is designed to build high availability
  21. clusters by providing a virtual shared device which keeps disks in
  22. nodes synchronised using TCP/IP. This simulates RAID 1 but avoiding
  23. the use of uncommon hardware (shared SCSI buses or Fibre Channel).
  24. It is currently limited to fail-over HA clusters.
  25. .
  26. This package contains the source code for the DRBD kernel module.
  27.  
  28. -----------------------------------------------------------------------------
  29.  
  30. root@pve5-node3:~# apt install drbd-dkms
  31. Reading package lists... Done
  32. Building dependency tree
  33. Reading state information... Done
  34. The following NEW packages will be installed:
  35. drbd-dkms
  36. 0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
  37. Need to get 0 B/290 kB of archives.
  38. After this operation, 1,502 kB of additional disk space will be used.
  39. Selecting previously unselected package drbd-dkms.
  40. (Reading database ... 66420 files and directories currently installed.)
  41. Preparing to unpack .../drbd-dkms_9.0.6+linbit-1_all.deb ...
  42. Unpacking drbd-dkms (9.0.6+linbit-1) ...
  43. Setting up drbd-dkms (9.0.6+linbit-1) ...
  44. Loading new drbd-9.0.6+linbit-1 DKMS files...
  45. Building for 4.10.1-2-pve
  46. Building initial module for 4.10.1-2-pve
  47. Error! Bad return status for module build on kernel: 4.10.1-2-pve (x86_64)
  48. Consult /var/lib/dkms/drbd/9.0.6+linbit-1/build/make.log for more information.
  49.  
  50. ------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment