Hi Jess,
/opt/kaltura/app/cache was already there with correct permissions
/opt/kaltura/var/run/ did not exist and I created it as mentioned above
The batch job didn't work, but it finally worked when I fixed $pid in /opt/kaltura/app/batch/scheduler/KGenericScheduler.class.php to the following as mentioned in other topic:
$pid = '/opt/kaltura/log/batch/batch.pid';
This same pid file file is shown in monitor.
Now I am happy that at least my server is working and I can add new content, however I have 2 minor issues:
- memcache is showing failed in monitor, however I can see it in ps and I can telnet into port 11211
- Analytic is not updating the video play counts. I can see play counts of my old videos however new ones are not populating even after 3 days.
Can anyone give any hint what could be wrong?
Thanks,
talhagithub