Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-43308

named.logrotate references services not built anymore

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • rhel-9.3.0
    • bind
    • None
    • None
    • None
    • rhel-sst-cs-net-perf-services
    • ssg_core_services
    • None
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • None
    • None

      What were you trying to do that didn't work?

      /etc/logrotate.d/named file references obsoleted service names for alternative bind builds, which were no longer present since rhel 9 start.

      Please provide the package NVR for which bug is seen: bind-9.16.23-20.el9

      How reproducible: reliable

      Steps to reproduce

      1. cat /etc/logrotate.d/named | awk '$1 == "/usr/bin/systemctl" && $2 == "reload" { print $3 }' | while read SVC; do [ $(dnf -q repoquery --whatprovides "/usr/lib/systemd/system/$SVC" | wc -l) -lt 1 ] && echo "$SVC not provided"; done
      2.  
      3.  

      Expected results

      Every mentioned service is produced.

      Actual results

      named-sdb.service not provided
      named-sdb-chroot.service not provided
      named-pkcs11.service not provided

              pemensik@redhat.com Petr Mensik
              pemensik@redhat.com Petr Mensik
              Petr Mensik Petr Mensik
              rhel-cs-infra-services-qe rhel-cs-infra-services-qe rhel-cs-infra-services-qe rhel-cs-infra-services-qe
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: