Ubuntu 12.04 LTS OTRS install

Moderator: crythias

Locked
jat421
Znuny newbie
Posts: 8
Joined: 05 Apr 2013, 18:10
Znuny Version: 3.2.4

Ubuntu 12.04 LTS OTRS install

Post by jat421 »

Hello, I have run into a bit of problem with OTRS installation. I did a installation of OTRS2 from the ubuntu package by doing apt-get install otrs2. Everything went great and I was able to use it with no problems. But now I wanted the new version of OTRS and I downloaded the latest one 3.2.4 tar.gz file and followed the instructions on the wiki to install it. Now whenever I try to go to the website I get this error in apache

Code: Select all


ERROR: Can't read /usr/share/otrs/RELEASE: No such file or directory This file is needed by central system parts of OTRS, the system will not work without this file.
[Fri Apr 05 11:53:22 2013] [error] [Fri Apr  5 11:53:22 2013] -e: Died at /opt/otrs//Kernel/Config/Defaults.pm line 1908.\n

It's looking for the RELEASE in the wrong directory as the new otrs is under /opt/otrs. I believe the ubuntu package installed it under /usr/share/otrs. Any way to fix this issue? Thanks for any help!
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Ubuntu 12.04 LTS OTRS install

Post by crythias »

apt-get remove otrs2
... perhaps...?

note that backing up any information from the old install is up to you.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
jat421
Znuny newbie
Posts: 8
Joined: 05 Apr 2013, 18:10
Znuny Version: 3.2.4

Re: Ubuntu 12.04 LTS OTRS install

Post by jat421 »

Sorry yes I have removed otrs2 already...forgot to mention that. Thanks
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Ubuntu 12.04 LTS OTRS install

Post by crythias »

It is reading the home directory of the otrs user, so you should make sure you modify that in /etc/passwd and shadow
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
jat421
Znuny newbie
Posts: 8
Joined: 05 Apr 2013, 18:10
Znuny Version: 3.2.4

Re: Ubuntu 12.04 LTS OTRS install

Post by jat421 »

Thanks for your help crythias. I went into the passwd file and made the change to the below and restarted the server. But I am still getting the same error message. Any other suggestions? Thanks!

passwd

Code: Select all

otrs:x:117:33::/opt/otrs:/bin/false
shadow

Code: Select all

otrs:*:15534:0:99999:7:::
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Ubuntu 12.04 LTS OTRS install

Post by crythias »

it's looking for $Self->{Home} which could be /usr/local/share in Config.pm
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
jat421
Znuny newbie
Posts: 8
Joined: 05 Apr 2013, 18:10
Znuny Version: 3.2.4

Re: Ubuntu 12.04 LTS OTRS install

Post by jat421 »

Thanks crythais that worked like a charm. In the Config.pm few things were messed up...The username in database.pm were not correct and the Home path was wrong. Thank you again!

I believe most of the functionality is working now. Just one quick question. Does the IE 10 support pasting screenshots or is it still the firefox only?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Ubuntu 12.04 LTS OTRS install

Post by crythias »

jat421 wrote:Does the IE 10 support pasting screenshots or is it still the firefox only?
Seems like it's still ff only.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked