• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux Wtf ?

Lbtg

Advanced OT User
Joined
Nov 22, 2008
Messages
2,398
Reaction score
165
(Error - void ServicePort::open(IPAddressList, uint16_t)) NETWORK: Address already in use

first i see this error. its posible that becouse of this server server can get off/crash ?

any ideas how to fix it ?
 
try to 'kill' the process

it will show u the processes that are running
Code:
ps ux
find the right PID then use
Code:
kill -9 PID
im not sure if this gonna work
:P
 
Back
Top