Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
12-05-2007, 02:19 PM
|
#1
|
LQ Newbie
Registered: Aug 2004
Location: Israel
Posts: 2
Rep:
|
hostname in /var/log/messages
Well, I see no answer for the same problem in other threads, though the questions are somewhat different.
I have a host that I changed its name, from host2 to host4. Everything seem to be fine, until I noticed that the hostname field in /var/log/messages is still reported as host2. It might explain a problem with kerberos login, that does not succeed.
Can someone explain me, and some other people on other threads, where the syslogd takes the hostname from, and why it's still the old name, while `hostname` report the new name, all other systems connect to the right host via the network, and (this is no-brainer) the bash prompt \h gives the right new name?
Thanks.
|
|
|
12-05-2007, 04:05 PM
|
#2
|
Senior Member
Registered: Aug 2007
Location: South Carolina, U.S.A.
Distribution: Ubuntu, Fedora Core, Red Hat, SUSE, Gentoo, DSL, coLinux, uClinux
Posts: 1,302
Rep:
|
Quote:
Originally Posted by avigdorf
I have a host that I changed its name, from host2 to host4. Everything seem to be fine, until I noticed that the hostname field in /var/log/messages is still reported as host2. It might explain a problem with kerberos login, that does not succeed.
|
When I run the following
[myhost:/etc/sysconfig]:find . -name '*' -exec grep -H myhost '{}' ';'
./networking/profiles/default/hosts:192.168.X.X myhost
./networking/profiles/default/network:HOSTNAME=myhost
./network:HOSTNAME=myhost
[myhost:/etc/sysconfig]:
I see that the hostname for the default adapter is set in a different place than the global hostname. You might want to make sure you do not have different values in each place. I have had a similar problem before.
|
|
|
12-05-2007, 06:25 PM
|
#3
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,415
|
I think you need a reboot to ensure all software gets the new name correctly. Ignore this comment if you've done that...
|
|
|
12-05-2007, 06:46 PM
|
#4
|
Moderator
Registered: May 2001
Posts: 29,415
|
For me 'sysctl -w kernel.hostname=newhostname' followed by restarting syslogd is what changes it w/o reboot.
Last edited by unSpawn; 12-05-2007 at 06:48 PM.
|
|
|
12-06-2007, 04:52 AM
|
#5
|
LQ Newbie
Registered: Aug 2004
Location: Israel
Posts: 2
Original Poster
Rep:
|
Thanks
Problem is solved. The name in /var/log/messages was remedied by restarting syslogd, a reboot was done to make sure all other caches are cleared, as well.
Thanks to all responders.
|
|
|
All times are GMT -5. The time now is 03:03 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|