[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Bind running as named



>I noticed that user and group named was added to the system with the
>lastest bind version.  I also noticed that /etc/rc.d/init.d/named had not
>changed, to support this change.   So I changed line 37 from:
>daemon named
>to:
>daemon named -u named -g named
>   
>Then restarted named, and the process does look correct:
>named    32234  0.0  0.6  2580 1696 ?        S    13:01   0:00 named -u
>named -g named
>
>However, I did load the new bind using rpm instead of the pkg.   
>So if you are updating by hand this is pretty important changed to make. 
>
>Does the package make this change also?
>
>Jeff-
Jeff,

Installed Bind RPM update when released. 
Installed RaQ4-All-Security-1.0.2-9353.pkg when released.

Named still running as root now when DNS is on. 

root     11136  0.0  0.6  2524 1604 ?        S    15:24   0:00 named

Made your suggested changes, restarted named and:

named    11739  0.0  0.6  2736 1796 ?        S    15:32   0:00 named -u named -g named


So it seems the pkg did not do the switch either.
On the Raq2 and Raq1 it was switched to named with the pkg and the rpm upgrades.