DODToreador
11th August 2005, 07:23
Hi,
I seem to have problems getting MM up and running
I get connection failed, I believe ive narrowed down the problem
Here is my mm_rcon file snip
===== Config =====
# The port to enable rcon on
mm_rcon.rconPort: 9786
# The IP to listen on
mm_rcon.rconIp "205.234.218.107"
# The basic admin password
mm_rcon.rconBasicPassword "somethinhere"
# The super admin password
mm_rcon.rconPassword "ourpasshere"
# The depth of the listen queue to use
mm_rcon.rconListenQueue 5
# Allow batching
mm_rcon.allowBatching 1
Here is the modmanager.log snip
[2005-08-11 01:48:59] Info: Module 'mm_logger' initialised
[2005-08-11 01:48:59] Info: Initialising Multiplay UK, ModManager v1.0
[2005-08-11 01:48:59] Info: Starting ModManager Rcon v1.7 on 0.0.0.0:4711
[2005-08-11 01:48:59] Error: Failed to bind rcon socket, only in-game rcon will be enabled ((10013, 'Permission denied'))
[2005-08-11 01:48:59] Error: Traceback (most recent call last):
File "admin/modules\mm_rcon.py", line 597, in openSocket
self.__socket.bind( ( self.__config['rconIp'] , self.__config['rconPort'] ) )
File "<string>", line 1, in bind
error: (10013, 'Permission denied')
Basically can't open 4711 for listening, which it shouldnt be able to as ive told it in the mm_rcon file to use 9786.. im feeling like i missed a config file somewhere...
Its not default.cfg thats changed too.
(default cfg file)
port = 9786
password = ourpasshere
ip = 205.234.218.107
# Uncomment to write debug to a file (resides in root BF2 dir)
# pythonlogfile = stdoutlogstuff.txt
Any ideas? I removed the modmanger files and reuploaded them and it looks like it is working it just wont bind to that port, which it shouldnt be trying to
anyways like I said above as ive told it not to. I'm using rcon only if that helps.
Thanks,
Tor
I seem to have problems getting MM up and running
I get connection failed, I believe ive narrowed down the problem
Here is my mm_rcon file snip
===== Config =====
# The port to enable rcon on
mm_rcon.rconPort: 9786
# The IP to listen on
mm_rcon.rconIp "205.234.218.107"
# The basic admin password
mm_rcon.rconBasicPassword "somethinhere"
# The super admin password
mm_rcon.rconPassword "ourpasshere"
# The depth of the listen queue to use
mm_rcon.rconListenQueue 5
# Allow batching
mm_rcon.allowBatching 1
Here is the modmanager.log snip
[2005-08-11 01:48:59] Info: Module 'mm_logger' initialised
[2005-08-11 01:48:59] Info: Initialising Multiplay UK, ModManager v1.0
[2005-08-11 01:48:59] Info: Starting ModManager Rcon v1.7 on 0.0.0.0:4711
[2005-08-11 01:48:59] Error: Failed to bind rcon socket, only in-game rcon will be enabled ((10013, 'Permission denied'))
[2005-08-11 01:48:59] Error: Traceback (most recent call last):
File "admin/modules\mm_rcon.py", line 597, in openSocket
self.__socket.bind( ( self.__config['rconIp'] , self.__config['rconPort'] ) )
File "<string>", line 1, in bind
error: (10013, 'Permission denied')
Basically can't open 4711 for listening, which it shouldnt be able to as ive told it in the mm_rcon file to use 9786.. im feeling like i missed a config file somewhere...
Its not default.cfg thats changed too.
(default cfg file)
port = 9786
password = ourpasshere
ip = 205.234.218.107
# Uncomment to write debug to a file (resides in root BF2 dir)
# pythonlogfile = stdoutlogstuff.txt
Any ideas? I removed the modmanger files and reuploaded them and it looks like it is working it just wont bind to that port, which it shouldnt be trying to
anyways like I said above as ive told it not to. I'm using rcon only if that helps.
Thanks,
Tor