Debian Admin - Your way to Debian World

February 24, 2007

How to install OTRS (Open source Ticket Request System) in Debian

by @ 8:06 am. Filed under General

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

OTRS is an Open source Ticket Request System (also well known as trouble ticket system) with many features to manage customer telephone calls and e-mails. The system is built to allow your support, sales, pre-sales, billing, internal IT, helpdesk, etc. department to react quickly to inbound inquiries.

OTRS Requirements

Apache Web server
Mysql or Postgresql Database
Perl 5.8,Perl Modules

Install OTRS in debian

If you want to install otrs in debian sarge you need to use the following command

#apt-get install otrs

If you want to install otrs in debian etch you need to use the following command

#apt-get install otrs2

This will start the installation process and if you want to configure database using dbconfig-common you need to select yes in the following screen and press enter in this example i am configuring using dbconfig-common.

Now you need to select which database you want to use in this example i am using Mysql database select ok and press enter

You need to enter the database administrative user password select ok and press enter

Now you need to enter the mysql application password for otrs select ok and press enter

This will complete the installation.

Now you need to access otrs using the following URL

http://your server ip/otrs/index.pl for admin access

You should see the following screen

Now you need to use the following username and password to login

Username :- root@localhost

Password :- root

Once you login in to the otrs you should see the following screen

If you want to give customer interface use the following url

http://your server ip/otrs/customer.pl

Now if you want to know how to use otrs you need to check otrs documentation

Possible Error and Solution

When you try to access http://your server ip/otrs/index.pl to login you can see the following error

Problem

no connection to syslog available - /dev/log is not a socket at /usr/share/otrs//Kernel/System/Log/SysLog.pm line 64

Solution

Edit the /usr/share/otrs/Kernel/Config/Defaults.pm file and un comment the following lines

$Self->{’LogModule’} = ‘Kernel::System::Log::File’;
$Self->{’LogModule::SysLog::Facility’} = ‘user’;
$Self->{’LogModule::LogFile::Date’} = 0;

Restart your apache web server using the folloing command

#/etc/init.d/apache2 restart

Tags: , , , ,

You may also be interested in...

4 Responses to “How to install OTRS (Open source Ticket Request System) in Debian”

  1. Rob Says:

    that configuration screen does not show up when using Ubuntu 6.10 Server….

  2. Bernhard Says:

    Thanks! Good job. Worked exactly as displayed using Debian.

  3. Barney Gumble Says:

    exactly, it doesnt work on ubuntu server, the page says:

    “OTRS is currently in maintainance mode

    OTRS is currently switched off by the system administrator. Please go back to the start page later and/or press the reload button of your browser”

    what can i do about this?

Leave a Reply

Subscribe RSS Feed

subscribe to the Debian Admin RSS feed

Internal links:

Sponsors:



Categories:

Support Debian Admin

Amount $:
Website(Optional):

Sponsors:

Archives:

WidgetBucks - Trend Watch - WidgetBucks.com

Related Links:


WidgetBucks - Trend Watch - WidgetBucks.com

Favourite Sites:

Wordpress Collection
Windows Reference
Ubuntu Geek
DebianHelp
All About Debian Tutorials
Power Electrical
Check Your IP Here
Debian,Ubuntu News
DebCentral
Tuxmachines
Capnkirby
Libervis
Nuxifield
Linux Horizon
Linux Appfinder
Debuntu
GNU/Linux For Everyone
Free Penguin
DebianAdmin is not related to the Debian Project.
This site is copyright © 2006,2007 Debian Admin
All Trademarks are the property of their respective owners.
The contents of this website may not be mirrored or archived without the express written permission of DebianAdmin Site Owner.

DISCLAIMER: All the information, troubleshooting methods, utilities offered in this website is provided AS-IS, without any warranties. Though I strive for perfection, and always test the validity and effectiveness of the troubleshooting content in various systems, I assume no responsibility for your use of these Fixes, Utilities and other troubleshooting advice. The author will not be liable for any special, incidental, consequential or indirect damages due to loss of data or any other reason. All use is completely at your own risk. Changes to the existing content and new additions are made to this website periodically, without notification.
Rodney's Kontera DynamiContext Plugin plugged in.