AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HLstatsX:CE (https://forums.alliedmods.net/forumdisplay.php?f=156)
-   -   HLX:CE Address already in use problem (https://forums.alliedmods.net/showthread.php?t=296061)

Veksi8 04-11-2017 09:26

HLX:CE Address already in use problem
 
When I try to perl hlstats.pl it says that my udp socket on port 27500 is already in use. Then I see this: https://gyazo.com/360bd81859e20e1ff58d326964fe8f82

I try to stop it with command ./run_hlstats stop 27500 but it says no daemons found running, or PID files are missing. What am i doing wrong? :o

h3bus 04-11-2017 10:40

Re: HLX:CE Address already in use problem
 
Try this command to find who is listening on 27500:
Code:

netstat -lup | grep 27500
Then kill that process.

Veksi8 04-11-2017 16:26

Re: HLX:CE Address already in use problem
 
Quote:

Originally Posted by h3bus (Post 2511240)
Try this command to find who is listening on 27500:
Code:

netstat -lup | grep 27500
Then kill that process.

Well I killed it through hlstatsx control panel so no worries but thanks anyway and btw I'm beginner and dont know yet how to kill processes on ubuntu :/ Still looking help cos my rank / top10 commands dont work


All times are GMT -4. The time now is 03:42.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.