Page 1 of 1

fork: retry: No child processes

Posted: Mon Oct 04, 2021 8:40 am
by nileshkute2016
Hi,

I have installed CGRU 3.2.1 on CentOS Linux release 7.6.1810

When I execute $CGRU_LOCATION/start.sh I get the below error and it fails to start


/opt/cgru/start.sh
CGRU_VERSION 3.2.1 : '/opt/cgru'
/opt/cgru/bin/python: fork: retry: No child processes
/opt/cgru/bin/python: fork: retry: No child processes
/opt/cgru/bin/python: fork: retry: No child processes
/opt/cgru/bin/python: fork: retry: No child processes
/opt/cgru/bin/python: fork: retry: No child processes
/opt/cgru/bin/python: fork: retry: No child processes
/opt/cgru/bin/python: fork: retry: No child processes
/opt/cgru/bin/python: fork: retry: No child processes
/opt/cgru/bin/python: fork: Resource temporarily unavailable

The same is working fine in CGRU 3.2.0, please help /suggest

Re: fork: retry: No child processes

Posted: Mon Oct 04, 2021 8:53 am
by timurhai
Hi!
In there 2 lines:
https://github.com/CGRU/cgru/blob/maste ... hon.sh#L14

Code: Select all

      
      which python3 >& /dev/null
      [ "$?" = "0" ] && export CGRU_PYTHONEXE="python3"
Change python3 on python2, or install Python 3.

Feedback here about results, please.

Re: fork: retry: No child processes

Posted: Thu Oct 28, 2021 3:43 pm
by nileshkute2016
Hi Timurhal,

I changed python3 to python2.
issue has been resolved.

Thanks,
Nilesh Kute.