Re: Hostname (none) after dist-upgrade

2007-03-30 Thread Michael Pobega
On Tue, Mar 20, 2007 at 12:08:48PM -0700, Jeff Dickison wrote:
> On Tue, 20 Mar 2007, Hans du Plooy wrote:
> 
> >Hi guys,
> >
> >I did a dist-upgrade from sarge to etch on a server and all went well,
> >except for one thing.  At console, I now see this:
> >
> >root@(none):~#hostname
> >(none)
> >root@(none):~# hostname -f
> >hostname: Unknown host
> >
> >BUT:
> >
> >root@(none):~# cat /etc/hostname
> >rimwards.obscured.tld
> >root@(none):~# cat /etc/hosts
> >127.0.0.1   localhost
> >80.xxx.xxx.xxx rimwards.obscured.tld rimwards
> >
> >If I set the hostname manually with hostname 
> >
> >Has anyone seen this or know how to fix it?  I'm chasing my tail right now.
> >
> >Thanks
> >Hans
> 
> 
> Having it in /etc/hostname should do it, it's actually referenced by 
> /etc/init.d/hostname.sh.  So, you might also want to check that it is 
> actually being called at boot.
> 
> you can also set it in /etc/sysctl.conf , add:
> kernel.hostname=your.host.name
> 
> then,  sysctl -p , and you are all set.
> 
> hth,
> Jeff
> 

DO NOT edit /etc/hostnames without editing /etc/hosts first! From what
I remember reading doing so makes your system unusable, although I'm
not 100% sure if that's true. Just warning you, though.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Hostname (none) after dist-upgrade

2007-03-30 Thread Jeff Dickison

On Tue, 20 Mar 2007, Hans du Plooy wrote:


Hi guys,

I did a dist-upgrade from sarge to etch on a server and all went well,
except for one thing.  At console, I now see this:

root@(none):~#hostname
(none)
root@(none):~# hostname -f
hostname: Unknown host

BUT:

root@(none):~# cat /etc/hostname
rimwards.obscured.tld
root@(none):~# cat /etc/hosts
127.0.0.1   localhost
80.xxx.xxx.xxx rimwards.obscured.tld rimwards

Has anyone seen this or know how to fix it?  I'm chasing my tail right now.

Thanks
Hans


Hi Hans,

Having it in /etc/hostname should do it, it's actually referenced by 
/etc/init.d/hostname.sh.  So, you might also want to check that it is 
actually being called at

boot.

you can also set it in /etc/sysctl.conf , add:
kernel.hostname=your.host.name

then,  sysctl -p , and you are all set.

hth,
Jeff
 ---
Human beings were created by water to transport it uphill.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Hostname (none) after dist-upgrade

2007-03-30 Thread Jeff Dickison

On Tue, 20 Mar 2007, Hans du Plooy wrote:


Hi guys,

I did a dist-upgrade from sarge to etch on a server and all went well,
except for one thing.  At console, I now see this:

root@(none):~#hostname
(none)
root@(none):~# hostname -f
hostname: Unknown host

BUT:

root@(none):~# cat /etc/hostname
rimwards.obscured.tld
root@(none):~# cat /etc/hosts
127.0.0.1   localhost
80.xxx.xxx.xxx rimwards.obscured.tld rimwards

If I set the hostname manually with hostname 

Has anyone seen this or know how to fix it?  I'm chasing my tail right now.

Thanks
Hans



Having it in /etc/hostname should do it, it's actually referenced by 
/etc/init.d/hostname.sh.  So, you might also want to check that it is 
actually being called at boot.


you can also set it in /etc/sysctl.conf , add:
kernel.hostname=your.host.name

then,  sysctl -p , and you are all set.

hth,
Jeff

 ---
Human beings were created by water to transport it uphill.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Hostname (none) after dist-upgrade [solved]

2007-03-20 Thread Hans du Plooy
On Tue, 2007-03-20 at 13:49 -0400, Wayne Topa wrote:
> Thy this.  echo "rimwards" > /etc/hostname
> rimwards.obscured.tld is the FQDN

Spot on!  Thanks!

Hans


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Hostname (none) after dist-upgrade

2007-03-20 Thread Wayne Topa
Hans du Plooy([EMAIL PROTECTED]) is reported to have said:
> Hi guys,
> 
> I did a dist-upgrade from sarge to etch on a server and all went well,
> except for one thing.  At console, I now see this:
> 
> root@(none):~#hostname
> (none)
> root@(none):~# hostname -f
> hostname: Unknown host
> 
> BUT:
> 
> root@(none):~# cat /etc/hostname
> rimwards.obscured.tld
> root@(none):~# cat /etc/hosts
> 127.0.0.1   localhost
> 80.xxx.xxx.xxx rimwards.obscured.tld rimwards
> 
> If I set the hostname manually with hostname 
> 
> Has anyone seen this or know how to fix it?  I'm chasing my tail right now.

Thy this.  echo "rimwards" > /etc/hostname
rimwards.obscured.tld is the FQDN

Here is what it is here
hostname
buddy

hostname --fqdn
buddy.mtntop.home

:-) HTH, YMMV, HAND :-)

Wayne
-- 
Never say "OOPS!" always say "Ah, Interesting!"
___


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Hostname (none) after dist-upgrade

2007-03-20 Thread Hans du Plooy
Hi guys,

I did a dist-upgrade from sarge to etch on a server and all went well,
except for one thing.  At console, I now see this:

root@(none):~#hostname
(none)
root@(none):~# hostname -f
hostname: Unknown host

BUT:

root@(none):~# cat /etc/hostname
rimwards.obscured.tld
root@(none):~# cat /etc/hosts
127.0.0.1   localhost
80.xxx.xxx.xxx rimwards.obscured.tld rimwards

If I set the hostname manually with hostname 

Has anyone seen this or know how to fix it?  I'm chasing my tail right now.

Thanks
Hans


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Hostname (none) after dist-upgrade

2007-03-20 Thread Hans du Plooy
Hi guys,

I did a dist-upgrade from sarge to etch on a server and all went well,
except for one thing.  At console, I now see this:

root@(none):~#hostname
(none)
root@(none):~# hostname -f
hostname: Unknown host

BUT:

root@(none):~# cat /etc/hostname
rimwards.obscured.tld
root@(none):~# cat /etc/hosts
127.0.0.1   localhost
80.xxx.xxx.xxx rimwards.obscured.tld rimwards

Has anyone seen this or know how to fix it?  I'm chasing my tail right now.

Thanks
Hans


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]