You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2018-05-10 18:55:47

cdnnhicks
Member
Registered: 2018-05-10
Posts: 1

GLPI Cron not running

I've just installed GLPI with FusionInventory on Ubuntu. Everything went well, except that I'm getting an error "GLPI cron not running, see documentation". I've added the following line to my server:

* * * * * /usr/bin/php5 /var/www/glpi/front/cron.php &>/dev/null

But the error doesn't go away.

I'm not sure if its related at all, but my FusionInventory doesn't appear under a "Plugins" drop-down menu at the top. It is listed under "Administration".

Information about system installation and configuration

GLPI 9.2.3 ( => /var/www/glpi)
Installation mode: TARBALL

Server

Operating system: Linux GLPI 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64
PHP 7.0.28-0ubuntu0.16.04.1 apache2handler (Core, PDO, Phar, Reflection, SPL, SimpleXML, Zend OPcache, apache2handler, apcu,
    calendar, ctype, curl, date, dom, exif, fileinfo, filter, ftp, gd, gettext, hash, iconv, imap, json, ldap, libxml, mbstring,
    mysqli, mysqlnd, openssl, pcre, pdo_mysql, posix, readline, session, shmop, sockets, standard, sysvmsg, sysvsem, sysvshm,
    tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zlib)
Setup: max_execution_time="30" memory_limit="128M" post_max_size="8M" safe_mode="" session.save_handler="files"
    upload_max_filesize="2M"
Software: Apache/2.4.18 (Ubuntu) (Apache/2.4.18 (Ubuntu) Server at 172.18.101.181 Port 80)
    Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36
Server Software: (Ubuntu)
    Server Version: 5.7.22-0ubuntu0.16.04.1
    Server SQL Mode:
    Parameters: glpi@localhost/glpi
    Host info: Localhost via UNIX socket
   
mysqli extension is installed
ctype extension is installed
fileinfo extension is installed
json extension is installed
mbstring extension is installed
zlib extension is installed
curl extension is installed
gd extension is installed
simplexml extension is installed
xml extension is installed
ldap extension is installed
imap extension is installed
Zend OPcache extension is installed
APCu extension is installed
xmlrpc extension is installed
OK/var/www/glpi/config : OK
OK/var/www/glpi/files : OK
OK/var/www/glpi/files/_dumps : OK
OK/var/www/glpi/files/_sessions : OK
OK/var/www/glpi/files/_cron : OK
OK/var/www/glpi/files/_graphs : OK
OK/var/www/glpi/files/_lock : OK
OK/var/www/glpi/files/_plugins : OK
OK/var/www/glpi/files/_tmp : OK
OK/var/www/glpi/files/_cache : OK
OK/var/www/glpi/files/_rss : OK
OK/var/www/glpi/files/_uploads : OK
OK/var/www/glpi/files/_pictures : OK
OK/var/www/glpi/files/_log : OK
Web access to the files directory should not be allowed
Check the .htaccess file and the web server configuration.

Offline

#2 2018-05-11 14:38:00

KKAdmin
Member
From: Germany
Registered: 2010-03-05
Posts: 959

Re: GLPI Cron not running

http://wiki.glpi-project.org/doku.php?i … ig:crontab
* * * * * could not work
You have to use something like
*/1 * * * *
or
*/2 * * * *
or
*/5  * * * *


You can mark this threat as [resolved] in subject of your threat. (This is only available edit of the first post.) It is good for users who help others to quickly see which post is still open.
##############################################
GLPI 9.3.3

Offline

Board footer

Powered by FluxBB