OTRS 3.0.9 + CentOS 6.0 is good

Moderator: crythias

Locked
AUPhil
Znuny newbie
Posts: 3
Joined: 11 Jul 2011, 06:04
Znuny Version: 3.0.9
Real Name: Phil Forrest
Company: Auburn Univ College of Sciences & Mathematics

OTRS 3.0.9 + CentOS 6.0 is good

Post by AUPhil »

New user here...

Just FYI - I had no problems installing OTRS 3.0.9 onto CentOS 6.0 x86_64 using the RPMs for CentOS 5.5. I followed the wiki article on CentOS 5.5 installation and everything seems to work fine.

This is my first OTRS installation.

Thanks,
Phil
AUPhil
Znuny newbie
Posts: 3
Joined: 11 Jul 2011, 06:04
Znuny Version: 3.0.9
Real Name: Phil Forrest
Company: Auburn Univ College of Sciences & Mathematics

Re: OTRS 3.0.9 + CentOS 6.0 is good

Post by AUPhil »

:( Hah - spoke too soon. The support assessment package on 3.0.9 does not yet recognize CentOS 6.0:

Code: Select all

Software error:

No version because no distro. at /opt/otrs/Kernel/cpan-lib/Linux/Distribution.pm line 95.
For help, please send mail to the webmaster (admin@localhost), giving this error message and the time and date of the error.
The /etc/redhat-release file for CentOS 6.0 looks like this:

Code: Select all

[root@helpdesk ~]# cat /etc/redhat-release
CentOS Linux release 6.0 (Final)
[root@helpdesk ~]# 
Sanchez
Znuny newbie
Posts: 7
Joined: 06 May 2011, 10:05
Znuny Version: 3.0.7
Real Name: Patryk

Re: OTRS 3.0.9 + CentOS 6.0 is good

Post by Sanchez »

Maybe this file is just a symbolic link? Or web user don't have permission to read from this file?
OTRS 3.0.8, openSUSE 11.4, Apache 2.2.17, PostgreSQL 9.0.3
AUPhil
Znuny newbie
Posts: 3
Joined: 11 Jul 2011, 06:04
Znuny Version: 3.0.9
Real Name: Phil Forrest
Company: Auburn Univ College of Sciences & Mathematics

Re: OTRS 3.0.9 + CentOS 6.0 is good

Post by AUPhil »

Sanchez wrote:Maybe this file is just a symbolic link? Or web user don't have permission to read from this file?
It is a symbolic link to /etc/centos-release which is world readable.

I filed a bug.
rudischmitz
Znuny newbie
Posts: 9
Joined: 07 Oct 2010, 01:38
Znuny Version: 2,3

Re: OTRS 3.0.9 + CentOS 6.0 is good

Post by rudischmitz »

I don't know if this will help troubleshoot but,

3.0.9 works fine in Scientific Linux 6 64-bit.
der_flix
Znuny newbie
Posts: 1
Joined: 03 Aug 2011, 14:10
Znuny Version: 3.0.9

Re: OTRS 3.0.9 + CentOS 6.0 is good

Post by der_flix »

AUPhil wrote::( Hah - spoke too soon. The support assessment package on 3.0.9 does not yet recognize CentOS 6.0:

Code: Select all

Software error:

No version because no distro. at /opt/otrs/Kernel/cpan-lib/Linux/Distribution.pm line 95.
For help, please send mail to the webmaster (admin@localhost), giving this error message and the time and date of the error.
Hi,

same prob here. I tried to add the two lines to /otrs/Kernel/cpan-lib/Linux/Distribution.pm as its shown here:
https://github.com/chorny/Linux-Distrib ... 616#diff-0
and it works partly for me so I can use support assessment now :o

but I get some erros:

Code: Select all

Check log for error log entries.
You have more error log entries: Support-1.2.6: /opt/otrs/Kernel/cpan-lib/Linux/Distribution.pm is different! ...
and:

Code: Select all

Check deployment of all packages.

Packages not correctly installed: Support 1.2.6; .
...but at least I can use support assessment now... :)
Sanchez
Znuny newbie
Posts: 7
Joined: 06 May 2011, 10:05
Znuny Version: 3.0.7
Real Name: Patryk

Re: OTRS 3.0.9 + CentOS 6.0 is good

Post by Sanchez »

You can try rebuild Support package.
- open Package Manager
- open Support package
- click "Rebuild package" button
- save .opm file in known location
- open .opm file in text editor
- change content of <Version> tag to something different (I'm usually adding .1 at the end of it)
- in Package Manager choose edited .opm file
- Install Package
OTRS should stop complaining about different files.
OTRS 3.0.8, openSUSE 11.4, Apache 2.2.17, PostgreSQL 9.0.3
Locked