I'ts my first setup of OTRS. I installed the 4.0.9 with ITSM module on a Ubuntu 12.04 machine.
OTRS is runing fine, i can access GUI, but it says the scheduler is not running.
I came into console and then
Code: Select all
cd /opt/otrs/var/cron
sudo su otrs
for foo in *.dist; do cp $foo `basename $foo .dist`; done

Thanks for help.