-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 1/2/11 15:46 , William H. Magill wrote: >> ps auxw | grep named > root 4419 0.0 0.6 623964 11588 ?? S 5:10PM 0:00.36 > /opt/local/sbin/named -f > root 4417 0.0 0.0 611772 720 ?? Ss 5:10PM 0:00.39 > /opt/local/bin/daemondo --label=bind9 --start-cmd /opt/local/sbin/named -f ; > --restart-netchange --pid=exec > magill 60699 0.0 0.0 590736 308 s000 R+ 3:21PM 0:00.00 grep > named > > The implication here is that named is running in the foreground (-f), not as > a daemon.
It's running foregrounded under daemondo, which is a wrapper and monitor (of some kind; I haven't dug in too deeply). In any case, the BIND 9 way of doing things is the "rndc" command, which works fine regardless of how it's started (you will need to roll an authentication key though). - -- brandon s. allbery [linux,solaris,freebsd,perl] [email protected] system administrator [openafs,heimdal,too many hats] [email protected] electrical and computer engineering, carnegie mellon university KF8NH -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0g5L8ACgkQIn7hlCsL25VAvQCgruUea2BdoJZ1moFvjEBjoo4g 4uUAoJC8Cv8Gv8bBbo5jFLDrhiK21XTy =gF/m -----END PGP SIGNATURE----- _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
