Changes between Version 29 and Version 30 of Internal/SandboxConsoleSetup


Ignore:
Timestamp:
Feb 20, 2014, 6:38:52 PM (10 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/SandboxConsoleSetup

    v29 v30  
    11= How to build a SandBox console =
    22
    3 == New Instructions as of 8/22/2011 ==
     3''' New Instructions as of 8/22/2011 '''
    44
    55The core packages can be installed as a group via this command:
     
    99Instead of indiviually.
    1010
    11 === Base system ===
     11''' Base system '''
    1212 1. Boot Ubuntu 10.10 Server installation medium (you may need a usb-cdrom).
    1313 1. preform a standard installation using the installation defaults, with noted devations:
     
    2222    sudo apt-get install logwatch logrotate denyhosts
    2323    }}}
    24 === NFS Mounting ===
     24''' NFS Mounting '''
    2525We no longer do AutoFS/auto.home since there is a long standing lag bug with the daemon that is not fixable. We've now move to direct mounting of the /home mount point.
    2626 1. Install the nfs common libraries
     
    3737}}}
    3838
    39 === LDAP Authentication ===
     39''' LDAP Authentication '''
    4040Since Autofs is not use this process is some what simpler.
    4141 1. Install ldap libraries. This process will ask you a bunch of ldap related questions that will be used to prime the ldap.confs (there are 2). It's not critical to get them correct as we're just going to replace those conf's any way. (Accepting the defaults is ok).
     
    106106}}}
    107107
    108 === OMF / OML ===
     108''' OMF / OML '''
    109109The Orbit measurement framework binaries.
    110110 1. Comparing to a running Console, the apt repositories are:
     
    175175cf-agent -v
    176176}}}
     177
     178----
     179
     180''' OS specific notes '''
     181
     182'''Ubuntu 13.10 '''
     183
     184The passwd command in fails after follwing these instructions. There is a minor tweak needed to get the passwd command to work. Edit the ''/etc/pam.d/common-password'' and find this line:
     185{{{
     186password        [success=1 user_unknown=ignore default=die]     pam_ldap.so use_authtok try_first_pass
     187}}}
     188'''remove use_authtok''', then reboot. This should solve the problem. It documented [http://ubuntuforums.org/showthread.php?t=1640070 here]