From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HJ6JN-0005ux-J9 for garchives@archives.gentoo.org; Mon, 19 Feb 2007 11:04:02 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l1JB2Vmh030589; Mon, 19 Feb 2007 11:02:33 GMT Received: from um2.unlimitedmail.net (static-adsl-b-16-58.ipcom.comunitel.net [212.145.239.58] (may be forged)) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l1JAvFCK023187 for ; Mon, 19 Feb 2007 10:57:16 GMT Received: from ppp.zz ([137.204.208.98]) (authenticated bits=0) by um2.unlimitedmail.net (8.13.7/8.13.4) with ESMTP id l1JAvCES019347 for ; Mon, 19 Feb 2007 11:57:13 +0100 From: Etaoin Shrdlu To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] hostname and domainname Date: Mon, 19 Feb 2007 12:27:23 +0100 User-Agent: KMail/1.9.5 References: <45D97CA8.6030808@brutele.be> In-Reply-To: <45D97CA8.6030808@brutele.be> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702191227.23923.shrdlu@unlimitedmail.org> X-UnlimitedMail-MailScanner-From: shrdlu@unlimitedmail.org X-Archives-Salt: ffc2e0fd-f4b3-4e58-8386-0837d4a36b77 X-Archives-Hash: ad6283ea4d3daa871884f6c7a88023bc On Monday 19 February 2007 11:32, Bayrouni wrote: > Hello all, > > cat /etc/conf.d.hostname > # /etc/conf.d/hostname > > # Set to the hostname of this machine > HOSTNAME="MYHOST" > > and cat /etc/conf.d/domainname > DNSDOMAIN="MYDOMAIN" > > The hostname service is added to the /etc/init.d/ with rc-update, > > but the commande hostname give: > #hostname > MYHOST > > and > # hostname -f > MYHOST > > I tried to add the domainname service: > sudo rc-update add domainname default > * rc-update: '/etc/init.d/domainname' not found; aborting > > What is wrong or missing in my configuration ? DNS domain name is not set via /etc/conf.d/domainname anymore. You should use /etc/conf.d/net for that. -- gentoo-user@gentoo.org mailing list