I have several VMs on VMware 5.5
All have the same problem with nginx.
I manage to prepare VMs with CentOS 7, install Plesk 12, then start moving clients from old servers to these VMs. Old server was Cloud Linux 6 with Plesk 11.5
First 15-20 clients transfered fine. There's warning about python, but none of my client use that, so I just disable mod_python on new Plesk instances.
Problems start occured after +/- 20 domains (one server at the 18th, the other at the 20th, etc). All with the same error message:
Error during CLI Gate interface usage: transfer closed with outstanding read data remaining.
I tried increasing file open limit as on http://kb.odin.com/en/123174. No luck.
Then I found that the migration process always stuck while it restarts nginx, Because nginx always crashed with message:
*** glibc detected *** /usr/sbin/nginx: malloc(): memory corruption: 0x000000000nnnnnn ***
Searching on Odin KB, and I found this http://kb.odin.com/en/123691
That article says that it was software issue and this had been fixed on Plesk 12.
df -h shows that space was not a problem, all partition only used 2-4%, same as df -i says inode used only 3%. All VMs assigned 16GB ram, and there's a lot of free memory available.
What did I miss?
Any clue would be appreciated.
* I ended up disabling nginx proxy and only use apache. Hundreds of domains can be transferred without problems now to each VMs. Although it's okay to only use apache, but it would be nice if I can speed up things with nginx.
All have the same problem with nginx.
I manage to prepare VMs with CentOS 7, install Plesk 12, then start moving clients from old servers to these VMs. Old server was Cloud Linux 6 with Plesk 11.5
First 15-20 clients transfered fine. There's warning about python, but none of my client use that, so I just disable mod_python on new Plesk instances.
Problems start occured after +/- 20 domains (one server at the 18th, the other at the 20th, etc). All with the same error message:
Error during CLI Gate interface usage: transfer closed with outstanding read data remaining.
I tried increasing file open limit as on http://kb.odin.com/en/123174. No luck.
Then I found that the migration process always stuck while it restarts nginx, Because nginx always crashed with message:
*** glibc detected *** /usr/sbin/nginx: malloc(): memory corruption: 0x000000000nnnnnn ***
Searching on Odin KB, and I found this http://kb.odin.com/en/123691
That article says that it was software issue and this had been fixed on Plesk 12.
df -h shows that space was not a problem, all partition only used 2-4%, same as df -i says inode used only 3%. All VMs assigned 16GB ram, and there's a lot of free memory available.
What did I miss?
Any clue would be appreciated.
* I ended up disabling nginx proxy and only use apache. Hundreds of domains can be transferred without problems now to each VMs. Although it's okay to only use apache, but it would be nice if I can speed up things with nginx.