Problem with dedicated server, 1.0.4, Linux

Discussion related to Turbo Sliders and beta version feedback.

Moderator: Forum Moderators

Post Reply
User avatar
EA
Posts: 3
Joined: Tue May 17, 2005 11:51 am

Problem with dedicated server, 1.0.4, Linux

Post by EA » Tue May 17, 2005 12:07 pm

Hi!
Yesterday i decided to start a dedicated server on a Linux box i have at home, but i ran into some trouble:

1: The sliders.linux.static binary could not connect to master server for some reason (Connect fail or something like that), sliders.linux worked though...but to get that binary to work I had to install a X-server. :?

2: Now it is up and running and seems to work fine, but the server info is not displayed on the master server (in the list in the client), but it is displayed when one has joined in to the server if I run /info, and becomes visible in list if it is set in admin mode when joined to the server. Setting it in macros.ini does not seem to work, I have tried to place it the ServerStart macro and the Reg macro, I belived that would work...but no...all that is displayed on the master server i a dot.

What to do? The first issue is not a problem anymore but the second is...

captainpotato
Community User Level: 1
Community User Level: 1
Posts: 42
Joined: Sun Jan 02, 2005 11:30 am
Contact:

Re: Problem with dedicated server, 1.0.4, Linux

Post by captainpotato » Tue May 17, 2005 1:01 pm

EA wrote:Hi!
1: The sliders.linux.static binary could not connect to master server for some reason (Connect fail or something like that), sliders.linux worked though...but to get that binary to work I had to install a X-server. :?
You shouldn't need to do this, as I have run a server on a headless box. Did you run it as an autoserver?
EA wrote: 2: Now it is up and running and seems to work fine, but the server info is not displayed on the master server (in the list in the client), but it is displayed when one has joined in to the server if I run /info, and becomes visible in list if it is set in admin mode when joined to the server. Setting it in macros.ini does not seem to work, I have tried to place it the ServerStart macro and the Reg macro, I belived that would work...but no...all that is displayed on the master server i a dot.
Hmmm. Cannot help with this one. The only problem I've ever had was firewall-related. Once I get my headless server out of storage (I'm moving house), I'll take another look at my config for you if the problem persists.

Guest

Re: Problem with dedicated server, 1.0.4, Linux

Post by Guest » Tue May 17, 2005 1:32 pm

captainpotato wrote: You shouldn't need to do this, as I have run a server on a headless box. Did you run it as an autoserver?
Yes...

Code: Select all

./sliders.linux -autoserver 1 &
also added the file autoserver.lck in sliders dir.
captainpotato wrote: Hmmm. Cannot help with this one. The only problem I've ever had was firewall-related. Once I get my headless server out of storage (I'm moving house), I'll take another look at my config for you if the problem persists.
That would be great, here is mine macros.ini, if anyone see anything strange in it, feel free to point that out...

Code: Select all

Begin Example
/say This is an example macro.
End

Begin ShowSettings
/tracks
/laps
/car
/ghostrace
/order
/points
End

Begin ServerStart
/master 1
/info http://test.vimio.com/sliders
End

Begin Reg
/maxplayers 20
/autotime /raceend 5
/autotime /raceidle 100
/autotime /car 15
/say Automatic server starting a new cup.
/autotime /reg 45
/tracks /clear
/tracks /addrnd 10
/promode 1
/order 2
/fixedcar 1
/car slider
/laps 3
/info http://test.vimio.com/sliders
End

Begin Cup
/autotime /cup 30
End

Begin RaceInit
/autotime /raceinit 30
End

Begin RaceEnd
End

Begin CupEnd
/say The cup has ended.
/autotime /cupend 30
End

User avatar
EA
Posts: 3
Joined: Tue May 17, 2005 11:51 am

Post by EA » Tue May 17, 2005 1:34 pm

I am the guest above....forgot to log in :)

User avatar
Ande
Game Developer
Game Developer
Posts: 487
Joined: Thu Oct 14, 2004 9:43 pm

Post by Ande » Thu May 19, 2005 10:15 am

Unfortunately, there are DNS problems using static version on some machines and not being able to connect the master server is exactly what happens then. It's good to hear you got it to work anyway, it is a bit bad that it requires X, though.

And yes, there actually was a bug in master server system that made /info not to work correctly in macros. I slightly modified the master server and it should now work. Let me know if it still doesn't. StartServer would be the best macro to put it in. Another possibility would be to use sliders.ini but then you must restart the server for the change to take effect.

User avatar
EA
Posts: 3
Joined: Tue May 17, 2005 11:51 am

Post by EA » Thu May 19, 2005 10:42 am

Works now! :D
Thanks for the support!

Post Reply