Re: [CentOS] hostname service?

2015-12-30 Thread Brandon Vincent
On Wed, Dec 30, 2015 at 8:50 AM, Nicholas Geovanis wrote: > I see that I couldn't previously find it with systemctl because it is a > "static" service, neither enabled nor disabled. What is "static" really > intended to mean here? The other static services seem to be boot-time > related for the mo

Re: [CentOS] hostname service?

2015-12-30 Thread Nicholas Geovanis
ial uses for the hostnamed-maintained names, yet I see nothing obvious making use of that info. Can you give me an example? Thanks for the clues.Nick Geovanis >Date: Sun, 27 Dec 2015 18:14:55 -0700 >From: Brandon Vincent >To: CentOS mailing list >Subject: Re: [CentOS] hostname s

Re: [CentOS] hostname service?

2015-12-27 Thread Brandon Vincent
On Sun, Dec 27, 2015 at 4:03 PM, Nicholas Geovanis wrote: > On CentOS 7, I find in /var/log/messages several times daily messages > "localhost systemd: Started Hostname Service.". However I can't seem to > find such a service using the systemctl command. What is the "Hostname > Service", what does

[CentOS] hostname service?

2015-12-27 Thread Nicholas Geovanis
On CentOS 7, I find in /var/log/messages several times daily messages "localhost systemd: Started Hostname Service.". However I can't seem to find such a service using the systemctl command. What is the "Hostname Service", what does it do and why is it being restarted frequently? Many thanksNic

Re: [CentOS] hostname on centos 7.1

2015-04-22 Thread Martes
artes" To: "centos" Sent: Thursday, April 23, 2015 12:28:06 AM Subject: Re: [CentOS] hostname on centos 7.1 Greetings everyone. I have some CentOS 7 VMs running on the system for which I just made the inquiry about the kworker problem, and I was able to institute immediate change

Re: [CentOS] hostname on centos 7.1

2015-04-22 Thread Martes
: "Scott Robbins" To: "centos" Sent: Tuesday, April 21, 2015 9:23:26 AM Subject: Re: [CentOS] hostname on centos 7.1 On Tue, Apr 21, 2015 at 08:43:15AM -0400, Jerry Geis wrote: > I have a file /etc/sysconfig/network and in the file is > > cat /etc/sysconfig/ne

Re: [CentOS] hostname on centos 7.1

2015-04-21 Thread Scott Robbins
On Tue, Apr 21, 2015 at 08:43:15AM -0400, Jerry Geis wrote: > I have a file /etc/sysconfig/network and in the file is > > cat /etc/sysconfig/network > # Created by anaconda > HOSTNAME=zotac_c7.msgnet.com > [root@localhost ~]# > > I rebooted and the prompt is still localhost ? > > What is the ne

Re: [CentOS] hostname on centos 7.1

2015-04-21 Thread Johnny Hughes
On 04/21/2015 07:43 AM, Jerry Geis wrote: > I have a file /etc/sysconfig/network and in the file is > > cat /etc/sysconfig/network > # Created by anaconda > HOSTNAME=zotac_c7.msgnet.com > [root@localhost ~]# > > I rebooted and the prompt is still localhost ? > > What is the new thing in CentOS

Re: [CentOS] hostname on centos 7.1

2015-04-21 Thread Ashish Yadav
Hi, Try below command then report. # hostnamectl set-hostname client.itzgeek.com If you use this command, you do not require to notify the change in host name. Close the current session and re launch the terminal. OR Directly edit /etc/hostname file and reboot. # cat /etc/hostname server.exam

[CentOS] hostname on centos 7.1

2015-04-21 Thread Jerry Geis
I have a file /etc/sysconfig/network and in the file is cat /etc/sysconfig/network # Created by anaconda HOSTNAME=zotac_c7.msgnet.com [root@localhost ~]# I rebooted and the prompt is still localhost ? What is the new thing in CentOS 7 to set the host name such that then the prompt is correct al

Re: [CentOS] Hostname question

2013-04-08 Thread Jason T. Slack-Moehrle
Thanks everyone for all of the help, I appreciate it. On Mon, Apr 8, 2013 at 12:09 PM, John R Pierce wrote: > On 4/8/2013 11:52 AM, Jason T. Slack-Moehrle wrote: > > Weird question, but if web and e-mail are going to be on the same box. > Do I > > need to do mail.hostname.tld or can I just to

Re: [CentOS] Hostname question

2013-04-08 Thread John R Pierce
On 4/8/2013 11:52 AM, Jason T. Slack-Moehrle wrote: > Weird question, but if web and e-mail are going to be on the same box. Do I > need to do mail.hostname.tld or can I just to hostname.tld? > > For the MeowBox.me domain. > for DNS A-record: @ is the public IP > A-record mail is the public IP. > >

Re: [CentOS] Hostname question

2013-04-08 Thread Jason T. Slack-Moehrle
John, Weird question, but if web and e-mail are going to be on the same box. Do I need to do mail.hostname.tld or can I just to hostname.tld? For the MeowBox.me domain. for DNS A-record: @ is the public IP A-record mail is the public IP. Mx record is 0 mail mail.meowbox.me On Mon, Apr 8, 2013

Re: [CentOS] Hostname question

2013-04-08 Thread Jason T. Slack-Moehrle
Hi Johnny: # cat /etc/sysconfig/network NETWORKING=yes HOSTNAME=mail.meowbox.me Jason On Mon, Apr 8, 2013 at 11:45 AM, Johnny Hughes wrote: > On 04/08/2013 01:35 PM, Jason T. Slack-Moehrle wrote: > > Hi Mark, > > > > I did a reboot and not `hostname -f` says: mail. > > > > But I think that wi

Re: [CentOS] Hostname question

2013-04-08 Thread John R Pierce
On 4/8/2013 11:17 AM, Jason T. Slack-Moehrle wrote: > but `hostname -f` says: > > $ hostname -f > hostname: Unknown host put the hostname in /etc/sysconfig/network, as .. HOSTNAME=full.domain.name.com example... $ more /etc/sysconfig/network NETWORKING=yes NETWORKING_IPV6=no HOSTNAME=hostname.m

Re: [CentOS] Hostname question

2013-04-08 Thread Johnny Hughes
On 04/08/2013 01:35 PM, Jason T. Slack-Moehrle wrote: > Hi Mark, > > I did a reboot and not `hostname -f` says: mail. > > But I think that will still be wrong in terms of what Zimbra is looking for. > > When I did the install I set the hostname to `webserver.localdomain`, so I > see in /var/log/mes

Re: [CentOS] Hostname question

2013-04-08 Thread Jason T. Slack-Moehrle
Hi Mark, I did a reboot and not `hostname -f` says: mail. But I think that will still be wrong in terms of what Zimbra is looking for. When I did the install I set the hostname to `webserver.localdomain`, so I see in /var/log/messages: `Apr 7 12:35:48 webserver kernel: SRAT: PXM 0 -> APIC 0 ->

Re: [CentOS] Hostname question

2013-04-08 Thread m . roth
Jason T. Slack-Moehrle wrote: > CentOS 6.4, clean install. > Zimbra 8.0.3 > > I am behind a PfSense box using a virtual IP. So the IP of the box is > 192.168.1.27 > > I entered this in /etc/hosts: > > 127.0.0.1 localhost localhost.localdomain localhost4 > localhost4.localdomain4 > ::1 loc

[CentOS] Hostname question

2013-04-08 Thread Jason T. Slack-Moehrle
CentOS 6.4, clean install. Zimbra 8.0.3 I am behind a PfSense box using a virtual IP. So the IP of the box is 192.168.1.27 I entered this in /etc/hosts: 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost

Re: [CentOS] Hostname

2012-10-11 Thread Phil Dobbin
Leon Fauster wrote: > Am 11.10.2012 um 09:15 schrieb Phil Dobbin: >> I recently installed CentOS 6.3 x86_64 on a Dell Poweredge 1850 (minimal >> desktop) & after setting the hostname during the install, when bringing >> up a terminal prompt, I'm still getting `localhost.localdomain` instead >> of t

Re: [CentOS] Hostname

2012-10-11 Thread Leon Fauster
Am 11.10.2012 um 09:15 schrieb Phil Dobbin: > I recently installed CentOS 6.3 x86_64 on a Dell Poweredge 1850 (minimal > desktop) & after setting the hostname during the install, when bringing > up a terminal prompt, I'm still getting `localhost.localdomain` instead > of the hostname I set during i

[CentOS] Hostname

2012-10-11 Thread Phil Dobbin
Hi, all. A very basic question but I'm wondering if anyone could give me a definitive answer. I recently installed CentOS 6.3 x86_64 on a Dell Poweredge 1850 (minimal desktop) & after setting the hostname during the install, when bringing up a terminal prompt, I'm still getting `localhost.localdo

Re: [CentOS] hostname changes

2009-06-17 Thread Bob Hoffman
>How do I change the hostname? >In particular, what is the difference between /etc/hosts and >/etc/sysconfig/network files? > Where should I make the changes? change /etc/sysconfig/netowrk and make the hostname=server.domain.com change localhostnames add the new hostname to the file

Re: [CentOS] hostname changes

2009-06-16 Thread Rainer Traut
Tom Brown schrieb: >> >> How do I change the hostname? >> In particular, what is the difference between /etc/hosts and >> /etc/sysconfig/network files? Where should I make the changes? >> > > /etc/hosts has nothing to do with the hostname this is just a way to > resolve a name to an IP where DNS

Re: [CentOS] hostname changes

2009-06-15 Thread Tom Brown
> > > How do I change the hostname? > In particular, what is the difference between /etc/hosts and > /etc/sysconfig/network files? Where should I make the changes? > /etc/hosts has nothing to do with the hostname this is just a way to resolve a name to an IP where DNS is not available or some o

Re: [CentOS] hostname changes

2009-06-15 Thread Carlos Santana
All right.. So the /etc/sysconfig/network is the right place for changing hostname. The change in /etc/hosts is to map new hostname with IP address. Thanks, CS. On Mon, Jun 15, 2009 at 12:57 PM, Rudi Ahlers wrote: > On Mon, Jun 15, 2009 at 7:51 PM, Carlos Santana wrote: > > Howdy, > > > > How d

Re: [CentOS] hostname changes

2009-06-15 Thread Rudi Ahlers
On Mon, Jun 15, 2009 at 7:51 PM, Carlos Santana wrote: > Howdy, > > How do I change the hostname? > In particular, what is the difference between /etc/hosts and > /etc/sysconfig/network files? Where should I make the changes? > > Thanks, > CS. > > ___ > C

[CentOS] hostname changes

2009-06-15 Thread Carlos Santana
Howdy, How do I change the hostname? In particular, what is the difference between /etc/hosts and /etc/sysconfig/network files? Where should I make the changes? Thanks, CS. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listin

Re: [CentOS] hostname not being picked up by DHCP

2007-09-27 Thread umair shakil
Salam, if you go on further details with dhcp file there is an option in the file that when u allow specific Ips against specific mac addresses, hostname can also be given manually... Regards, Umair Shakil ETD On 9/28/07, Denis <[EMAIL PROTECTED]> wrote: > > Hi - I am using the CentOS v5 deskto

Re: [CentOS] hostname not being picked up by DHCP

2007-09-27 Thread Matt Hyclak
On Thu, Sep 27, 2007 at 05:10:02PM -0500, Denis enlightened us: > - I am using the CentOS v5 desktop installation and am setting up a > new lab for our engineering department. Initially I computers got their > IP addresses and computer names from the DHCP process and the computer > were getting

[CentOS] hostname not being picked up by DHCP

2007-09-27 Thread Denis
Hi - I am using the CentOS v5 desktop installation and am setting up a new lab for our engineering department. Initially I computers got their IP addresses and computer names from the DHCP process and the computer were getting the info from the dynamic pool. These name would be d-23-76.mnsu.ed