Details
-
Type:
Bug
-
Status: Engineering Closed (View Workflow)
-
Priority:
Low
-
Resolution: Complete
-
Affects Version/s: SCALE-20.10-ALPHA
-
Fix Version/s: SCALE-20.12-ALPHA, 12.0-U1
-
Component/s: Middleware
-
Labels:
Description
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`.