Changes between Version 7 and Version 8 of Configured Workstations


Ignore:
Timestamp:
08/16/06 15:09:16 (20 years ago)
Author:
dkg@…
Comment:

--

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).
     1the [wiki:"Configured Workstations"] are Intel-compatible 32-bit i386 hardware running [wiki:"Ubuntu GNU/Linux"], release 6.06 LTS (Dapper Drake).
    22
    3 They should be capable of having the [wiki:"Required Astronomical Software"] installed on them, but not every workstation needs all the different tools.
     3They have the [wiki:"Required Astronomical Software"] installed on them.
    44
    55== Authentication Model ==
    66
    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]
     7The workstations use PAM to authenticate against the [wiki:"CAL Kerberos Domain"]
    128
    139== Partitioning Scheme ==
    1410
    15 We'll use [wiki:LVM].  here's the proposed partitioning scheme:
     11CWs use [wiki:LVM].  here's the basic partitioning scheme:
    1612
    1713Base disk is broken into two partitions:
     
    3026== temporary space ==
    3127
    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 look like 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:
    3329{{{
    3430tmpfs /tmp tmpfs size=300m,mode=1777,nosuid,nodev 0   0
    3531}}}
    3632
    37 == weird issues ==
    38 
    39 [wiki:gdm] is behaving oddly under libnss-ldap.
    40 
    4133== installation process ==
    4234