ListenAndServe Error: .listen tcp :9081: bind: address already in use app=meshery code=1010 probable-cause= severity=4 short-description="ListenAndServe Error" suggested-remediation= exit status 1 make: *** [Makefile:99: server] Error 1


Whenever doing make server its giving ERRO[2023-09-15T11:10:48+05:30] ListenAndServe Error: .listen tcp :9081: bind: address already in use app=meshery code=1010 probable-cause= severity=4 short-description=“ListenAndServe Error” suggested-remediation=
exit status 1
make: *** [Makefile:99: server] Error 1

Even running commands like sudo netstat -tuln | grep 9081 , sudo ss -tuln | grep 9081 , sudo lsof -i :9081 | grep LISTEN to find out the process id listening on port 9081, and it appears to be bound to the IPv6 address but wont able to get the process id so that i can terminate the process.