Difference between revisions of "Bind"

From KeegansWiki
Jump to navigation Jump to search
(Created page with "=Errors= Nov 1 08:29:45 dc3ns1int named[2153]: Could not open '/var/run/named/named-int.pid'. Nov 1 08:29:45 dc3ns1int named[2153]: Please check file and directory permission...")
 
Line 1: Line 1:
 
=Errors=
 
=Errors=
 +
==Permissions Troubles==
 
  Nov  1 08:29:45 dc3ns1int named[2153]: Could not open '/var/run/named/named-int.pid'.
 
  Nov  1 08:29:45 dc3ns1int named[2153]: Could not open '/var/run/named/named-int.pid'.
 
  Nov  1 08:29:45 dc3ns1int named[2153]: Please check file and directory permissions or reconfigure the filename.
 
  Nov  1 08:29:45 dc3ns1int named[2153]: Please check file and directory permissions or reconfigure the filename.
Line 6: Line 7:
  
 
Check [[Selinux]].
 
Check [[Selinux]].
 +
 +
==rndc-confgen hangs forever==
 +
rndc-confgen -a -c /etc/rndc.conf  -b 256 -r /dev/urandom
 +
[http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=130372 Source]

Revision as of 06:13, 1 November 2012

Errors

Permissions Troubles

Nov  1 08:29:45 dc3ns1int named[2153]: Could not open '/var/run/named/named-int.pid'.
Nov  1 08:29:45 dc3ns1int named[2153]: Please check file and directory permissions or reconfigure the filename.
Nov  1 08:29:45 dc3ns1int named[2153]: could not open file '/var/run/named/named-int.pid': Permission denied
Nov  1 08:29:45 dc3ns1int named[2153]: unlink '/var/run/named/named-int.pid': failed

Check Selinux.

rndc-confgen hangs forever

rndc-confgen -a -c /etc/rndc.conf -b 256 -r /dev/urandom Source