I'm in the testing process of setting up a single server Carbonio, unfortunately I've hit a problem.
When I start Carbonio it gives the following error:
Starting proxy...Failed. Starting proxy...nginx: [emerg] bind() to 127.78.0.21:10000 failed (98: Address already in use) nginx: [emerg] bind() to 127.78.0.21:10000 failed (98: Address already in use) nginx: [emerg] bind() to 127.78.0.21:10000 failed (98: Address already in use) nginx: [emerg] bind() to 127.78.0.21:10000 failed (98: Address already in use) nginx: [emerg] bind() to 127.78.0.21:10000 failed (98: Address already in use) nginx: [emerg] still could not bind() failed.
I can't seem to find what is causing it to give that error, can anyone point me in the right direction?
Regards
Bill
did you try to stop Carbonio and see if there is any other process using that door?
zmcontrol stop netstat -putan | grep 10000
Hi anuhac
Thanks for your post, it was a stupid error on my part. I did say this was a 'clean install' but I completely forgot that I did my usual routine of installing webmin as well and... it uses port 10000. When it first got the 'error' of port 10000 I looked and all I found were two running perl modules so I thought this might have been a carbonio module as it uses a lot of perl and totally forgot about webmin.
Now time to see how Carbonio works. 🙂
@phoenix a tip in addition to what anahuac wrote, even with Carbonio running, you can pick the PIDs of the output and run
ps wwwp <list of pids>
This will show the full command line, including all options, of the running processes
As I mentioned, it was a stupid oversight on my part but thanks for the tip. 👍