Guest User

Untitled

a guest
Jun 17th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. root@raspberrypi:/home/pi# apt install wireguard-dkms
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following additional packages will be installed:
  6. dkms
  7. Suggested packages:
  8. python3-apport menu
  9. Recommended packages:
  10. wireguard wireguard-tools
  11. The following NEW packages will be installed:
  12. dkms wireguard-dkms
  13. 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
  14. Need to get 328 kB of archives.
  15. After this operation, 2045 kB of additional disk space will be used.
  16. Do you want to continue? [Y/n] Y
  17. Get:1 http://ftp.igh.cnrs.fr/pub/os/linux/raspbian/raspbian buster/main armhf dkms all 2.6.1-4 [74.4 kB]
  18. Get:2 http://deb.debian.org/debian unstable/main armhf wireguard-dkms all 1.0.20200611-1 [253 kB]
  19. Fetched 328 kB in 1s (530 kB/s)
  20. Selecting previously unselected package dkms.
  21. (Reading database ... 114102 files and directories currently installed.)
  22. Preparing to unpack .../archives/dkms_2.6.1-4_all.deb ...
  23. Unpacking dkms (2.6.1-4) ...
  24. Selecting previously unselected package wireguard-dkms.
  25. Preparing to unpack .../wireguard-dkms_1.0.20200611-1_all.deb ...
  26. Unpacking wireguard-dkms (1.0.20200611-1) ...
  27. Setting up dkms (2.6.1-4) ...
  28. Setting up wireguard-dkms (1.0.20200611-1) ...
  29. Loading new wireguard-1.0.20200611 DKMS files...
  30. It is likely that 4.19.118-v7l+ belongs to a chroot's host
  31. Building for 4.19.118+, 4.19.118-v7+, 4.19.118-v7l+ and 4.19.118-v8+
  32. Building initial module for 4.19.118+
  33. Done.
  34.  
  35. wireguard.ko:
  36. Running module version sanity check.
  37. - Original module
  38. - No original module exists within this kernel
  39. - Installation
  40. - Installing to /lib/modules/4.19.118+/kernel/net/
  41.  
  42. depmod...
  43.  
  44. DKMS: install completed.
  45. Building initial module for 4.19.118-v7+
  46. Done.
  47.  
  48. wireguard.ko:
  49. Running module version sanity check.
  50. - Original module
  51. - No original module exists within this kernel
  52. - Installation
  53. - Installing to /lib/modules/4.19.118-v7+/kernel/net/
  54.  
  55. depmod...
  56.  
  57. DKMS: install completed.
  58. Building initial module for 4.19.118-v7l+
  59. Done.
  60.  
  61. wireguard.ko:
  62. Running module version sanity check.
  63. - Original module
  64. - No original module exists within this kernel
  65. - Installation
  66. - Installing to /lib/modules/4.19.118-v7l+/kernel/net/
  67.  
  68. depmod...
  69.  
  70. DKMS: install completed.
  71. Module build for kernel 4.19.118-v8+ was skipped since the
  72. kernel headers for this kernel does not seem to be installed.
  73. Processing triggers for man-db (2.8.5-2) ...
Add Comment
Please, Sign In to add comment