![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| BSD BSD, sometimes called Berkeley Unix, is a Unix operating system developed by the Computer Systems Research Group of the UC Berkeley. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Openbsd as gateway Problem | Peter_APIIT | IP Networking | 82 | 12-29-2007 12:22 AM |
| Irix - startup script problem | rshampshire | UNIX for Advanced & Expert Users | 0 | 11-16-2006 09:50 AM |
| OpenBSD : mount problem | fnoyan | BSD | 1 | 09-18-2004 12:26 PM |
| databse startup problem | vandana | UNIX for Dummies Questions & Answers | 3 | 07-29-2002 08:40 AM |
| problem with the startup | Mr.Rudiment | UNIX for Dummies Questions & Answers | 4 | 11-14-2001 01:51 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
[OpenBSD] DNS startup problem
I have the DNS files set up on my OpenBSD 4.0 amd64 system however when I run named, I get the following error in my logs:
Code:
Sep 23 10:43:03 grunty named[11608]: starting BIND 9.3.2-P1 Sep 23 10:43:03 grunty named[11608]: /etc/named.conf:25: change directory to '/var/named' failed: file not found Sep 23 10:43:03 grunty named[11608]: /etc/named.conf:25: parsing failed Sep 23 10:43:03 grunty named[11608]: loading configuration: file not found Sep 23 10:43:03 grunty named[11608]: exiting (due to fatal error) Code:
drwxr-xr-x 7 root named 512 Sep 23 11:06 named Code:
# ls -la total 28 drwxr-xr-x 7 root named 512 Sep 23 11:06 . drwxr-xr-x 24 root wheel 512 Aug 12 08:47 .. drwxrwxr-x 2 root named 512 Sep 23 11:05 dev drwxrwxr-x 2 root named 512 Sep 23 11:05 etc drwxrwxr-x 3 root named 512 Sep 23 11:05 master drwxrwxr-x 2 root named 512 Sep 23 11:05 slave drwxrwxr-x 2 root named 512 Sep 23 11:05 standard Code:
# ls -al total 20 drwxrwxr-x 2 root named 512 Sep 23 11:05 . drwxr-xr-x 7 root named 512 Sep 23 11:06 .. -rw-r----- 1 root named 1617 Sep 16 2006 named-dual.conf -rw-r----- 1 root named 1407 Sep 16 2006 named-simple.conf -r--r----- 1 root named 1973 Sep 23 09:57 named.conf # pwd /var/named/etc I've done some poking around on Google and the answers all seem to be "does /var/named/etc exist" and "what are the permissions". I believe I've covered those questions here. So, any other ideas? Carl |
|
||||
|
Well I started it like this:
named -t / -c /var/named/etc/named.conf And it's running. From a security standpoint it's not ideal but it's working. And moving the files to the expected chroot'd directory (/var/named) didn't work which is why I used the -t parameter. Still, if you have any ideas, I'll entertain them. Carl |
|
||||
|
I figured it out. I was setting up the secondary server on my home OpenBSD box and realized I'd set the directory as "/var/named"; where the home one had it missing. I started the home one without a problem although I needed to transfer the rndc.key file into /var/named/etc and reload the server.
I must have been editing the named.conf file in the past while reading the DNS & bind book and added the entry. Oh well, learn new things every day Thanks. Carl |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|