Soren90

Results 12 comments of Soren90

[startup.sh](https://github.com/osixia/docker-keepalived/blob/stable/image/service/keepalived/startup.sh) seems to never convert the yaml string to bash (line 28): ``` for peer in $(complex-bash-env iterate KEEPALIVED_UNICAST_PEERS) do sed -i "s|{{ KEEPALIVED_UNICAST_PEERS }}|${!peer}\n {{ KEEPALIVED_UNICAST_PEERS }}|g" ${CONTAINER_SERVICE_DIR}/keepalived/assets/keepalived.conf done...

We have found the issue. The KEEPALIVED_UNICAST_PEERS variable had quotes in it, which made the PYTHON2BASH not work: ``` [root@keepalived system]# docker exec -it keepalived bash bash-5.0# env KEEPALIVED_UNICAST_PEERS="#PYTHON2BASH:['10.4.52.12','10.4.52.6']" ```

Maybe this will solve your issue? #45

> Hello velikanov Thank you very much, but i think my Fork is currently not Ready. The change to Python3 and the new Flask version was done in haste and...

I also just tested moving all the plugins except pugsetup.smx to the disabled folder. And the issue is still there.

Im my experience it seems like it has something to do with the server waking up from hibernation. I don't have any server availabe to test on at the moment,...

> Yes, finally i got it!! > > I'm running this server on docker image, so what i did was change my cpu pinning and give more cpu limit to...

> @Soren90 Did you fixed it? Nope. Still same issue. It seems like only workaround that works is turning off hibernation. Haven't tried it myself tho.

> I know this thing is old, but still happen and maybe i can help someone in future; If you dont want turn this cvars talked above, you can do...

This is happening for me on OnePlus stock rom as well. Has anyone been able to solve this?