Changes between Version 7 and Version 8 of Configured Workstations
- Timestamp:
- 08/16/06 15:09:16 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Configured Workstations
v7 v8 1 the [wiki:"Configured Workstations"] will be running [wiki:"Ubuntu GNU/Linux"], initially release 5.10 (breezy badger).1 the [wiki:"Configured Workstations"] are Intel-compatible 32-bit i386 hardware running [wiki:"Ubuntu GNU/Linux"], release 6.06 LTS (Dapper Drake). 2 2 3 They should be capable of having the [wiki:"Required Astronomical Software"] installed on them, but not every workstation needs all the different tools.3 They have the [wiki:"Required Astronomical Software"] installed on them. 4 4 5 5 == Authentication Model == 6 6 7 The workstations should use PAM to authenticate against the [wiki:"CAL Kerberos Domain"] 8 9 == Prototyping == 10 11 A prototypical configured workstation will be set up and given over to try to install the [wiki:"Required Astronomical Software"]. We're calling this the [wiki:Proto-CW] 7 The workstations use PAM to authenticate against the [wiki:"CAL Kerberos Domain"] 12 8 13 9 == Partitioning Scheme == 14 10 15 We'll use [wiki:LVM]. here's the proposedpartitioning scheme:11 CWs use [wiki:LVM]. here's the basic partitioning scheme: 16 12 17 13 Base disk is broken into two partitions: … … 30 26 == temporary space == 31 27 32 i'm inclined to mount `/tmp` as a RAM-backed filesystem. Since all RAM is actually backed by swap, this is reasonable, and it means that `/tmp` will be nicely auto-flushed on a reboot. An example line in `/etc/fstab` for such a method would looklike this:28 `/tmp` is mounted as a `tmpfs` (a RAM-backed filesystem). Since all RAM is actually backed by swap, this is reasonable from an efficiency viewpoint, and it means that `/tmp` will be nicely auto-flushed on a reboot. An example line in `/etc/fstab` for such a method looks like this: 33 29 {{{ 34 30 tmpfs /tmp tmpfs size=300m,mode=1777,nosuid,nodev 0 0 35 31 }}} 36 32 37 == weird issues ==38 39 [wiki:gdm] is behaving oddly under libnss-ldap.40 41 33 == installation process == 42 34
