Comment 57 for bug 1561250

Revision history for this message
Devis (devis) wrote :

FWIW this code in bootstrap.sh should help mitigating the issue:

if ! grep -q $(cat /etc/hostname) /etc/hosts; then
    echo >> /etc/hosts
    echo 127.0.0.1 $(cat /etc/hostname) >> /etc/hosts
fi