Changeset 2079


Ignore:
Timestamp:
Nov 25, 2011, 9:17:17 PM (12 years ago)
Author:
ezyang
Message:
Some updates from setting up Wizard and Test servers.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/doc/install-howto.sh

    r2068 r2079  
    7070# Start with a Scripts kickstarted install of Fedora (install-fedora)
    7171
     72# IMPORTANT: If you are installing a server without the benefit of
     73# Kickstart (for example, you are installing on XVM, it is VITALLY
     74# IMPORTANT that you go through the kickstart and apply all of the
     75# necessary changes--for example, disabling selinux or enabling
     76# network.)
     77#   XXX We should make Kickstart work for test servers too
     78
    7279# Take updates, reboot if there's a kernel update.
    7380    yum update -y
     
    102109    cd /etc
    103110    svn revert resolv.conf hosts sysconfig/openafs nsswitch.conf
     111    # Troubleshooting: if accountadm, tokensys and nscd fail to install
     112    # you probably forgot to turn off selinux
    104113
    105114# Replace rsyslog with syslog-ng by doing:
     
    134143# install it again after you install haskell-platform.  [Note: You
    135144# probably won't need this in Fedora 17 or something, when the Haskell
    136 # Platform gets updated.]
     145# Platform gets updated.] [It's not obvious to me that this actually
     146# works]
    137147    rpm -e ghc-cgi-devel ghc-cgi
    138148    yum install -y haskell-platform
     
    325335#   o /etc/sysconfig/network-scripts/ifcfg-lo:3
    326336       \rm /etc/sysconfig/network-scripts/ifcfg-lo:{0,1,2,3}
    327 #   o /etc/ldap.conf
    328 #       add: host scripts.mit.edu
    329 #   o /etc/{nss-ldapd,nslcd}.conf
     337#   o /etc/nslcd.conf
    330338#       replace: uri ldapi://%2fvar%2frun%2fdirsrv%2fslapd-scripts.socket/
    331339#       with: uri ldap://scripts.mit.edu/
     340#           (what happened to nss-ldapd?)
    332341#   o /etc/openldap/ldap.conf
    333342#       add: URI ldap://scripts.mit.edu/
Note: See TracChangeset for help on using the changeset viewer.