everytime I restart the otrs server the otrs scheduler service fails to start on it's own.
I've tested with a clean installation of:
OTRS 3.1.4 / ITSM 3.1.4
SLES11SP1
I've added the otrs, apache2, mysql and otrs-scheduler-linux to the runlevels 3,5
However, after a restart the scheduler and cronjobs are inactive.
Code: Select all
crontab -u otrs -l
no crontab for otrs
ps -ef | grep /opt/otrs/
root 3458 3285 33 15:14 pts/0 00:00:00 grep /opt/otrs/
It seems like the init script can't load the scheduler:
Code: Select all
/etc/init.d/otrs-scheduler-linux start
Starting OTRS Scheduler done
/etc/init.d/otrs-scheduler-linux status
Checking for OTRS Scheduler ...not running
- stopping the otrs service
- starting the otrs scheduler with /opt/otrs/bin/otrs.Scheduler.pl -a start
- starting the otrs service again
Afterwards cronjobs+scheduler are running again and mails are fetched until the next restart.
Code: Select all
ps -ef | grep /opt/otrs/
root 3510 1 1 15:20 ? 00:00:26 /usr/bin/perl -w /opt/otrs/bin/otrs.Scheduler.pl -a start
Code: Select all
/etc/init.d/otrs-scheduler-linux status
Checking for OTRS Scheduler ...running 3510
Kind Regards,
Doskey