X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-host-master.git/blobdiff_plain/69a79022740c867eff1414c99f498e30c1d82f5a..444e90378eca4081a3bfbe786250c0b1c1616bd7:/notes diff --git a/notes b/notes index d3b9601..cf57fa1 100644 --- a/notes +++ b/notes @@ -8,7 +8,12 @@ GSSAPICleanupCredentials yes GSSAPIKeyExchange yes EOF /etc/init.d/ssh reload -# fix default_realm to ATHENA.MIT.EDU in /etc/krb5.conf +# Set default realm to ATHENA.MIT.EDU +printf "krb5-config\tkrb5-config/default_realm\tstring\tATHENA.MIT.EDU" | debconf-set-selections +dpkg-reconfigure -fnoninteractive krb5-config +# in an ideal world, all of the above is just +# aptitude install debathena-{ssh-server,kerberos}-config + # install keytab # install /root/.k5login ntpdate @@ -17,10 +22,10 @@ ntpdate aptitude install screen ### the main event ### -scp black-mesa:/etc/apt/sources.list.d/* /etc/apt/sources.list +scp black-mesa:/etc/apt/sources.list.d/* /etc/apt/sources.list.d apt-get update aptitude install sipb-xen-host-master -# or scp sx-blade-1:*.deb . && dpkg -i *.deb +# or scp sx-blade-1:*.deb . && dpkg -i *.deb && apt-get -f install ### clustering... ### ## should become own package once we figure it out.