Y
Hacker News
new
|
ask
|
show
|
jobs
by
doiwin
2478 days ago
No, I can not remember having a race condition regarding startup scripts.
2 comments
izacus
2478 days ago
Then you didn't have to mantain a system of any kind of complexity.
link
tempguy9999
2478 days ago
And you have? Can you give an example and how you solved it? Thanks! (edit: not trolling; curious)
link
Znafon
2476 days ago
I think my issue what binding Consul to docker0 while Docker is starting. Half the time the interface wasn't ready. I don't remember exactly how I fixed it but with SystemD you can just specify a dependency.
link
Znafon
2476 days ago
I think I had one where one service was trying to bind to a network interface that wasn't ready, maybe docker0. It was painful to find and fix.
link