fork: retry: No child processes

Installation and configuration.
Post Reply
nileshkute2016
Posts: 8
Joined: Thu Mar 08, 2018 1:38 pm
Location: Mumbai

fork: retry: No child processes

Post 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
Thanks and Regards,
Nilesh Kute.
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: fork: retry: No child processes

Post 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.
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
nileshkute2016
Posts: 8
Joined: Thu Mar 08, 2018 1:38 pm
Location: Mumbai

Re: fork: retry: No child processes

Post by nileshkute2016 »

Hi Timurhal,

I changed python3 to python2.
issue has been resolved.

Thanks,
Nilesh Kute.
Thanks and Regards,
Nilesh Kute.
Post Reply