sysctl rc script is running twice on boot breaking carp.allow
Description
Problem/Justification
None
Impact
None
SmartDraw Connector
Katalon Manual Tests (BETA)
Activity
Show:
Caleb November 11, 2020 at 6:59 PM
Complete
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Triage Team
Triage TeamReporter
Caleb
CalebLabels
Components
Fix versions
Affects versions
Priority
More fields
Time tracking
More fields
Time trackingKatalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Created November 6, 2020 at 8:48 PM
Updated July 1, 2022 at 5:00 PM
Resolved November 11, 2020 at 6:59 PM
sysctl rc script is running twice on boot which is causing the `net.inet.carp.allow` sysctl to be set back to 0 after the `ix-haready` rc script is setting it.
The 2nd calling of `sysctl` is happening by the `securelevel` rc script so just make sure `ix-haready` is called after `securelevel`.