Bugs item #1154618, was opened at 2005-03-01 14:11
Message generated for change (Comment added) made by bernardli
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=1154618&group_id=9368

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Installation
Group: 4.2
Status: Open
>Resolution: Fixed
Priority: 9
Submitted By: David N. Lombard (dnl)
>Assigned to: Bernard Li (bernardli)
Summary: MANPATH is missing /opt/pbs/man

Initial Comment:
The MANPATH on the headnode (didn't test compute nodes)
is missing /opt/pbs/man.  As a result, man pages for
Torque (and PBS?) are not available.

Suggest fixing for 4.1

----------------------------------------------------------------------

>Comment By: Bernard Li (bernardli)
Date: 2005-08-24 22:26

Message:
Logged In: YES 
user_id=879102

Fix checked into branch-4-2 r3590, trunk r3591.

----------------------------------------------------------------------

Comment By: Jeff Squyres (jsquyres)
Date: 2005-08-22 13:26

Message:
Logged In: YES 
user_id=11722

All that needs to happen is to put the following in /opt/modules/oscar-
modulefiles/pbs/1.2.0p5 and remove any Torque /etc/profile.d scripts (i.e., 
this modulefile will automatically be loaded upon login, etc.):

-----
#%Module -*- tcl -*-
#
# Torque modulefile for OSCAR clusters
#

proc ModulesHelp { } {
  puts stderr "\tThis module adds Torque to the PATH and MANPATH."
}

module-whatis   "Sets up the Torque environment for an OSCAR cluster."

# Hardcoding the path/arch and setting up the MANPATH and PATH too.

append-path MANPATH /opt/pbs/man
append-path PATH /opt/pbs/bin
-----

This single modulefile can be incorporated into the Torque OSCAR RPMs 
or put into a standalone RPM (it can even be noarch).  I would vote for the 
latter (standalone RPM), because then it can be maintained separately from 
the main Torque RPMs (and not need to be prepared/created on every 
supported platform).

----------------------------------------------------------------------

Comment By: Bernard Li (bernardli)
Date: 2005-03-14 14:07

Message:
Logged In: YES 
user_id=879102

Since man qsub and man qstat works (among others), we will
do a docfix for 4.1 and move this to 4.1.

----------------------------------------------------------------------

Comment By: Jeff Squyres (jsquyres)
Date: 2005-03-04 07:37

Message:
Logged In: YES 
user_id=11722

Blah -- s/append-patch/append-path/

----------------------------------------------------------------------

Comment By: Jeff Squyres (jsquyres)
Date: 2005-03-04 07:36

Message:
Logged In: YES 
user_id=11722

I suggest adding a one-file RPM to each of the PBS and Torque packages.  
This RPM should install a modulefile under /opt/modules/oscar-modulefiles/
[pbs|torque]/<version_number>.

See the PVM modulefile under /opt/modules/oscar-modulefiles for an 
example.  The main line you need in this modulefile is:

append-patch MANPATH /opt/pbs/man

This modulefile is unswitched, meaning that it will be loaded for all shells 
and is unaffected by switcher.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=1154618&group_id=9368


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to