• # /etc/hosts

    Posté par . En réponse au message Problème fichier /etc/hosts. Évalué à 1.

    Le cat> /etc/hosts a probablement été le problème. Il aurait fallut utiliser >> (pour 'append', pas l'operateur > qui lui remplace).

    Voila mon fichier /etc/hosts sans les trucs perso.
    Mon nom de machine Unix est radiobemba, mon domaine est omk.

    # ------------------ BEGIN ------------------
    127.0.0.1 localhost.localdomain localhost
    127.0.1.1 radiobemba.omk radiobemba

    # The following lines are desirable for IPv6 capable hosts
    ::1 localhost ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    # ------------------ END ------------------

    Tu peux virer la ligne 127.0.1.1 si elle te fait trop bizarre, sinon voila pour les explications :

    http://lists.debian.org/debian-boot/2005/06/msg01047.html
    http://lists.debian.org/debian-boot/2005/06/msg00938.html