GSA / datagov-deploy-common

Ansible role to deploy and configure common components across the Data.gov platform
Other
4 stars 2 forks source link

Trendmicro fails to install on Bionic #15

Closed adborden closed 5 years ago

adborden commented 5 years ago

It looks like trendmicro depends on libapt-pkg4.12, which is not in the bionic repositories. Bionic has libapt-pkg5.0.

TASK [software/common/trendmicro : install trendmicro package] *****************
fatal: [datagov-jump2d.dev-ocsit.bsp.gsa.gov]: FAILED! => {"changed": true, "cmd": ["dpkg", "-i", "/tmp/agent.deb"], "delta": "0:00:00.880781", "end": "2019-04-15 21:11:38.150176", "msg": "non-zero return code", "rc": 1, "start": "2019-04-15 21:11:37.269395", "stderr": "dpkg: dependency problems prevent configuration of ds-agent:\n ds-agent depends on libapt-pkg4.12 (>= 0.8.0); however:\n  Package libapt-pkg4.12 is not installed.\n ds-agent depends on librtmp0 (>= 2.3); however:\n  Package librtmp0 is not installed.\n\ndpkg: error processing package ds-agent (--install):\n dependency problems - leaving unconfigured\nErrors were encountered while processing:\n ds-agent", "stderr_lines": ["dpkg: dependency problems prevent configuration of ds-agent:", " ds-agent depends on libapt-pkg4.12 (>= 0.8.0); however:", "  Package libapt-pkg4.12 is not installed.", " ds-agent depends on librtmp0 (>= 2.3); however:", "  Package librtmp0 is not installed.", "", "dpkg: error processing package ds-agent (--install):", " dependency problems - leaving unconfigured", "Errors were encountered while processing:", " ds-agent"], "stdout": "Selecting previously unselected package ds-agent.\n(Reading database ... 97015 files and directories currently installed.)\nPreparing to unpack /tmp/agent.deb ...\nUnpacking ds-agent (9.6.2.8846) ...\nProcessing triggers for mime-support (3.60ubuntu1) ...\nProcessing triggers for systemd (237-3ubuntu10.20) ...\nProcessing triggers for ureadahead (0.100.0-20) ...", "stdout_lines": ["Selecting previously unselected package ds-agent.", "(Reading database ... 97015 files and directories currently installed.)", "Preparing to unpack /tmp/agent.deb ...", "Unpacking ds-agent (9.6.2.8846) ...", "Processing triggers for mime-support (3.60ubuntu1) ...", "Processing triggers for systemd (237-3ubuntu10.20) ...", "Processing triggers for ureadahead (0.100.0-20) ..."]}
adborden commented 5 years ago

@JJediny can we get an updated trendmicro.deb from secops that works for Bionic?

adborden commented 5 years ago

SecOps is looking into this

adborden commented 5 years ago

SecOps provided an updated .deb package and https://github.com/GSA/datagov-deploy-common/pull/20 has fixed the issue.