Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PackageStatusDate installedInstall ToolNotes
Linuxrequired7/13/2018 and 8/28/2018pxe bootBasic CLI
X11required7/17/2018 and 9/28/2018note 1 belowX11+gnome+gazillion dependencies
window managerrequired7/17/2018 and 9/28/2018"gnome based - working on conf file
desktoprequired7/17/2018 and 9/28/2018"(various convenience apps)
chef-clientrequired11/13/2018(installed by KSA)Needed for installing YFS
Windows Active Directory   new authentication model (old=kerberos)
printingrequired[10/4/2018]sudo system-config-printerPrinting will be via Windows AD IP based printing. In the meantime, configure locally using built-in printing system. Configure B048F2COPIER as a generic postscript printer.
YFSrequired11/14/2018chef-client -o slac_yfs-clientAuristor's YFS (AFS) client. Use "kinit [<userID>]" followed by "aklog" to get a token
emacsrequired7/19/2018 and 9/28/2018gnome-software 

chrome

required9/28/2018d/l + yum install 
thunderbirdrequired7/19/2018 and 9/28/2018gnome-software 
NXrequired9/28/2018d/l + yum installNoMachine client for use with NERSC
citrix client   TESTING INC0211099 not sure if it will work
fastx 9/28/2018d/l + tar -xvf

https connection fails, but ssh connection works. KSA has opened ticket with vendor

slack 9/28/2018d/l + yum install 
zoom 9/28/2018d/l + yum install(implies support for microphone, camera and speakers)
LibreOfficerequired7/19/2018 and 9/28/2018gnome-softwarecalc,writer,base,draw,impress,CAD
python v3required9/28/2018yum install 
sshfs  

yum install fuse-sshfs

 
dev tools (gcc)required9/28/2018yum installsudo yum group install 'Development Tools'
filezilla 10/1/2018gnome-softwareGUI file transfer between comet2 and SLAC servers
Ksnapshotrequired10/1/2018gnome-softwarescreen shot utility
DbVis   needed by Fermi/LSST app developers
NetBeans   needed by Fermi/LSST app developers
LSF 10/25/2018requires slac_yfs-client

requires desktop is in the lsf configuration file and allowed to run batch commands,

if desktop name is not in LSF configuration, start a service now ticket to request addition

Needs YFS to do run command a link for /etc/lsf.conf  (likely a cookbook configured setting?)

VPNrequired11/14/2018downloadMust download from a current Cisco AnyConnect customer (question), e.g., NCSA
clamavnot needed sudo yum install clamavAnti-virus (needed to access SLAC VPN, but not necessary on machine connected to internal network)
media codecsvery strongly desired12/14/2018Many steps -->Followed numerous "sudo yum install ..." commands from https://wiki.centos.org/TipsAndTricks/MultimediaOnCentOS7
     
     
     

 

Notes:

  1. X11 & GUI installed in this way:  

    Code Block
    titleX11 and GUI
    curl http://yum/centos-gui > /tmp/centos-gui
    /bin/sh /tmp/centos-gui

    (very large set of packages, takes a long time...)

  2. Software installed via the GUI, e.g., Thunderbird, emacs, LibreOffice

    Code Block
    sudo gnome-software
  3. Attempt to install FastX downloaded from www.starnet.com.  Code is unpacked from a tar.gz file and run without any special installation.  Attempt to configure SLAC but code fails with a relocation error associated with /lib64/libssl.so.10.  Karl to the rescue!  Use the "ssh" connection rather than "https" while he queries the vendor for a proper fix.

  4. TRS should not be used as it currently requires the use of DES enctypes that are insecure. WE have a todo to remove the ability for this weak-key to work. And are working to make TRS more secure so it can be used on Centos.

     

...