RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1819319 - frr fails to start start if the initscripts package is missing
Summary: frr fails to start start if the initscripts package is missing
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: frr
Version: 8.1
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: 8.0
Assignee: Michal Ruprich
QA Contact: Daniel Rusek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-03-31 16:59 UTC by James Oakley
Modified: 2020-11-04 02:29 UTC (History)
3 users (show)

Fixed In Version: frr-7.0-8.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-11-04 02:28:40 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2020:4619 0 None None None 2020-11-04 02:28:48 UTC

Description James Oakley 2020-03-31 16:59:26 UTC
Description of problem:

frr fails to start if the initscripts package is missing::

# systemctl status frr
● frr.service - FRRouting (FRR)
   Loaded: loaded (/usr/lib/systemd/system/frr.service; enabled; vendor preset: disabled)
   Active: inactive (dead) since Tue 2020-03-31 16:34:28 UTC; 17min ago
  Process: 46 ExecStop=/usr/lib/frr/frr stop (code=exited, status=0/SUCCESS)
  Process: 28 ExecStart=/usr/lib/frr/frr start (code=exited, status=0/SUCCESS)

Mar 31 16:34:28 1c8581785726 systemd[1]: Starting FRRouting (FRR)...
Mar 31 16:34:28 1c8581785726 frr[28]: /usr/lib/frr/frr: line 40: /etc/init.d/functions: No such file or directory
Mar 31 16:34:28 1c8581785726 frr[28]: Starting FRRouting daemons (prio:10):
Mar 31 16:34:28 1c8581785726 frr[46]: /usr/lib/frr/frr: line 40: /etc/init.d/functions: No such file or directory
Mar 31 16:34:28 1c8581785726 frr[46]: Stopping FRRouting monitor daemon:
Mar 31 16:34:28 1c8581785726 frr[46]: Stopping FRRouting daemons (prio:0):
Mar 31 16:34:28 1c8581785726 frr[46]: Stopping other FRRouting daemons
Mar 31 16:34:28 1c8581785726 frr[46]: Removing remaining .vty files
Mar 31 16:34:28 1c8581785726 frr[46]: Removing all routes made by zebra.
Mar 31 16:34:28 1c8581785726 systemd[1]: Started FRRouting (FRR).

Version-Release number of selected component (if applicable):

frr-7.0-5.el8

How reproducible:

Always

Steps to Reproduce:
1. Install frr in RHEL8 instance without the initscripts package installed. In this case it was a docker container based on registry.redhat.io/ubi8-init
2. Ensure "zebra=yes" in /etc/frr/daemons
3. systemctl enable --now frr 
4. systemctl status frr

Actual results:

FRR fails to start due to error:

/usr/lib/frr/frr: line 40: /etc/init.d/functions: No such file or directory

Expected results:

FRR starts

Comment 8 errata-xmlrpc 2020-11-04 02:28:40 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: frr security and bug fix update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2020:4619


Note You need to log in before you can comment on or make changes to this bug.