Carbonio Proxy not ...
 
Notifications
Clear all

Carbonio Proxy not starting...

5 Posts
3 Users
3 Likes
484 Views
(@phoenix)
Joined: 10 years ago
Posts: 98
Topic starter  

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

 


   
Quote
(@anahuac)
Joined: 11 months ago
Posts: 306
 

did you try to stop Carbonio and see if there is any other process using that door?

zmcontrol stop

netstat -putan | grep 10000

 

 


   
ReplyQuote
(@phoenix)
Joined: 10 years ago
Posts: 98
Topic starter  

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. 🙂


   
anahuac reacted
ReplyQuote
(@stefanodavid)
Joined: 3 years ago
Posts: 153
 

@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


   
ReplyQuote
(@phoenix)
Joined: 10 years ago
Posts: 98
Topic starter  

@stefanodavid 

As I mentioned, it was a stupid oversight on my part but thanks for the tip. 👍 


   
stefanodavid reacted
ReplyQuote