Gentoo Archives: gentoo-user

From: Jonathan Nichols <jnichols@×××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OT - Weird Permissions error
Date: Mon, 12 Dec 2005 22:10:08
Message-Id: 439DF39F.6090909@pbp.net
In Reply to: [gentoo-user] OT - Weird Permissions error by Michael Sullivan
1 > Dec 12 15:51:39 bullet named[7709]: couldn't open pid file
2 > '/var/run/named.pid': Permission denied
3
4 > drwxr-xr-x 2 named named 4096 Dec 12 14:13 named
5 >
6 > There is a named directory there, but it's empty. I assume that it was
7 > automatically created when I emerged bind early this afternoon. Any
8 > thoughts on what's causing this error?
9 >
10
11 It's trying to put the pid file in /var/run - you need to change
12 named.conf to have it put it in /var/run/named instead
13
14 in named.conf:
15
16 pid-file "/var/run/named/named.pid";
17
18 That should solve that problem for you.
19
20
21 --
22 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] OT - Weird Permissions error Michael Sullivan <michael@××××××××××××.com>