"Justin S. Leitgeb" <[EMAIL PROTECTED]> writes: > However, on reloading the zones I got some errors. After killing > the named process completely and trying to start fresh, I got the > following error. > > [EMAIL PROTECTED]:/etc/bind$ sudo -u bind /etc/init.d/bind9 start > Starting domain name service: namedchmod: changing permissions of > `/var/run/bind/run': Operation not permitted > .
I dampened the error because it was not critical -- it won't keep the startup script from finishing now. > Right now I can't resolve names from outside of the network or > locally... bind seems to time out. I think it's probably just > permissions since the daemon starts but I can't connect, however I'm not > sure if it's a firewall rule or just the fact that bind can't write or > chmod certain files that it wants to. > > Sorry again about the hassle. If anyone wants to try changing the > permissions on /var/run/bind/run so that named can do what it needs to > do with this file, I think that would be the first troubleshooting > step. Next perhaps someone could try restarting the daemon process as I > was, using sudo -u bind /etc/init.d/bind9 start, and then perhaps with a > restart command to make sure that I will be able to do this in the > future. "rndc reload" is the other command that I'll probably have to > use frequently in order to make new changes take effect. I modified the startup script (and /etc/bind/named.conf) to put the control interface for 'named' on port 1953 on localhost. This allows the bind user (and anyone else on deleuze, for that matter) to connect to the interface. So run, for example, "rndc -p 1953 reload" rather than "rndc reload". This should hopefully address all of the issues brought up here. -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net /` |\ | | | Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC |_] | \| |_| Reclaim your digital rights by eliminating DRM. See http://www.defectivebydesign.org/what_is_drm for details.
pgpzNkZ5Bzrvs.pgp
Description: PGP signature
_______________________________________________ HCoop-SysAdmin mailing list [email protected] http://hcoop.net/cgi-bin/mailman/listinfo/hcoop-sysadmin
