Changeset 1381 for trunk/server/doc
- Timestamp:
- Dec 17, 2009, 4:22:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/doc/install-howto.sh
r1320 r1381 36 36 done 37 37 38 # Turn on network, so we can connect at boot 39 chkconfig network on 40 38 41 # Edit /etc/selinux/config so it has SELINUX=disabled and reboot. 39 42 sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config … … 81 84 \cp -a etc / 82 85 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. 85 91 86 92 service named start … … 108 114 YUM install -y scripts-base 109 115 110 # Install mit-zephyr111 YUM install -y mit-zephyr112 113 116 # Remember to set NSS_NONLOCAL_IGNORE=1 anytime you're setting up 114 117 # anything, e.g. using yum. Otherwise useradd will query LDAP in a stupid way … … 121 124 # Perhaps a useful change is to remove the default aliases 122 125 # 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 124 128 # Trying to scp from server to server won't work, as scp 125 129 # will attempt to negotiate a server-to-server connection. 126 130 # Instead, scp to your trusted machine as a temporary file, 127 131 # 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. 128 137 129 138 # Replace rsyslog with syslog-ng by doing: … … 161 170 yumdownloader mit-zephyr.i386 162 171 # 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 164 173 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 165 176 166 177 # Install the athena-base, athena-lprng, and athena-lprng-misc RPMs
Note: See TracChangeset
for help on using the changeset viewer.