Comment 24 for bug 1730627

Revision history for this message
Dan Streetman (ddstreet) wrote :

> I'm having the same issue with the package check-mk-agent_1.5.0b9-1_all.deb from
> Nagios (Check_MK).

The problem is with your deb, not dpkg. The check-mk-agent deb from Ubuntu works fine:

$ apt-cache policy check-mk-agent
check-mk-agent:
  Installed: 1.2.8p16-1ubuntu0.1
  Candidate: 1.2.8p16-1ubuntu0.1
  Version table:
 *** 1.2.8p16-1ubuntu0.1 500
        500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
        100 /var/lib/dpkg/status

$ sudo dpkg -i check-mk-agent_1.2.8p16-1ubuntu0.1_amd64.deb
Selecting previously unselected package check-mk-agent.
(Reading database ... 40378 files and directories currently installed.)
Preparing to unpack check-mk-agent_1.2.8p16-1ubuntu0.1_amd64.deb ...
Unpacking check-mk-agent (1.2.8p16-1ubuntu0.1) ...
Setting up check-mk-agent (1.2.8p16-1ubuntu0.1) ...

This is not the bug you are looking for.