OTRS 6.0 - /opt/otrs/bin/c CPU usage
Hi everyone,
On OTRS 6.0, the /opt/otrs/bin/c processus use 100% when login to otrs/index.pl :
3104 apache 20 0 441496 79904 6308 R 100.0 0.2 0:06.05 /opt/otrs/bin/c
The web page is displayed after 4.1 min, after than process /opt/otrs/bin/c is finished and OTRS respond quickly.
I don't kown if correlation exist, but I found this old threads :
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821848 https://access.redhat.com/security/cve/cve-2015-8853
I use perl v5.16.3 on CentOS 7.6
If the problem concerne perl version (regex issue), what the best practice to upgrade version (not in the official repo) ?
By scl, Redhat write "Unfortunately, it’s not easy to solve these issues, because we would lose the ability to not influence the base system underneath, the main feature of Software Collections technology." By compilation (cpan...), broke yum dependance and install many build packages
OTRS Perl script use #!/usr/bin/perl shebang.
Thank in advance