Mailinglist Archive: opensuse (1188 mails)
| < Previous | Next > |
Re: [opensuse] bind: the working directory is not writable
- From: lynn <lynn@xxxxxxxxxxxx>
- Date: Thu, 26 Jan 2012 14:56:29 +0100
- Message-id: <4F215B8D.20101@steve-ss.com>
On 26/01/12 11:51, Per Jessen wrote:
L x
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse+owner@xxxxxxxxxxxx
lynn wrote:I've yet to see an error free named log without having to intervene manually. If it doesn't need to write to the working directory, then why print the message? named has places under the working directory where it can write. Who does it think it is? Would it at least be possible to lose 'writable';)
Error on starting named.Quite likely nothing. I have not looked into why bind complains about
rpm -q bind
bind-9.8.1P1-4.8.1.i586
/etc/named.conf
options {
directory "/var/lib/named";
dump-file "/var/log/named_dump.db";
statistics-file "/var/log/named.stats";
listen-on-v6 { any; };
notify no;
disable-empty-zone
"1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA";
};
zone "." in {
type hint;
file "root.hint";
};
zone "localhost" in {
type master;
file "localhost.zone";
};
zone "0.0.127.in-addr.arpa" in {
type master;
file "127.0.0.zone";
};
include "/etc/named.conf.include";
with /var/lib
drwxr-xr-x 9 named named 4096 Jan 26 07:50 named
/etc/named.conf.include is empty
What am I doing wrong?
the working directory not being writable, but it does not cause a
problem for me.
L x
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse+owner@xxxxxxxxxxxx
| < Previous | Next > |