Jekyll was working fine for me few weeks back but now all of a sudden it gives me the following error:
TCPServer Error: Address already in use - bind(2) INFO
we can user fuser command
fuser -k 3000/tcp
Check that you don't have another terminal open where you are already running a server. If that is the case, do a CTRL-C to shutdown the server, and that will free the port/address.