Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15227 > unrolled thread

Re: [PATCH] Fix \H: Use getaddrinfo to get full hostname

Started byChet Ramey <chet.ramey@case.edu>
First post2019-07-24 10:43 -0400
Last post2019-07-24 10:43 -0400
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] Fix \H: Use getaddrinfo to get full hostname Chet Ramey <chet.ramey@case.edu> - 2019-07-24 10:43 -0400

#15227 — Re: [PATCH] Fix \H: Use getaddrinfo to get full hostname

FromChet Ramey <chet.ramey@case.edu>
Date2019-07-24 10:43 -0400
SubjectRe: [PATCH] Fix \H: Use getaddrinfo to get full hostname
Message-ID<mailman.2138.1563979431.2688.bug-bash@gnu.org>

[Multipart message — attachments visible in raw view] — view raw

On 7/24/19 10:38 AM, Thomas Deutschmann wrote:
> On 2019-07-24 16:27, Chet Ramey wrote:
>> Thanks for the patch. This is system-dependent: there are systems, like
>> mine, where `hostname' returns the system's FQDN. It all depends on the
>> administrator's choices.
> 
> Can you tell me more about your system and how you (your administrator)
> set up your system so that hostname will return FQDN?

I use Mac OS X:

caleb.ins.cwru.edu(1)$ hostname
caleb.ins.cwru.edu
caleb.ins.cwru.edu(1)$ hostname -f
caleb.ins.cwru.edu
caleb.ins.cwru.edu(1)$ uname -a
Darwin caleb.ins.cwru.edu 18.6.0 Darwin Kernel Version 18.6.0: Thu Apr 25
23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64 x86_64

> 
> I hope you are not talking about putting FQDN into a file which is
> expecting hostname only...

There is no `file', and there's no requirement that `hostname' not return
the FQDN.

> 
> Or in other words: At the moment I am wondering what should be wrong on
> my system or on Debian/Ubuntu out of the box: You set hostname to
> hostname only (no FQDN) and set domain option in /etc/resolv.conf for
> example for FQDN. But maybe I am missing something.

The world isn't all Linux.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
		 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web