Je dis peut-être une grosse bêtise, mais as-tu un fichier /etc/nsswitch.conf, et notamment une ligne "hosts" :
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.
passwd: compat
group: compat
shadow: compat
hosts: files dns
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
# /etc/nsswitch.conf ?
Posté par galactikboulay . En réponse au message Comment realiser une mini LFS diskless ?. Évalué à 2.
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.
passwd: compat
group: compat
shadow: compat
hosts: files dns
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
netgroup: nis
Sur Debian, ce fichier est fourni par base-files.
Mes 2 cents.