public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] how do I change to /etc/conf.d/hostname
@ 2005-07-15 22:31 George Roberts
  2005-07-15 22:44 ` Robert Crawford
  2005-07-16  5:54 ` Robert Crawford
  0 siblings, 2 replies; 6+ messages in thread
From: George Roberts @ 2005-07-15 22:31 UTC (permalink / raw
  To: gentoo-user

I have a day off work and it is too hot to play outside, so I got the
bright idea to clean up some minor warnings I have been getting.  When I
am booting my computer, I get warnings to change from using
/etc/hostname to /etc/conf.d/hostname.  Also the same with my
/etc/domainname.  My first though was these topics would be covered in
the Gentoo install manual.  But after re-reading the manual I find no
difference now than when I installed everything a few months ago.  Is
there something I need to do, or do I live with this for now?
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] how do I change to /etc/conf.d/hostname
  2005-07-15 22:31 [gentoo-user] how do I change to /etc/conf.d/hostname George Roberts
@ 2005-07-15 22:44 ` Robert Crawford
  2005-07-15 23:01   ` George Roberts
  2005-07-16  5:54 ` Robert Crawford
  1 sibling, 1 reply; 6+ messages in thread
From: Robert Crawford @ 2005-07-15 22:44 UTC (permalink / raw
  To: gentoo-user

On Friday 15 July 2005 06:31 pm, George Roberts wrote:
> I have a day off work and it is too hot to play outside, so I got the
> bright idea to clean up some minor warnings I have been getting.  When I
> am booting my computer, I get warnings to change from using
> /etc/hostname to /etc/conf.d/hostname.  Also the same with my
> /etc/domainname.  My first though was these topics would be covered in
> the Gentoo install manual.  But after re-reading the manual I find no
> difference now than when I installed everything a few months ago.  Is
> there something I need to do, or do I live with this for now?

IIRC, I just copied my /etc/hostname to /etc/conf.d/hostname.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] how do I change to /etc/conf.d/hostname
  2005-07-15 22:44 ` Robert Crawford
@ 2005-07-15 23:01   ` George Roberts
  2005-07-15 23:09     ` David Busby
  0 siblings, 1 reply; 6+ messages in thread
From: George Roberts @ 2005-07-15 23:01 UTC (permalink / raw
  To: gentoo-user

Robert Crawford wrote:

>On Friday 15 July 2005 06:31 pm, George Roberts wrote:
>  
>
>>I have a day off work and it is too hot to play outside, so I got the
>>bright idea to clean up some minor warnings I have been getting.  When I
>>am booting my computer, I get warnings to change from using
>>/etc/hostname to /etc/conf.d/hostname.  Also the same with my
>>/etc/domainname.  My first though was these topics would be covered in
>>the Gentoo install manual.  But after re-reading the manual I find no
>>difference now than when I installed everything a few months ago.  Is
>>there something I need to do, or do I live with this for now?
>>    
>>
>
>IIRC, I just copied my /etc/hostname to /etc/conf.d/hostname.
>  
>
Did that remove the warning for you?  After I re-did both files, I am
still getting the same warning.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] how do I change to /etc/conf.d/hostname
  2005-07-15 23:01   ` George Roberts
@ 2005-07-15 23:09     ` David Busby
  2005-07-15 23:37       ` George Roberts
  0 siblings, 1 reply; 6+ messages in thread
From: David Busby @ 2005-07-15 23:09 UTC (permalink / raw
  To: gentoo-user

I did this:

  rm /etc/hostname
  nano -w /etc/conf.d/hostname
   [ edit properly ]
  env-update
  reboot

No problems...

/djb

George Roberts wrote:
> Robert Crawford wrote:
> 
> 
>>On Friday 15 July 2005 06:31 pm, George Roberts wrote:
>> 
>>
>>
>>>I have a day off work and it is too hot to play outside, so I got the
>>>bright idea to clean up some minor warnings I have been getting.  When I
>>>am booting my computer, I get warnings to change from using
>>>/etc/hostname to /etc/conf.d/hostname.  Also the same with my
>>>/etc/domainname.  My first though was these topics would be covered in
>>>the Gentoo install manual.  But after re-reading the manual I find no
>>>difference now than when I installed everything a few months ago.  Is
>>>there something I need to do, or do I live with this for now?
>>>   
>>>
>>
>>IIRC, I just copied my /etc/hostname to /etc/conf.d/hostname.
>> 
>>
> 
> Did that remove the warning for you?  After I re-did both files, I am
> still getting the same warning.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] how do I change to /etc/conf.d/hostname
  2005-07-15 23:09     ` David Busby
@ 2005-07-15 23:37       ` George Roberts
  0 siblings, 0 replies; 6+ messages in thread
From: George Roberts @ 2005-07-15 23:37 UTC (permalink / raw
  To: gentoo-user

David Busby wrote:

> I did this:
>
>  rm /etc/hostname
>  nano -w /etc/conf.d/hostname
>   [ edit properly ]
>  env-update
>  reboot
>
> No problems...
>
> /djb

Removing the files did the job.  Sounds like another evil plot to force
me to clean up unused files.  :-)
Thanks!

>
> George Roberts wrote:
>
>> Robert Crawford wrote:
>>
>>
>>> On Friday 15 July 2005 06:31 pm, George Roberts wrote:
>>>
>>>
>>>
>>>> I have a day off work and it is too hot to play outside, so I got the
>>>> bright idea to clean up some minor warnings I have been getting. 
>>>> When I
>>>> am booting my computer, I get warnings to change from using
>>>> /etc/hostname to /etc/conf.d/hostname.  Also the same with my
>>>> /etc/domainname.  My first though was these topics would be covered in
>>>> the Gentoo install manual.  But after re-reading the manual I find no
>>>> difference now than when I installed everything a few months ago.  Is
>>>> there something I need to do, or do I live with this for now?
>>>>  
>>>
>>>
>>> IIRC, I just copied my /etc/hostname to /etc/conf.d/hostname.
>>>
>>>
>>
>> Did that remove the warning for you?  After I re-did both files, I am
>> still getting the same warning.
>
>
That did is. 
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] how do I change to /etc/conf.d/hostname
  2005-07-15 22:31 [gentoo-user] how do I change to /etc/conf.d/hostname George Roberts
  2005-07-15 22:44 ` Robert Crawford
@ 2005-07-16  5:54 ` Robert Crawford
  1 sibling, 0 replies; 6+ messages in thread
From: Robert Crawford @ 2005-07-16  5:54 UTC (permalink / raw
  To: gentoo-user

On Friday 15 July 2005 06:31 pm, George Roberts wrote:
> I have a day off work and it is too hot to play outside, so I got the
> bright idea to clean up some minor warnings I have been getting.  When I
> am booting my computer, I get warnings to change from using
> /etc/hostname to /etc/conf.d/hostname.  Also the same with my
> /etc/domainname.  My first though was these topics would be covered in
> the Gentoo install manual.  But after re-reading the manual I find no
> difference now than when I installed everything a few months ago.  Is
> there something I need to do, or do I live with this for now?

I never had that problem, as I reboot every day, so env-update gets run.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-07-16  5:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-15 22:31 [gentoo-user] how do I change to /etc/conf.d/hostname George Roberts
2005-07-15 22:44 ` Robert Crawford
2005-07-15 23:01   ` George Roberts
2005-07-15 23:09     ` David Busby
2005-07-15 23:37       ` George Roberts
2005-07-16  5:54 ` Robert Crawford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox