Author Topic: Server not listed on master server.  (Read 1266 times)

I rent a server running Ubuntu 10.10 and have managed to get a Blockland dedicated server to run using wine over a remote VNC connection, however it is unable to successfully post to the master server, yet I can still join by connection to the IP. Is this common in ubuntu installs? Is there a fix for this?

Join it by IP and then it should show up on the master server, even after you leave.


It must be a problem with Blockland on Ubuntu then.

webcom_postserver();

webcom_postserver();
If it didn't work automatically, then what would doing it again do different to fix it?

Bump because I relly need a solution :(

Double post:

I performed a trace while webcom_postserver();, and this is what I got:
Code: [Select]
Entering WebCom_PostServer()
   Posting to master server
   Entering [RTBS_Authentication]postServerTCPObj::connect(postServerTCPObj, master2.blockland.us:80)
      Entering RTBSA_Post()
         Entering RTBSA_getServerType()
         Leaving RTBSA_getServerType() - return Multiplayer
         Entering RTBSA_getPlayerList()
         Leaving RTBSA_getPlayerList() - return Fluffy;86.137.88.37;0;2
         Entering RTBSA_SendRequest(POST, 1, 28000, 1, Fluffy;86.137.88.37;0;2)
            Entering RTB_Switchboard::placeCall(RTB_SB_SA, 1, POST, 28000^1^Fluffy%3B86.137.88.37%3B0%3B2^^^^^^^^)
               Entering RTB_Switchboard::getLineSocket(RTB_SB_SA, 1)
               Leaving RTB_Switchboard::getLineSocket() - return 4159
               Entering RTB_Switchboard::getLineSocket(RTB_SB_SA, 1)
               Leaving RTB_Switchboard::getLineSocket() - return 4159
               Entering RTB_Switchboard::getLineSocket(RTB_SB_SA, 1)
               Leaving RTB_Switchboard::getLineSocket() - return 4159
               Entering RTB_CallQueue::push(4160, POST, 28000^1^Fluffy%3B86.137.88.37%3B0%3B2^^^^^^^^)
                  Entering TCPObject::plug(4159, POST, 28000^1^Fluffy%3B86.137.88.37%3B0%3B2^^^^^^^^)
                     Entering TCPObject::activateLine(4159)
                     Leaving TCPObject::activateLine() - return
                  Leaving TCPObject::plug() - return
               Leaving RTB_CallQueue::push() - return
            Leaving RTB_Switchboard::placeCall() - return
         Leaving RTBSA_SendRequest() - return
         Posting to rtb server
      Leaving RTBSA_Post() - return
   Leaving [RTBS_Authentication]postServerTCPObj::connect() - return
Leaving WebCom_PostServer() - return 479915
Entering postServerTCPObj::onConnected(51725)
Leaving postServerTCPObj::onConnected() - return
Entering postServerTCPObj::onLine(51725, HTTP/1.1 200 OK)
Leaving postServerTCPObj::onLine() - return
Entering postServerTCPObj::onLine(51725, Date: Mon, 11 Jul 2011 20:14:11 GMT)
Leaving postServerTCPObj::onLine() - return
Entering postServerTCPObj::onLine(51725, Server: Apache/2.2.3 (Red Hat))
Leaving postServerTCPObj::onLine() - return
Entering postServerTCPObj::onLine(51725, X-Powered-By: PHP/5.1.6)
Leaving postServerTCPObj::onLine() - return
Entering postServerTCPObj::onLine(51725, Vary: Accept-Encoding)
Leaving postServerTCPObj::onLine() - return
Entering postServerTCPObj::onLine(51725, Content-Length: 23)
Leaving postServerTCPObj::onLine() - return
Entering postServerTCPObj::onLine(51725, Connection: close)
Leaving postServerTCPObj::onLine() - return
Entering postServerTCPObj::onLine(51725, Content-Type: text/html)
Leaving postServerTCPObj::onLine() - return
Entering postServerTCPObj::onLine(51725, )
Leaving postServerTCPObj::onLine() - return
Entering postServerTCPObj::onLine(51725, FAIL No user, no host)
   No user/host entry in master server, re-sending authentication request
   Entering auth_Init_Server()
      Authentication: Sending Initial Request...
   Leaving auth_Init_Server() - return 0
Leaving postServerTCPObj::onLine() - return 0
Entering [RTBH_Support]TCPObject::onDisconnect(51725)
Leaving [RTBH_Support]TCPObject::onDisconnect() - return 51725

Can anyone notice any errors?

Quote
No user/host entry in master server, re-sending authentication request

Join the server via IP, type webcom_postserver(); in the console, then leave and check the master server list.


Is there a way to send the server data to the master server through a php script?

Bump due to importance :(

No edit ?? :(
Quadrupal post (new record for me):

The ip sent by RTB is not the IP of the server, but the IP of my desktop computer. Why is this?
Code: [Select]
Entering RTB_CallQueue::push(4160, POST, 28000^1^Fluffy%3B86.137.88.37%3B0%3B2^^^^^^^^)