[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Fix \H: Use getaddrinfo to get full hostname
From: |
L A Walsh |
Subject: |
Re: [PATCH] Fix \H: Use getaddrinfo to get full hostname |
Date: |
Wed, 24 Jul 2019 11:42:30 -0700 |
User-agent: |
Thunderbird |
On 2019/07/24 07:38, Thomas Deutschmann wrote:
> Can you tell me more about your system and how you (your administrator)
> set up your system so that hostname will return FQDN?
>
My linux box has 2 interfaces, internal & external, with
different domain names on each. While hostname
and hostname-f both return the shortname that is
common to both domain names, i.e.
foo.external.tld (on eth2)
foo.in.external.tld (on br0=bridge(eth0+eth5))
& hostname returns 'foo'
& domainname returns 'external.tld'.
My resolve.conf has domain set to 'in.external.tld'.
- [PATCH] Fix \H: Use getaddrinfo to get full hostname, Thomas Deutschmann, 2019/07/24
- Re: [PATCH] Fix \H: Use getaddrinfo to get full hostname, Chet Ramey, 2019/07/24
- Re: [PATCH] Fix \H: Use getaddrinfo to get full hostname, Thomas Deutschmann, 2019/07/24
- Re: [PATCH] Fix \H: Use getaddrinfo to get full hostname, Chet Ramey, 2019/07/24
- Re: [PATCH] Fix \H: Use getaddrinfo to get full hostname, Greg Wooledge, 2019/07/24
- Re: [PATCH] Fix \H: Use getaddrinfo to get full hostname, Thomas Deutschmann, 2019/07/24
- Re: [PATCH] Fix \H: Use getaddrinfo to get full hostname, Greg Wooledge, 2019/07/24
- Re: [PATCH] Fix \H: Use getaddrinfo to get full hostname, Thomas Deutschmann, 2019/07/24
- Re: [PATCH] Fix \H: Use getaddrinfo to get full hostname, Chet Ramey, 2019/07/24
- Re: [PATCH] Fix \H: Use getaddrinfo to get full hostname,
L A Walsh <=