Patricia Carrasco (pcar)2018-08-14 22:33 Not sure if this issue is related to request #11850. We are still experiencing this issue after installing Tuleap 10.3. The issue occurs on newly created repos.
sepideh javdani (esepjav)2018-07-31 14:03 [root@eselivm2v692l ~]# cd /etc/opt/rh/rh-php56/php-fpm.d/ [root@eselivm2v692l php-fpm.d]# ls -ltr total 140 -rw-r--r-- 1 root root 18613 Oct 17 2017 www.conf.org -rw-r--r-- 1 root root 19170 Oct 17 2017 www.conf.rpmsave -rw-r--r-- 1 root root 19358 Nov 20 2017 www.conf.preans -rw-r--r-- 1 root root 19083 Apr 3 16:42 tuleap.conf.bkp -rw-r--r-- 1 root root 19148 Apr 3 17:35 www.conf.orig -rw-r--r-- 1 root root 19083 Apr 9 16:42 tuleap.conf.bk -rw-r--r-- 1 root root 19148 Apr 10 17:56 www.conf [root@eselivm2v692l php-fpm.d]# more www.conf | grep time ; be alive at the same time. ; can be alive at the same time. ; pm.process_idle_timeout - The number of seconds after which ;pm.process_idle_timeout = 10s; ; start time - the date and time FPM has started; ; max children reached - number of times, the process limit has been reached, ; Value are updated in real time. ; start time: 01/Jul/2011:17:53:49 +0200 ; start time - the date and time the process has started; ; start time: 01/Jul/2011:17:53:49 +0200 ; Note: There is a real-time FPM status monitoring sample web page available ; %d: time taken to serve the request ; %t: server time the request was received ; it can accept a strftime(3) format: ; %T: time the log has been written (the request has finished) ; it can accept a strftime(3) format: ; Note: slowlog is mandatory if request_slowlog_timeout is set ; The timeout for serving a single request after which a PHP backtrace will be ;request_slowlog_timeout = 0 ; The timeout for serving a single request after which the worker process will ; be killed. This option should be used when the 'max_execution_time' ini option ;request_terminate_timeout = 0 ; process time (several ms). php_value[date.timezone] = Europe/Stockholm [root@eselivm2v692l php-fpm.d]#
Thomas Gerbet (tgerbet)2018-07-31 08:50 Hello, I just tried to reproduce the issue on my side but it seems fine. Can you please tell us what timezone your PHP-FPM server uses (you can find that in /etc/opt/rh/rh-php56/php-fpm.d/tuleap.conf) and what was your test scenario?