|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
from bind9.1.6 to 9.2.2
i upgraded bin from 9.1.6 to 9.2.2 and first saved /etc/named.conf to named.old
bind 9.2.2 created a new named.conf during installation. to recover my configuration, i renamed named.old to named.conf but now i'm unable to restart bind anymore. any help would be appreciated :-) thx |
|
#2
|
|||
|
|||
|
It might help if you told us what error messages you were getting or what happens when it doesn't start up.
|
|
#3
|
||||
|
||||
|
read the sticky topic for details on how to get error information and how to configure BIND.
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links: Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts |
|
#4
|
|||
|
|||
|
here is the error i get
Code:
couldn't open pid file '/var/run/named/named.pid': No such file or directory Jul 21 17:07:42.535 exiting (due to early fatal error) i don't even have a file called "named.pid" on the computer ... any idea? |
|
#5
|
||||
|
||||
|
Execute these commands and you should be good:
rm -rf /var/run/named mkdir /var/run/named chown named:named /var/run/named chmod 770 /var/run/named |
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > from bind9.1.6 to 9.2.2 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|