Changeset 1381 for trunk/server


Ignore:
Timestamp:
Dec 17, 2009, 4:22:36 AM (14 years ago)
Author:
ezyang
Message:
Misc doc updates from install f11-test.
File:
1 edited

Legend:

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

    r1320 r1381  
    3636    done
    3737
     38# Turn on network, so we can connect at boot
     39chkconfig network on
     40
    3841# Edit /etc/selinux/config so it has SELINUX=disabled and reboot.
    3942    sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config
     
    8184    \cp -a etc /
    8285
    83 # NOTE: You will have just lost DNS resolution and the abilit
    84 # to do password SSH in
     86# NOTE: You will have just lost DNS resolution and the ability
     87# to do password SSH in.  If you managed to botch this step without
     88# having named setup, you can do a quick fix by frobbing /etc/resolv.conf
     89# with a non 127.0.0.1 address for the DNS server.  Be sure to revert it once
     90# you have named.
    8591
    8692    service named start
     
    108114    YUM install -y scripts-base
    109115
    110 # Install mit-zephyr
    111     YUM install -y mit-zephyr
    112 
    113116# Remember to set NSS_NONLOCAL_IGNORE=1 anytime you're setting up
    114117# anything, e.g. using yum. Otherwise useradd will query LDAP in a stupid way
     
    121124# Perhaps a useful change is to remove the default aliases
    122125    # On 2009-07-01, the dotfiles to transfer where:
    123     #   .bashrc .ldapvirc .screenrc .ssh (<- directory) .vimrc
     126    #   .bashrc .ldapvirc (<- HAS PRIVILEDGED DATA)
     127    #   .screenrc .ssh (<- directory) .vimrc
    124128    # Trying to scp from server to server won't work, as scp
    125129    # will attempt to negotiate a server-to-server connection.
    126130    # Instead, scp to your trusted machine as a temporary file,
    127131    # and then push to the other server
     132    # You'll need some way to authenticate to the server, and since
     133    # password logins are disabled, you'll need some way of
     134    # temporarily giving yourself credentials.  On a test server,
     135    # reenabling password authentication is ok: frob /etc/pam.d/sshd
     136    # and reverse apply r1068.
    128137
    129138# Replace rsyslog with syslog-ng by doing:
     
    161170    yumdownloader mit-zephyr.i386
    162171    # if deps change, this breaks
    163     YUM install -y libXaw.i586 libXext.i586 libXmu.i586 ncurses-libs.i586 readline.i58
     172    YUM install -y libXaw.i586 libXext.i586 libXmu.i586 ncurses-libs.i586 readline.i586
    164173    rpm -i --nodeps mit-zephyr-2.1-6-linux.i386.rpm
     174    # test if it worked by sending an un-authed message
     175    zwrite -d -c scripts -i test
    165176
    166177# Install the athena-base, athena-lprng, and athena-lprng-misc RPMs
Note: See TracChangeset for help on using the changeset viewer.