Hello,
I am running current Mangos allong with some patches on my Ubuntu 9.04 machine.
When I start mangos-worldd I get following error(s):
WORLD: World initialized
SERVER STARTUP TIME: 0 minutes 10 seconds
Max allowed socket connections 1024
Failed to open acceptor ,check if the port is free
Failed to start network
mangos>[1 ms] SQL: UPDATE characters SET online = 0 WHERE online<>0
[1 ms] SQL: UPDATE realmlist SET realmflags = realmflags & ~(2), population = 0, realmbuilds = '12340 ' WHERE id = '1'
[0 ms] SQL: UPDATE character_battleground_data SET instance_id = 0
[0 ms] SQL: UPDATE realmlist SET realmflags = realmflags | 2 WHERE id = '1'
[0 ms] SQL: UPDATE account SET active_realm_id = 0 WHERE active_realm_id = '1'
Halting process...
Anyone has any idea how to increase these "Max allowed socket connections"?
I found out, that the value comes from ACE::max_handles, maybe it helps.
Sincerly, Iowahc