Difference between revisions of "MikesHiddenPage"

From WolfTech
Jump to navigation Jump to search
Line 4: Line 4:
  
 
== Pending Tickets ==
 
== Pending Tickets ==
'''1569752'''  check quota
+
1571615 - Surpress ssh warning messages when sshing to bassguitar
  
'''1567328'''  Get apps added to a list -- looks like an easy win?
 
  
'''1567329''' Ensure all systems point to new printserver
+
1556389 - Need to get Vista running in grendel as it does on machines in EB2 1203A
 +
1544664 - All(?) RHEL6 machines (helike, eukelade, etc) affected by xorg crash
 +
1559311 - Matlab crashes on fedora
  
 
+
1567328 - Add ece apps to launchers
 
+
1473459 - Setup add locker for Agilent Golden Gate 2011
 
+
1567330 - Delete old lockers for Xilinx 13.2 and setup new lockers for latest version
'''1559102'''  The students in the HKN room would like to know if they can get their linux box (MINUS) to allow access to all ECE students; similar to how the Teaching Labs are set up?
+
1568991 - Add locker for openCV
 
 
 
 
 
 
'''1473459'''  I would like to see about getting Agilent???s GoldenGate installed for use in my class, ECE 712, as well as for use by my graduate students.  Please let me know what additional information you require.  Thanks.
 
 
 
'''1556389'''  Hi, I am a PhD student doing a SystemC design using Mentor Graphics Vista.  I am trying to run Vista without Model Builder, and it seems that <systemc> is not recognized when tlm.h is called.  (Grendel systems)
 
 
 
'''1567330'''  Setup lockers for Xilinx 13.2 (or more current)
 
 
 
 
 
 
 
 
 
'''1544664'''  Abrt reporting Xorg and chrome crashes
 
 
 
'''1559311'''  Matlab crash
 
  
  
Line 59: Line 45:
 
print server is ece-print-01.ece.ncsu.edu
 
print server is ece-print-01.ece.ncsu.edu
  
 
== Things to ask Dan about ==
 
 
Printing instructions
 
- Work only if sudo access; Are we assuming normal users won't add printers?
 
- Should we mention what to do if cups is not running?
 
 
Mail.engr.ncsu.edu
 
- How do I access this?
 
  
  

Revision as of 16:03, 26 September 2011

This is a complex environment with many moving pieces.

      • Get details from Jack on how he added me to the systems.

Pending Tickets

1571615 - Surpress ssh warning messages when sshing to bassguitar


1556389 - Need to get Vista running in grendel as it does on machines in EB2 1203A 1544664 - All(?) RHEL6 machines (helike, eukelade, etc) affected by xorg crash 1559311 - Matlab crashes on fedora

1567328 - Add ece apps to launchers 1473459 - Setup add locker for Agilent Golden Gate 2011 1567330 - Delete old lockers for Xilinx 13.2 and setup new lockers for latest version 1568991 - Add locker for openCV



Big Projects

Audit kickstarts

Rework "add" system

Fix Condor

Improve monitoring


Misc Things

We default to tcsh because some parts of afs applications ("add" stuff?) break with bash. There is a contingent of folks who would like to see us move to BASH

---- jacorley: well most of the add initializations are done in tcsh scriptlets, which are obviously not bourne shell compatible 
---- acorley: well most of the add initializations are done in tcsh scriptlets, which are obviously not bourne shell compatible 
---- gsgatlin: well, we have an athena type system here that was originally built around cshell. so each locker has an initilization script that gets run by "add." Most ITECS created lockers (me) have a bash initilization also. Other lockers may be missing that piece.
---- jacorley: poke around lockers and look for dotfiles (.environment for tcsh IIRC, and .environmnet.sh for bash)gsgatlin: I created this web page that helps to explain it. But ignore references to Solaris 10. We have end of lifed that. http://techies.ncsu.edu/wiki/Addable_AFS_Locker
---- slack: msbelang: My advice is become familar with the systems with tcsh.  Once you understand the workings you can help us with the bash push


"add blah" is expected to be run in the shell session each time before you can use the software--there is no persistence.


print server is ece-print-01.ece.ncsu.edu


Kickstarting a System

1) MAC address gets magically associated with a hostname (probably not really magic) 2) Create a symlink in /afs/bp.ncsu.edu/system/config/linux-kickstart/configs/ece/computers to point at the correct kickstart 3) Boot system (ensuring it's not behind a firewall) 4) At "boot:" prompt, simply type the appropirate install type ("client6" for example) 5) Once the system has installed you can manually add users

Manually adding Users

- Local users: Add entry to /etc/users.local
- Remote users: Add entry to /etc/users.local.base
- Sudo users: visudo of course