RSS Amplifier

Techlog · Nov 28, 2025

What's done wrong here?

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

What’s done wrong here? $ curl foo.example.com curl: (6) Could not resolve host: foo.example.com $ host foo.example.com Host foo.example.com not found: 3(NXDOMAIN) $ ping foo.example.com ping: foo.example.com: Name or service not known $ traceroute foo.example.com foo.example.com: Name or service not known Another admin trying to be thorough when reporting an issus. They could have stopped…

What’s done wrong here?

$ curl foo.example.com
curl: (6) Could not resolve host: foo.example.com
$ host foo.example.com
Host foo.example.com not found: 3(NXDOMAIN)
$ ping foo.example.com
ping: foo.example.com: Name or service not known
$ traceroute foo.example.com
foo.example.com: Name or service not known

Another admin trying to be thorough when reporting an issus. They could have stopped after the first command. The curl error messages tells you everything you need to know. If curl can’t resolve the name, the other tools will very likely also not be able to resovle the name.

Read on /posts/whats-done-wrong-here/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.