All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Schlemmer <azarah@nosferatu.za.org>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Greg KH <greg@kroah.com>, Git Mailing List <git@vger.kernel.org>
Subject: Re: [GIT PATCH] I2C and W1 bugfixes for 2.6.12-rc2
Date: Wed, 20 Apr 2005 00:29:43 +0200	[thread overview]
Message-ID: <1113949783.2129.4.camel@nosferatu.lan> (raw)
In-Reply-To: <Pine.LNX.4.58.0504191449270.2274@ppc970.osdl.org>

[-- Attachment #1: Type: text/plain, Size: 1354 bytes --]

On Tue, 2005-04-19 at 15:00 -0700, Linus Torvalds wrote:
> 
> On Tue, 19 Apr 2005, Greg KH wrote:
> > 
> > It looks like your domain name isn't set up properly for your box (which
> > is why it worked for you, but not me before, causing that patch).
> 
> No, I think it's a bug in your domainname changes. I don't think you
> should do the domainname at all if the hostname has a dot in it.
> 
> Most machines I have access to (and that includes machines that are
> professionally maintained, not just my own cruddy setup) says "(none)" to
> domainname and have the full hostname in hostname.
> 
> And even the ones that use domainname tend to not have a fully qualified 
> DNS domain there. You need to use dnsdomainname to get that, and I don't 
> even know how to do it with standard libc.
> 

Correct me if I am wrong, but the right way to do this is to set the
hostname to just that - the hostname, and add 'domain foo.com'
to /etc/resolv.conf.  Then you should get something like (for say
www1.foo.com):

 $ hostname
www1
 $ dnsdomainname
foo.com
 $ hostname -f
www1.foo.com

I know for some buggy software the workaround was to set the hostname to
the FQDN, but that is really just a kludge, and the software should
rather be fixed (had to patch postfix some time back for instance).


-- 
Martin Schlemmer


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2005-04-19 22:21 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-19  4:39 [GIT PATCH] I2C and W1 bugfixes for 2.6.12-rc2 Greg KH
2005-05-19  6:25 ` Greg KH
2005-04-19 18:58 ` Greg KH
2005-05-19  6:25   ` Greg KH
2005-04-19 19:40   ` Linus Torvalds
2005-05-19  6:25     ` Linus Torvalds
2005-04-19 19:47     ` Greg KH
2005-05-19  6:25       ` Greg KH
2005-04-19 20:20       ` Linus Torvalds
2005-05-19  6:25         ` Linus Torvalds
2005-04-19 21:40         ` Greg KH
2005-05-19  6:25           ` Greg KH
2005-04-19 22:00           ` Linus Torvalds
2005-04-19 22:27             ` Daniel Jacobowitz
2005-04-19 22:33               ` Greg KH
2005-04-19 23:04                 ` Kenneth Johansson
2005-04-19 22:47               ` Linus Torvalds
2005-04-19 22:29             ` Martin Schlemmer [this message]
2005-04-19 22:43               ` Linus Torvalds
2005-04-19 23:11                 ` Martin Schlemmer
2005-04-20  0:01                 ` Jan-Benedict Glaw
2005-04-19 22:52             ` Lars Fenneberg
2005-04-19 22:39         ` Petr Baudis
2005-05-19  6:25           ` Petr Baudis
2005-04-19 22:49           ` Linus Torvalds
2005-05-19  6:25             ` Linus Torvalds
2005-04-19 22:19     ` Steven Cole
2005-05-19  6:25       ` Steven Cole
2005-04-19 22:26       ` Petr Baudis
2005-05-19  6:25         ` Petr Baudis
2005-04-19 22:45         ` Junio C Hamano
2005-05-19  6:25           ` Junio C Hamano
2005-04-19 22:58           ` Petr Baudis
2005-05-19  6:25             ` Petr Baudis
2005-04-19 22:38       ` Linus Torvalds
2005-05-19  6:25         ` Linus Torvalds
2005-04-19 23:02         ` Petr Baudis
2005-05-19  6:25           ` Petr Baudis
2005-04-19 23:04         ` Steven Cole
2005-05-19  6:25           ` Steven Cole
2005-04-19 23:16           ` Petr Baudis
2005-05-19  6:25             ` Petr Baudis
2005-04-19 23:38           ` Linus Torvalds
2005-05-19  6:25             ` Linus Torvalds
2005-04-19 23:41             ` Steven Cole
2005-05-19  6:25               ` Steven Cole
2005-04-20 16:56         ` Zlatko Calusic
2005-04-20 17:15           ` Linus Torvalds

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1113949783.2129.4.camel@nosferatu.lan \
    --to=azarah@nosferatu.za.org \
    --cc=git@vger.kernel.org \
    --cc=greg@kroah.com \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.