If you are planning on selecting the debathena-standard installation option, you should give your local user account the same username as your Athena account. You will need to run these installation steps as root.
Debathena now has an interactive command-line installer that should be easier to use than the manual installation instructions. You can run the Debathena installer by running the following commands:
wget http://debathena.mit.edu/install-debathena.sh; sh install-debathena.sh
This installer is a new feature; if you run into any problems using it, please email us at debathena@mit.edu.
deb http://debathena.mit.edu/apt DISTRO debathena debathena-config debathena-system openafs deb-src http://debathena.mit.edu/apt DISTRO debathena debathena-config debathena-system openafsTo give aptitude access to the new modules, run
aptitude update
wget http://debathena.mit.edu/apt/debathena-archive.asc; apt-key add debathena-archive.asc
aptitude search ~i~nlinux-imageLook for an entry like linux-image-generic or linux-image-server. Substitute openafs-modules for linux-image and install that package. For example, if you have the linux-image-generic package installed, run the following command.
aptitude install openafs-modules-generic
env DEBIAN_FRONTEND=noninteractive aptitude install debathena-standard
blanche debathena-announce -a $USER
See the troubleshooting page for common issues.
If you run into any problems with Debathena not discussed on the troubleshooting page, please contact the maintainers.
You should be able to use your Debathena machine to run all your favorite Athena commands. We recommend using the renew command as a convenient way to authenticate to Athena (rather than kinit -54 followed by aklog). After running renew and getting credentials, you should be able to run (e.g.) cd /mit/tabbott and access your Athena locker. If you don’t know how to use Athena, we recommend reading the Athena pocket reference.
A machine running debathena-login should function essentially like the Debathena dialup server linerva.mit.edu, modulo some special dialup security features that are not included in debathena-login.
We strongly recommend using aptitude to install and upgrade Debathena, because apt-get and other package managers are not always smart enough to figure out how to install the necessary packages. Also note that the synaptic and adept GUIs do not readily support setting the DEBIAN_FRONTEND environment variable. (If you have to use them, you should use dpkg-reconfigure debconf to change the Debian Frontend to noninteractive, and when you are done, change it back to the default of dialog. Alternatively, you can not change the Debconf priority; you will just be asked more unecessary questions.)