[pkg-go] Bug#1066139: podman: Cannot create a network with dns_enabled

Antoine Sirinelli antoine at monte-stello.com
Tue Mar 12 23:17:12 GMT 2024


Package: podman
Version: 4.9.3+ds1-1
Severity: normal

Dear Maintainer,

When I create a new custom network, the dns is not enabled:

$ podman network create test
test
$ podman network inspect test
[
     {
          "name": "test",
          "id": "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08",
          "driver": "bridge",
          "network_interface": "cni-podman1",
          "created": "2024-03-13T00:11:16.769046605+01:00",
          "subnets": [
               {
                    "subnet": "10.89.0.0/24",
                    "gateway": "10.89.0.1"
               }
          ],
          "ipv6_enabled": false,
          "internal": false,
          "dns_enabled": false,
          "ipam_options": {
               "driver": "host-local"
          }
     }
]

The outcome should have "dns_enabled" to true.

Thank you,

Antoine

-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: arm64, i386

Kernel: Linux 6.6.15-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages podman depends on:
ii  conmon                           2.1.10+ds1-1
ii  golang-github-containers-common  0.57.4+ds1-2
ii  libc6                            2.37-15
ii  libdevmapper1.02.1               2:1.02.196-1
ii  libgpgme11                       1.18.0-4+b2
ii  libseccomp2                      2.5.5-1
ii  libsqlite3-0                     3.45.1-1
ii  libsubid4                        1:4.13+dfsg1-4
ii  runc                             1.1.12+ds1-1

Versions of packages podman recommends:
ii  buildah            1.33.5+ds1-4
ii  catatonit          0.1.7-1+b1
ii  dbus-user-session  1.14.10-4
ii  passt              0.0~git20240220.1e6f92b-1
ii  slirp4netns        1.2.1-1
ii  tini               0.19.0-1
ii  uidmap             1:4.13+dfsg1-4

Versions of packages podman suggests:
ii  containers-storage  1.51.0+ds1-2
ii  docker-compose      1.29.2-6
ii  iptables            1.8.10-3

-- Configuration Files:
/etc/cni/net.d/87-podman-bridge.conflist [Errno 13] Permission non accordée: '/etc/cni/net.d/87-podman-bridge.conflist'
/etc/cni/net.d/87-podman-ptp.conflist [Errno 13] Permission non accordée: '/etc/cni/net.d/87-podman-ptp.conflist'

-- no debconf information



More information about the Pkg-go-maintainers mailing list