Scheduler is not running. ISO install

Moderator: crythias

Locked
gregorywest
Znuny newbie
Posts: 1
Joined: 17 Apr 2014, 16:56
Znuny Version: 3.3.1
Real Name: Gregory West
Company: DB&W Systems Limited

Scheduler is not running. ISO install

Post by gregorywest »

I installed the ISO appliance, but for some reason I am getting the error message "Scheduler is not running"

How do I fix this?
IvanTasso
Znuny newbie
Posts: 6
Joined: 03 Jun 2014, 19:23
Znuny Version: 3.3.7
Real Name: Ivan

Re: Scheduler is not running. ISO install

Post by IvanTasso »

I´ve got the same error my version is 3.3.7 appliance.
I saw some things here but none help me ... i´ve got this msg error OTRS-otrs.Scheduler-36 Can not write into the PID file:'/opt/otrs/var/run/scheduler.pid'! Permission denied

I already tried to run this : bin/otrs.SetPermissions.pl --otrs-user=otrs --otrs-group=otrs --web-user=apache --web-group=apache /opt/otrs
BUT it says that apache user doesn´t exists.

I tried others solutions but still the same. for example try to copy the daemon on init.d there is no OTRS-SCHEDULER* on otrs folder.

Someone could help me plz ?
IvanTasso
Znuny newbie
Posts: 6
Joined: 03 Jun 2014, 19:23
Znuny Version: 3.3.7
Real Name: Ivan

Re: Scheduler is not running. ISO install

Post by IvanTasso »

System events shown this :

Tue Jun 3 17:50:02 2014 error OTRS-otrs.Scheduler-97 Process could not be found in the process table!
Tue Jun 3 17:50:02 2014 error OTRS-otrs.Scheduler-97 Can not write into the PID file:'/opt/otrs/var/run/scheduler.pid'! Permission denied
Tue Jun 3 17:50:01 2014 error OTRS-otrs.Scheduler-97 Scheduler could not delete PID file:'/opt/otrs/var/run/scheduler.pid'! Permission denied
IvanTasso
Znuny newbie
Posts: 6
Joined: 03 Jun 2014, 19:23
Znuny Version: 3.3.7
Real Name: Ivan

Re: Scheduler is not running. ISO install

Post by IvanTasso »

Hi Guys,

I´ve fixed that, the solution is :

bin/otrs.SetPermissions.pl --otrs-user=otrs --otrs-group=otrs --web-user=www-data --web-group=www-data /opt/otrs


Because on the appliance instalation the we user is not apache so its needed to run the permission using www-data
gloowee
Znuny newbie
Posts: 5
Joined: 08 Sep 2014, 16:15
Znuny Version: 3.3.8
Real Name: Terry

Re: Scheduler is not running. ISO install

Post by gloowee »

IvanTasso wrote:Hi Guys,

I´ve fixed that, the solution is :

bin/otrs.SetPermissions.pl --otrs-user=otrs --otrs-group=otrs --web-user=www-data --web-group=www-data /opt/otrs


Because on the appliance instalation the we user is not apache so its needed to run the permission using www-data


Where do you run this command?
OTRS 3.3.9 appliance 1.0.9
Locked