public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] bind-9.1.3-r7
@ 2002-03-07  7:59 Todd Punderson
  2002-03-15 10:30 ` gentoo-user
  0 siblings, 1 reply; 3+ messages in thread
From: Todd Punderson @ 2002-03-07  7:59 UTC (permalink / raw
  To: gentoo-dev

I did a update --world tonight and I also ran into this. It's probably 
destined for bugzilla, but I wanted to ask first.

After updating to bind-9.1.3-r7 I had a problem getting it to run. I
determined the problem to be the following. The named startup script
executes this: start-stop-daemon --start --quiet --exec /usr/sbin/named -- -u named -n 1

Since named switches to uid 'named' it doesn't have access to write to
/var/run/named.pid  However, I noticed that there is now a
/var/run/named dir that is owned by named.named...This is all well and
good but the named binary doesn't try to write it's pidfile to that
directory and bombs. I looked in the ebuild and the bind documentation
and there is a way to configure it to point to another directory: on the
configure script it needs --localstatedir=/var/run/named instead of
--localstatedir=/var  but this also means that the /etc/init.d/named
script needs to be edited to point to /var/run/named/run/named.pid for
the stop portion of it. Maybe the extra 'run' in there could be edited
out with by modifing the bind source, I didn't dig that far, I just need
it running. :)
        Also /var/bind needs to be owned by named.named in order for the zone
files to be read (since I did an upgrade, this bit me, it may not on a
new install)
-- 
Todd Punderson <todd@doonga.net>




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-03-15 12:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-07  7:59 [gentoo-dev] bind-9.1.3-r7 Todd Punderson
2002-03-15 10:30 ` gentoo-user
2002-03-15 12:45   ` Stefan Boresch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox