Advertisement
peetaur

custom kernel ZoL dkms problem

Jun 27th, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. # /etc/kernel/header_postinst.d/dkms 3.13.11.2-bc /boot/vmlinuz-3.13.11.2-bc
  2. Error! Your kernel headers for kernel 3.13.11.2-bc cannot be found.
  3. Please install the linux-headers-3.13.11.2-bc package,
  4. or use the --kernelsourcedir option to tell DKMS where it's located
  5. Error! Your kernel headers for kernel 3.13.11.2-bc cannot be found.
  6. Please install the linux-headers-3.13.11.2-bc package,
  7. or use the --kernelsourcedir option to tell DKMS where it's located
  8.  
  9. # dkms autoinstall --kernelver 3.13.11.2-bc --kernelsourcedir /usr/src/linux-headers-3.13.11.2-bc/
  10. Error! Your kernel headers for kernel 3.13.11.2-bc cannot be found.
  11. Please install the linux-headers-3.13.11.2-bc package,
  12. or use the --kernelsourcedir option to tell DKMS where it's located
  13. Error! Your kernel headers for kernel 3.13.11.2-bc cannot be found.
  14. Please install the linux-headers-3.13.11.2-bc package,
  15. or use the --kernelsourcedir option to tell DKMS where it's located
  16.  
  17. # ls /usr/src/
  18. linux-headers-3.13.0-24 linux-headers-3.13.0-29 linux-headers-3.13.11.2 linux-source-3.13.0 spl-0.6.2
  19. linux-headers-3.13.0-24-generic linux-headers-3.13.0-29-generic linux-headers-3.13.11.2-bc linux-source-3.13.0.tar.bz2 zfs-0.6.2
  20.  
  21.  
  22. # ls /usr/src/linux-headers-3.13.11.2-bc
  23. Kconfig Module.symvers block debian firmware include ipc lib mm samples security tools usr
  24. Makefile arch crypto drivers fs init kernel linux-headers.revision net scripts sound ubuntu virt
  25.  
  26.  
  27.  
  28. # dkms build -m zfs -v 0.6.2 -k 3.13.11.2-bc --kernelsourcedir /usr/src/linux-headers-3.13.11.2-bc
  29. Error! Your kernel headers for kernel 3.13.11.2-bc cannot be found.
  30. Please install the linux-headers-3.13.11.2-bc package,
  31. or use the --kernelsourcedir option to tell DKMS where it's located
  32.  
  33. # dkms build -m zfs -v 0.6.2 -k 3.13.11.2-bc --kernelsourcedir /usr/src/linux-source-3.13.0/
  34. Error! Your kernel headers for kernel 3.13.11.2-bc cannot be found.
  35. Please install the linux-headers-3.13.11.2-bc package,
  36. or use the --kernelsourcedir option to tell DKMS where it's located
  37.  
  38. # dkms build -m zfs -v 0.6.2 -k 3.13.11.2-bc --kernelsourcedir /usr/src/linux-source-3.13.0/linux-source-3.13.0/
  39. Error! Your kernel headers for kernel 3.13.11.2-bc cannot be found.
  40. Please install the linux-headers-3.13.11.2-bc package,
  41. or use the --kernelsourcedir option to tell DKMS where it's located
  42.  
  43. # dkms autoinstall -k 3.13.11.2-bc --kernelsourcedir /usr/src/linux-source-3.13.0/linux-source-3.13.0/
  44. Error! Your kernel headers for kernel 3.13.11.2-bc cannot be found.
  45. Please install the linux-headers-3.13.11.2-bc package,
  46. or use the --kernelsourcedir option to tell DKMS where it's located
  47. Error! Your kernel headers for kernel 3.13.11.2-bc cannot be found.
  48. Please install the linux-headers-3.13.11.2-bc package,
  49. or use the --kernelsourcedir option to tell DKMS where it's located
  50. You have new mail in /var/mail/root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement