Comment 13 for bug 71468

Revision history for this message
Lasse (lengblom) wrote :

I have found the culprit! To me it looked like different solutions worked sometimes for some and sometimes for other and that there is no universal solution. I realized that this bug is triggered because of a race condition.

The network is not up after the network init script has finished, it is a little delay there. Hence ipmasq is run to early. I added "sleep 5" to the network script before it is finished and everything started to work!