In linux, when the bind domain name server is configured to restart, named: alreadyrunning appears. solution:

Source: Internet
Author: User
Tags pkill
In linux, when the bind Domain Name Server is restarted, named: alreadyrunning solution -- Linux Enterprise Application-Linux server application information appears. For details, see the following. You may notice some differences between running BIND and earlier versions of Redhat/Fedora Linux. For example, Redhat 9 cannot stop the BIND cleanly, but when you restart it, it will produce a "named: already running" error.

[Root @ bigboy tmp] #/etc/init. d/named restart
Stopping named:
Named: already running [root @ bigboy tmp] #

The pkill command allows you to use the process name instead of the process ID to kill a process. Here, you can use the pkill named command to forcibly stop the named daemon, and then use the service named start command to restart it.

[Root @ bigboy tmp] # pkill named
Pkill: 29988-No such process
Pkill: 29992-No such process
[Root @ bigboy tmp] # service named start
[Root @ bigboy tmp] #
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.