RT/FM RT Manual Not logged in. [Login]

[Article listing] [Search]


Welcome to the RT manual

Introduction


Request Tracker is a trouble ticketing system. It lets a group of people intelligently and efficiently manage requests from a community of users. RT is used by systems administrators, customer support teams, network operation centres, developers and even marketing departments.

If you know about the Quantum or Clarify helpdesk products, then you will understand what RT is all about. RT implements most of what these sorts of very expensive commercial products do and has quite a few features that they can't get close to matching.

The basic model works something like this:

RT can be configured to suit specific site requirements, but the basic concepts and usage remains the same


Installation Guide



Requirements


You should have downloaded the latest release of RT, available at [http://www.fsck.com/pub/rt/release/rt.tar.gz].

Perl


Perl5.005_03 or later with support for setgid perl scripts [http://www.perl.com/]. setuid or setgid scripts under Unix can be dangerous, but perl is something of a special case. Perl tries very hard to minimise the risks. So does RT. If you want to know more about this area of Unix security, search the web using terms like "Unix setuid perl race condition".

RT's command line and mail gateway tools run setgid to the 'rt' group to protect RT's database password. The program that will be installed is "suidperl", but your operating system may not install it with the standard perl because it is a potential security risk. Some operating systems provide it in a separate package. If you are installing or compiling perl yourself from sources you may need to reconfigure it to support "setuid scripts".