When the server starts, it give me the error:
named[1343]: could not open entropy source /dev/random: permission denied
I tried to give to the user 'named' all privileges on the dev/ directory but nothing has changed.
I tought also it was a grsec problem, but with a clean kernel the problem persists.
The strange thing is that on a x86 machine with the same configuration of the sparc bind runs
without problems.
Although I've this error, the server seems to work fine (I read that the entropy is used only
in TSIG and dynamic updates).
Anyone got a solution for this situation?
My named.conf options are:
Code: Select all
options {
directory "/var/bind";
pid-file "/var/run/named.pid";
dump-file "/var/log/named_dump.db";
statistics-file "/var/log/named.stats";
listen-on { 192.168.10.10; };
query-source address * port 53;
notify yes;
forward first;
forwarders {
62.149.128.2; // dns.technorail.com.
195.31.190.31; // dnsca.tin.it.
};
blackhole { bogon; };
};

