Infra(OS): `downloads` to Ubuntu 24.04
JacobCoffee opened this issue · 1 comments
JacobCoffee commented
No changes required besides base changes
JacobCoffee commented
Datadog failures preventing highstate from succeeding 100%
Seems that it is having issue installing the datadog-agent, which i thought would be alleviated by installing the signing keys package, but it is failing to install for some reason:
coffee@dowloads-2404:~$ sudo apt install datadog-agent datadog-signing-keys
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
coffee@dowloads-2404:~$ sudo dpkg -^C
coffee@dowloads-2404:~$ sudo dpkg --configure -a
coffee@dowloads-2404:~$ sudo apt install datadog-agent datadog-signing-keys
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
datadog-signing-keys
The following packages will be upgraded:
datadog-agent
1 upgraded, 1 newly installed, 0 to remove and 35 not upgraded.
1 not fully installed or removed.
Need to get 0 B/300 MB of archives.
After this operation, 1,450 MB of additional disk space will be used.
(Reading database ... 83561 files and directories currently installed.)
Preparing to unpack .../datadog-agent_1%3a6.53.0-1_amd64.deb ...
Unpacking datadog-agent (1:6.53.0-1) over (1:6.53.0-1) ...
dpkg-deb: error: <decompress> subprocess was killed by signal (Killed)
dpkg: error processing archive /var/cache/apt/archives/datadog-agent_1%3a6.53.0-1_amd64.deb (--unpack):
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)