[DiscordArchive] seems something is binding to your port alread. use canyouseeme.org and see if there is a service ru
[DiscordArchive] seems something is binding to your port alread. use canyouseeme.org and see if there is a service ru
Archived author: WireLiteSoftGames • Posted: 2021-06-04T00:50:22.656000+00:00
Original source
seems something is binding to your port alread. use canyouseeme.org and see if there is a service running on that port?
Archived author: WireLiteSoftGames • Posted: 2021-06-04T00:51:26.915000+00:00
Original source
im guessing the port is instance socket?
Archived author: WireLiteSoftGames • Posted: 2021-06-04T00:51:59.491000+00:00
Original source
have you tried recompiling your core?
Archived author: codemaster • Posted: 2021-06-04T00:53:04.507000+00:00
Original source
I did yes, at least yesturday. I can do it again now and give it a shot. Let me see what I can find on the cysm site.
Archived author: WireLiteSoftGames • Posted: 2021-06-04T00:55:51.878000+00:00
Original source
i suck at linux but in windows there is a command to see what ports are bound i have no clue how to do that in linux if anyone could help thank you
Archived author: codemaster • Posted: 2021-06-04T01:03:44.437000+00:00
Original source
`sudo lsof -i -P -n | grep LISTEN` That seems to have a similar output to netstat -an (which ever windows options they are)
Archived author: codemaster • Posted: 2021-06-04T01:04:38.555000+00:00
Original source
I have 8086/3306 are listed at least, along with some others for different services.