Benjamin Cama wrote:
> Hi,
>
> Le samedi 17 octobre 2009 à 21:44 -0400, Stefan Monnier a écrit :
>> I thought that all the names listed in /etc/hosts are FQDN already
>> (adding domains is done to hostnames that we lookup, not to the
>> hostnames in the hostnames-table), so the additional . is at
Benjamin Cama wrote:
> Hi,
>
> Le samedi 17 octobre 2009 à 21:44 -0400, Stefan Monnier a écrit :
>> I thought that all the names listed in /etc/hosts are FQDN already
>> (adding domains is done to hostnames that we lookup, not to the
>> hostnames in the hostnames-table), so the additional . is at
Hi,
Le samedi 17 octobre 2009 à 21:44 -0400, Stefan Monnier a écrit :
> I thought that all the names listed in /etc/hosts are FQDN already
> (adding domains is done to hostnames that we lookup, not to the
> hostnames in the hostnames-table), so the additional . is at
> best redundant.
Looked at a
>> how about add another line in "/etc/hosts" file ?
> Useless duplication to me. I think furthermore that the FQDN is here so
> that localhost doesn't become the name of a host on the default subnet
> (like localhost.lan)
I thought that all the names listed in /etc/hosts are FQDN already
(adding
Hi,
Le dimanche 18 octobre 2009 à 00:58 +0800, Xiangfu Liu a écrit :
> how about add another line in "/etc/hosts" file ?
Useless duplication to me. I think furthermore that the FQDN is here so
that localhost doesn't become the name of a host on the default subnet
(like localhost.lan)
> write som
Benjamin Cama wrote:
> Hi,
>
> Le vendredi 16 octobre 2009 à 13:09 +0200, Mirko Vogt a écrit :
>> According commit log this was done by purpose:
>>
>> Revision 6292: "Change localhost into a fully qualified name[..]"
>>
>> However this change causes applications/libraries to fail which try to
>> r
Hi,
Le vendredi 16 octobre 2009 à 13:09 +0200, Mirko Vogt a écrit :
> According commit log this was done by purpose:
>
> Revision 6292: "Change localhost into a fully qualified name[..]"
>
> However this change causes applications/libraries to fail which try to
> resolve "localhost" which is use
According commit log this was done by purpose:
Revision 6292: "Change localhost into a fully qualified name[..]"
However this change causes applications/libraries to fail which try to
resolve "localhost" which is used quite often.
mirko
On Fri, 2009-10-16 at 11:11 +0800, Xiangfu Liu wrote:
> H
Hi list
seems there is a type in package/base-files/files/etc/hosts file
there are a "." after "localhost"
diff --git a/package/base-files/files/etc/hosts
b/package/base-files/files/etc/hosts
index 8d9d14f..75721cd 100644
--- a/package/base-files/files/etc/hosts
+++ b/package/base-file