Problem:
The Trillium server installation fails to finish installing or finishes installing with errors. If you are running on Linux, you must have the xinetd or inetd daemon installed.
Solution:
Verify that xinetd or inetd is installed and running before starting the Trillium server installation. Run one of the following commands as needed (if you are using inetd, use inetd in the commands instead of xinetd):
# /etc/init.d/xinetd status
and start
sudo
yum -y install xinetd
If xinetd (inetd) is installed but not running at the time of installation, the install may fail. In this case:
Clean the xinetd (inetd) entries.
Restart your system.
Install the Trillium software again.