On 06/12/14 15:16, Stuart Henderson wrote:
On 2014-06-11, Fred <[email protected]> wrote:
On 06/11/14 15:16, Carsten Kunze wrote:
----- Original Nachricht ----
Von: Rodrigo Mosconi <[email protected]>
An: Carsten Kunze <[email protected]>
Datum: 11.06.2014 16:05
Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS
What is the output from "echo $?", after you run the "getent ... " command?
$ getent hosts `hostname`
$ echo $?
0
`hostname` should be replaced with a host...eg:
Actually I meant exactly what I typed - the relevant thing here
is whether there is a delay looking up the local hostname.
I was being a muppet - I didn't notice the `back ticks`
(~: