Scheduler Not running otrs 4

Moderator: crythias

Locked
pudwill90
Znuny newbie
Posts: 7
Joined: 11 Sep 2014, 00:13
Znuny Version: 3.3.8
Real Name: Charles
Company: RegularGuy

Scheduler Not running otrs 4

Post by pudwill90 »

stuck on a little issue.

I have otrs 4 installed on a debian box. I keep getting the "scheduler is not running" message across the top. I have cron running and have removed the .dist from the cron jobs i need as well as the scheduler_watchdog that is recommended in the otrs for the error. I have pulled the crontab and it shows them all as running. have tried start|stop|restarting the cron but still no avail. All the automated jobs are working correctly but the error wont go away. any suggestions would be appreciated
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Scheduler Not running otrs 4

Post by reneeb »

Please have a look at the logs...
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
pudwill90
Znuny newbie
Posts: 7
Joined: 11 Sep 2014, 00:13
Znuny Version: 3.3.8
Real Name: Charles
Company: RegularGuy

Re: Scheduler Not running otrs 4

Post by pudwill90 »

All of the services are showing up and running but the otrs.Scheduler is spitting an error that it cannot write into the PID file. I tried adjusting the permission with chmod but it is still showing the error.
pudwill90
Znuny newbie
Posts: 7
Joined: 11 Sep 2014, 00:13
Znuny Version: 3.3.8
Real Name: Charles
Company: RegularGuy

Re: Scheduler Not running otrs 4

Post by pudwill90 »

I used the command

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


That seems to have fixed it.
Locked