Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Named configuration

Named configuration

2006-05-04       - By Rick Stevens

 Back
Reply:     1     2  

On Thu, 2006-05-04 at 09:50 -0700, Scott Becker wrote:
> I'm trying to configure a secondary dns server. I've got the zone
> transfer authorized but get a local permission error:
>
> May  3 17:27:14 www2 named[915]: dumping master file: tmp-XXXXlUMGRj:
> open: permission denied
> May  3 17:27:14 www2 named[915]: transfer of 'fastbid.net/IN' from
> 216.57.210.178#53: failed while receiving responses: permission denied
> May  3 17:27:14 www2 named[915]: transfer of 'fastbid.net/IN' from
> 216.57.210.178#53: end of transfer
>
>
> I'm running RHEL4 ES and the bind install uses a chroot. I'm unfamiliar
> with this chroot configuration and I've never setup a slave before.
> It seems that named should be using /var/named/chroot/var/tmp for it's
> tmp files. This folder is owned by named:
>
> drwxrwx---  2 named named 4096 Mar 13  2003 tmp
>
> and should not generate this error. I suspect that named is trying to
> use a different tmp folder but the error messages doesn't show the full
> path. Any help debugging this would be appreciated. I can't experiment
> freely because it's also a production server. Can named be told to be
> more verbose?

Yes, include "-d val", where "val" is a digit.  The higher the value,
the more verbose the logging is.

You must make sure that /var/named/chroot and ALL of its children are
readable and writable by named.  Yes, "~named/chroot/var/tmp" is
readable, but is its parent (~named/chroot/var)?

Actually, they should be user named, group named.  I don't know why they
insist on distributing the stuff as root:named with 750 permissions, but
they do.  That can be fixed by executing the following commands as root:

  cd /var/named
  chown -R named:named chroot

Hope that helps.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
- Rick Stevens, Senior Systems Engineer     rstevens@(protected) -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-   To err is human.  To forgive, a large sum of money is needed.    -
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --

__ ____ ____ ____ ____ ____ ____ ____ ____ ____
Redhat-install-list mailing list
Redhat-install-list@(protected)
https://www.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request@(protected)
Subject: unsubscribe