1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
~$ sudo apt install linux-headers-4.19.0-18-rt-amd64
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
linux-headers-4.19.0-18-common-rt
The following NEW packages will be installed:
linux-headers-4.19.0-18-common-rt linux-headers-4.19.0-18-rt-amd64
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 7,776 kB of archives.
After this operation, 43.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 https://deb.debian.org/debian buster/main amd64 linux-headers-4.19.0-18-common-rt all 4.19.208-1 [6,730 kB]
Get:2 https://deb.debian.org/debian buster/main amd64 linux-headers-4.19.0-18-rt-amd64 amd64 4.19.208-1 [1,046 kB]
Fetched 7,776 kB in 2s (3,310 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package linux-headers-4.19.0-18-common-rt.
(Reading database ... 63141 files and directories currently installed.)
Preparing to unpack .../linux-headers-4.19.0-18-common-rt_4.19.208-1_all.deb ...
Unpacking linux-headers-4.19.0-18-common-rt (4.19.208-1) ...
Selecting previously unselected package linux-headers-4.19.0-18-rt-amd64.
Preparing to unpack .../linux-headers-4.19.0-18-rt-amd64_4.19.208-1_amd64.deb ...
Unpacking linux-headers-4.19.0-18-rt-amd64 (4.19.208-1) ...
Setting up eveusb (9.2.5) ...
/var/lib/dpkg/info/eveusb.postinst configure
Synchronizing state of eveusb.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable eveusb
------------------------------
Deleting module version: 1.0.0
completely from the DKMS tree.
------------------------------
Done.
Creating symlink /var/lib/dkms/eveusb/1.0.0/source ->
/usr/src/eveusb-1.0.0
DKMS: add completed.
Error! Your kernel headers for kernel 5.4.139-16309-g748e5311576e cannot be found.
Please install the linux-headers-5.4.139-16309-g748e5311576e package,
or use the --kernelsourcedir option to tell DKMS where it's located
Traceback (most recent call last):
File "/var/lib/dpkg/info/eveusb.postinst", line 549, in <module>
make_all()
File "/var/lib/dpkg/info/eveusb.postinst", line 528, in make_all
process_module(True)
File "/var/lib/dpkg/info/eveusb.postinst", line 268, in process_module
check_call([dkms, action] + mod_ver)
File "/var/lib/dpkg/info/eveusb.postinst", line 30, in check_call
subprocess.check_call(cmd)
File "/usr/lib/python2.7/subprocess.py", line 190, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['dkms', 'build', '-m', 'eveusb', '-v', '1.0.0']' returned non-zero exit status 1
dpkg: error processing package eveusb (--configure):
installed eveusb package post-installation script subprocess returned error exit status 1
Setting up linux-headers-4.19.0-18-common-rt (4.19.208-1) ...
Setting up linux-headers-4.19.0-18-rt-amd64 (4.19.208-1) ...
/etc/kernel/header_postinst.d/dkms:
Failed to restart systemd-modules-load.service: Unit systemd-modules-load.service is masked.
Errors were encountered while processing:
eveusb
E: Sub-process /usr/bin/dpkg returned an error code (1) |
Partager