Versions Compared

Key

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

...

Expand
titleCurrent Log (starting Feb 2019)

2/19/2019 - Install 1 TB SSD in comet2 using partitioning scheme above. Andrew activates kerberos and adds me to sudo list. Then begin process of installing needed software all over again!

2/20/2018 - X11 install appears successful, but causes screen freeze early on. Also SELinux complaints...but Karl fixes:

Code Block
    sudo semanage fcontext -a -t abrt_var_log_t '/var/adm'
    sudo restorecon -v '/var/adm'
    sudo systemctl restart rsyslog

And adds me to the 'wheel' group so I may use the GUI s/w installer tools.

Code Block
# usermod -a -G wheel dragon

 

 

 

Gotchas

Here is a list of gotchas or concerns that I stumbled into during this project investigations.

...