/etc/nsswitch.conf scheint in Ordnung.
ping 127.0.0.1
.....keine Antwort
ping localhost
64 bytes from meinserver.domain.de (meine IP): icmp_seq=1 ttl=64 time=0.036 ms
....
wenn ich /etc/hosts
hinzufuege ist ping localhost negativ!..weil das interface scheinbar shutdown is.
Code: Alles auswählen
meinserver:~# ping localhost
PING localhost.localdomain (127.0.0.1) 56(84) bytes of data.
--- localhost.localdomain ping statistics ---
11 packets transmitted, 0 received, 100% packet loss, time 10005ms
Code: Alles auswählen
meinserver:~# ifup lo
SIOCSIFADDR: Permission denied
SIOCSIFFLAGS: Permission denied
SIOCSIFFLAGS: Permission denied
Failed to bring up lo.
Lena59:~#
What?
/etc/network/interfaces
Code: Alles auswählen
# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
# The loopback network interface
auto lo
iface lo inet loopback
Ich weiss nicht wo bei dem vServer die Interfaces konfiguriert sind.