http://qa.mandrakesoft.com/show_bug.cgi?id=5926
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From [EMAIL PROTECTED] 2003-25-09 19:34 -------
Here is what I have :
[EMAIL PROTECTED] log]# grep named /etc/passwd /etc/group
/etc/passwd:named:x:25:25:Bind User:/var/named:
/etc/group:named:x:25:
And here is my /var/log/syslog after doing "/etc/init.d/named start" :
Sep 25 18:49:24 localhost named[3622]: starting BIND 9.2.3rc2 -u named
Sep 25 18:49:24 localhost named[3622]: using 1 CPU
Sep 25 18:49:24 localhost named[3624]: loading configuration from '/etc/named.
conf'
sep 25 18:49:24 localhost named: D�marrage de named succeeded
Sep 25 18:49:24 localhost named[3624]: no IPv6 interfaces found
Sep 25 18:49:24 localhost named[3624]: listening on IPv4 interface lo, 127.0.0.
1#53
Sep 25 18:49:24 localhost named[3624]: listening on IPv4 interface eth0, 192.
168.0.1#53
Sep 25 18:49:24 localhost named[3624]: command channel listening on 127.0.0.
1#953
Sep 25 18:49:24 localhost named[3624]: couldn't open pid file '/var/run/named.
pid': Permission denied
Sep 25 18:49:24 localhost named[3624]: exiting (due to early fatal error)
The problem is that /var/run/named.pid cammot be written by user named !
Looking at directory /var/run tells me :
drwxr-xr-x 12 root root 904 sep 25 19:01 /var/run/
I simply upgraded bind to latest cooker version :S
So what's wrong ?
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date:
description:
I upgraded to latest version of bind, but
named now fails to load because there's no user "named" :
--- /etc/init.d/named.bak 2003-09-18 11:21:23.000000000 +0200
+++ /etc/init.d/named 2003-09-19 18:56:56.000000000 +0200
@@ -32,7 +32,7 @@
if [ -n "${ROOTDIR}" -a "x${ROOTDIR}" != "x/" ]; then
OPTIONS="${OPTIONS} -t ${ROOTDIR}"
fi
- daemon named -u named ${OPTIONS}
+ daemon named ${OPTIONS}
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/named
echo