OTRS 3.0.9 + CentOS 6.0 is good
Moderator: crythias
-
- 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
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
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
-
- 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

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.
Code: Select all
[root@helpdesk ~]# cat /etc/redhat-release
CentOS Linux release 6.0 (Final)
[root@helpdesk ~]#
Re: OTRS 3.0.9 + CentOS 6.0 is good
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
-
- 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
It is a symbolic link to /etc/centos-release which is world readable.Sanchez wrote:Maybe this file is just a symbolic link? Or web user don't have permission to read from this file?
I filed a bug.
-
- Znuny newbie
- Posts: 9
- Joined: 07 Oct 2010, 01:38
- Znuny Version: 2,3
Re: OTRS 3.0.9 + CentOS 6.0 is good
I don't know if this will help troubleshoot but,
3.0.9 works fine in Scientific Linux 6 64-bit.
3.0.9 works fine in Scientific Linux 6 64-bit.
Re: OTRS 3.0.9 + CentOS 6.0 is good
Hi,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.
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

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! ...
Code: Select all
Check deployment of all packages.
Packages not correctly installed: Support 1.2.6; .

Re: OTRS 3.0.9 + CentOS 6.0 is good
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.
- 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