Staff Directory | Intranet |

Restricted Community Accounts - Downloads Page

The Community Accounts project contains several subprojects that are packaged separately.

CVS Access

The current state of each project can also be downloaded directly from the NCSA CVS repository.
Anonymous access os available via ':pserver:anonymous@cvs.ncsa.uiuc.edu:/CVS/sectools'. The follow modules exist within the repository:

  • commsh - Community Shell application
  • chroot_jail - Chroot Jail Management utility suite

To check out a package, please use:
cvs co -P [-r <tag>] <package>
Where <tag> is one of the tags given below, and <package> is one of the packages given above. Omit the tag to download the most recent version of the code.

Source Tarballs

Additionally, source tarballs of each of these products can be downloaded directly:

$listing) { echo "
    \n"; krsort($listing); foreach($listing as $version => $changes) { $tag = preg_replace('/\./', '_', $version); echo "
  • $name$version.tar.gz\n"; echo "(CVS tag: v$tag)"; if($changes) echo " [CHANGE LOG]"; echo "\n"; } echo "
\n"; } ?>

GRAM Support

GRAM support of commsh is not currently part of the standard GRAM installation. However, a simple patch will make it possible to use commsh to implement command-based restrictions on GRAM jobs.

The GRAM support patch can be downloaded at:

Instructions on how to install this patch can be found in the Restricting Community Accounts guide.

Return to the main project website