Actions
Bug #8709
closedCannot update policies on master, server refuse simultaneous connection
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Node cannot update it's policies, because server refuses simultaneous connection:
An output of rudder server debug is available here: https://gist.github.com/VinceMacBuche/b16b0123c14c65f87415aca070fbe442
But the error extract (last line of logs) are here:
rudder verbose: 192.168.41.4> Host relay.rudder.local granted access to /usr/share/ncf/tree/60_services/baseline/stable/baseline.cf rudder verbose: Obtained IP address of '192.168.41.4' on socket 8 from accept error: Remote host '192.168.41.4' is not in allowallconnects, denying second simultaneous connection rudder verbose: Obtained IP address of '192.168.41.4' on socket 8 from accept error: Remote host '192.168.41.4' is not in allowallconnects, denying second simultaneous connection rudder verbose: Obtained IP address of '192.168.41.4' on socket 8 from accept error: Remote host '192.168.41.4' is not in allowallconnects, denying second simultaneous connection rudder info: 192.168.41.4> Closing connection, terminating thread
Defining allowallconnects instead of allowconnects in cf-served.cf fix the issue!
Actions