You are not logged in.
Pages: 1
I have glpi installed on a CentOS 7 box, after the last update (to 0.85.x) the OCS-Link has problems.
Automatic Action "ocsng" keeps hanging.
It is configured to run every 5 minutes in mode CLI.
Cron job runs cron.php every 3 minutes.
Everytime it actually has some work to do, it fails. cron output is then something like this:
<script language=javascript>
NomNav = navigator.appName;
if (NomNav=='Konqueror') {
window.location='/srv/glpi/front/cron.php?tokonq=cwp9wy';
} else {
window.location='/srv/glpi/front/cron.php';
}
</script>
The tasks stays in status "running" until I cancel it manually via web interface.
If I set "run mode" to GLPI, the tasks won't run at all.
The only way to synchronize OCS-Data at the moment is manually syncing them - either via Tools -> OCS or by manually clicking "Execute" on the "ocsng" task.
Offline
Since the upgrade to GLPI 0.85x on Ubuntu 14.04.4LTS with working OCS-NG plugin we have the same problem.
Automatic job stays in "working" state and must be stopped manual. OCS-NG import have to be done manual.
Offline
Does anybody have an idea how to diagnose this? I have to unstuck the task twice a day.
Or is there a way to unstuck a task via the command line? maybe just patch the database with a cron job?
Offline
How do I file a bug?
Last edited by horihel (2015-06-24 10:58:15)
Offline
Bug is still present on GLPI 0.90 with OCSNG-Plugin 1.2.0
Offline
Pages: 1