Comment 3 for bug 2009959

Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote :

The fix works, isc-kea 2.0.2-1ubuntu0.1 fixes the bug.

I've created a jammy container using steps from the [Test Plan] section listed above in the Bug Description and inside that container..

I have installed the isc-kea that is included in the kea-ctrl-agent using:

$ apt install kea-ctrl-agent

Then checked:
$ apt policy kea-ctrl-agent

The output:

kea-ctrl-agent:
  Installed: 2.0.2-1
  Candidate: 2.0.2-1
  Version table:
 *** 2.0.2-1 500
        500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
        100 /var/lib/dpkg/status

Then I have typed in:

$ kea-shell

The issue did exist:

Traceback (most recent call last):
  File "/usr/sbin/kea-shell", line 27, in <module>
    from kea_conn import CARequest # CAResponse
ModuleNotFoundError: No module named 'kea_conn'

Then I've upgraded kea-ctrl-agent:
$ apt install kea-ctrl-agent=2.0.2-1ubuntu0.1

Later I've typed in:

$ apt policy kea-ctrl-agent

 kea-ctrl-agent:
  Installed: 2.0.2-1ubuntu0.1
  Candidate: 2.0.2-1ubuntu0.1
  Version table:
 *** 2.0.2-1ubuntu0.1 500
        500 http://archive.ubuntu.com/ubuntu jammy-proposed/universe amd64 Packages
        100 /var/lib/dpkg/status

Finally when I typed in:

$ kea-shell

the problem did not exist, so the fix works.