Install issues on CentOS 6.6

Moderator: crythias

Locked
rose
Znuny newbie
Posts: 1
Joined: 20 Feb 2015, 13:05
Znuny Version: 4.0.5
Real Name: sumsu
Company: verture technosys

Install issues on CentOS 6.6

Post by rose »

Hello All,

I am not able to install otrs latest version 4.0.5 in centos (6.6) ,
apache,mysql services are running,and all perl packages also installed
but http://xxxx/otrs/ installer.pl is not opening and it is directly downloading as well as i am getting system error like
Message: mkdir /opt/otrs/var/tmp/CacheFileStorable/TemplateProvider/6: Permission denied at /opt/otrs//Kernel/System/Cache/FileStorable.pm line ..
Then if i give otrs permission bin/otrs.SetPermissions.pl --otrs-user=otrs --web-user=apache --otrs-group=apache --web-group=apache /opt/otrs it showing like...
Unknown option: web-user
Unknown option: otrs-group
Setting permissions on /opt/otrs
Can anyone help in this issue?

With Regards,
Rose
eandrex
Znuny expert
Posts: 213
Joined: 04 Nov 2012, 23:58
Znuny Version: OTRS 4.x
Real Name: Esteban
Company: NORTON DE COLOMBIA

Re: Install issues on CentOS 6.6

Post by eandrex »

Well, for otrs 4.0 it is only

Code: Select all

otrs.SetPermissions.pl --web-group=apache --otrs-user=otrs /opt/otrs
wurzel
Znuny guru
Posts: 3274
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Install issues on CentOS 6.6

Post by wurzel »

Hi,

if you use rpm installer, the permissions should be set correctly.

And eandrex is right. The syntax

Code: Select all

otrs.SetPermissions.pl --web-group=apache /opt/otrs
is sufficient (see http://otrs.github.io/doc/manual/admin/ ... -otrs.html Step 7)


Flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
Locked