Thursday 30 June 2016

Nginx Port already in use

Nginx Port already in use

Starting nginx...nginx: [emerg] bind() to 0.0.0.0:143 failed (98: Address already in use)


If this issue is bothering you never take much worry about that just you have to do simple 2 commands that will give you a solution.

Command 1

netstat -lnp |grep :143

Result

udp        0      0 0.0.0.0:143                 0.0.0.0:*                               1736/portreserve

Command 2

kill -9 1736

Result

Success.


No comments:

Post a Comment

Permanent hostname setup for RHEL7

Step 1 Set the host name on NMTUI tool like following nmtui set host name   then save and exit Step 2 add the following l...