[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: hostname -f: localhost



On 27.06.2006, at 00:03, Al Bogner wrote:

/etc/hosts
127.0.0.1 localhost client3

Und genau das ist dein Problem. Das "client3" gehört da nicht hin. Ich weiß nicht wer sich diesen Schwachsinn ausgedacht hat, aber der begegnet mir in letzter Zeit immer häufiger.

root@slytherin:~# head -n 2 /etc/hosts
127.0.0.1		localhost.localdomain		localhost
192.168.100.90	slytherin.home.schuckeduster.org	slytherin
root@slytherin:~# hostname -f
slytherin.home.schuckeduster.org
root@slytherin:~# vi /etc/hosts
root@slytherin:~# head -n 2 /etc/hosts
127.0.0.1		localhost.localdomain		localhost	slytherin
192.168.100.90	slytherin.home.schuckeduster.org	slytherin
root@slytherin:~# hostname -f
localhost.localdomain
root@slytherin:~#

ttyl8er, t.k.


Reply to: