summaryrefslogtreecommitdiff
path: root/TODO
blob: 2f42df41bda3560abcb224a89b3024ef9eef3af6 (plain)
  1. All:
  2. ----
  3. Add a section in the cf.services.file for netatalk.
  4. Move all the fake domains to bind/fake from bind/pri.
  5. Add squid support: Search /etc/squid.conf for "YOUR OWN RULE" and add "acl localnet src $(LOCALNET)" and "http_access allow localnet".
  6. Add integrit support: Remove all relevant comments in /etc/integrit/integrit.conf and "# ! " in /etc/cron.daily.integrit.
  7. Implement meta-hints about filesharing: ftp should use "-l" and "~ users" when default users are dummy users. And the local user-init, adduser.local and deluser.local should be generic.
  8. Figure out if bind or bind9 is installed as nameserver (currently both are reloaded, which is non-optimal and _can_ lead to errors)
  9. Calibrate max open files based on available memory (as suggested at http://www.linuxdoc.org/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap6sec72.html and http://www.xenoclast.org/doc/benchmark/HTTP-benchmarking-HOWTO/node7.html):
  10. FILEMAX = (INSTALLED_RAM*256)/4
  11. /etc/sysctl.conf: fs.file-max = FILEMAX
  12. /etc/security/limits.conf: * soft nofile 1024
  13. /etc/security/limits.conf: * hard nofile FILEMAX
  14. Use m4 to make sharefiles and cfengine cleanup files for samba.
  15. Move zonefiles out of local-COMMON and into separate CVS modules.
  16. Check that m4 is installed before using it in cfengine!
  17. Figure out a smarter way to do the following on the command line:
  18. for host in xayide coreander jawa.homebase.dk gmork satsbutikken ida cherry.107b.dk tulle; do fping $host && ssh -t ${host/tulle/tulle -p 53} "for dir in /etc/local-COMMON /usr/local/bin /usr/local/sbin; do (cd \$dir && cvs update -dP); done; /etc/cfengine/cfengine.conf -q; /etc/local-COMMON/postfix/postfix.sh"; done
  19. Xenux:
  20. ------
  21. Finish the cf.services.fai file
  22. DONE:
  23. -----
  24. samba/netlogon/common.bat is XENUX-centric
  25. Correct dns (and other places like samba?) to use FQDN, not only host.
  26. Move all domain files to local-COMMON