FORUM
MANUAL
GET TREMULOUS
Tremulous forum
May 20, 2013, 04:06:12 PM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: Come Chat with us live! Learn how
HERE!
Home
Help
Search
Login
Register
T R E M U L O U S
>
Community
>
Servers
>
I need some help please with my server
Pages: [
1
]
Go Down
Print
Author
Topic: I need some help please with my server (Read 1934 times)
amy
Turrets: +0/-0
Posts: 4
I need some help please with my server
«
on:
November 05, 2008, 01:33:17 AM »
HI im hosting a server, and when the game ends the map just restarts, it doesnt go to my next map in the rotation, also when i connect there are 2 warnings
WARNING:Server is not allowed to set sv_wwwBaseURL=http://64.92.167.138/maps
WARNING:Server is not allowed to set sv_wwwDownload=1
I hope that someone can help me fix this problem as soon as possible thx
Logged
Death On Ice
Turrets: +126/-141
Posts: 1287
Re: I need some help please with my server
«
Reply #1 on:
November 05, 2008, 06:36:18 AM »
I think this is related to your server's startup command.
It should be something like:
'./tremded.ub +set dedicated 2 +set sv_wwwBaseURL=http://64.92.167.138/maps +set sv_wwwDownload=1 +exec server.cfg' (OSX)
'./tremded.x86 +set dedicated 2 +set sv_wwwBaseURL=http://64.92.167.138/maps +set sv_wwwDownload=1 +exec server.cfg' (Linux)
'tremded.exe +set dedicated 2 +set sv_wwwBaseURL=http://64.92.167.138/maps +set sv_wwwDownload=1 +exec server.cfg' (Windows)
Logged
Einstein
Turrets: +12/-2
Posts: 81
...
Re: I need some help please with my server
«
Reply #2 on:
November 05, 2008, 04:03:37 PM »
It would appear that you're doing a couple things wrong. First, post your maprotation.cfg here and tell us where it is: it may simply be incorrect syntax or in the wrong directory. Please when posting troubleshooting topics, include your operating system and server version. (For example, I'm on Ubuntu 8.10 x86_64, running FSM-Trem based on r138.) You should set most of the static settings, like your download stuff, when you first launch; I recommend making a server.cfg in your base folder and then simply adding an "+exec server.cfg" command line argument for this purpose. (See the example above by Death On Ice.)
Logged
Undeference
Tremulous Developers
Turrets: +122/-45
Posts: 1207
Ingar and carry on.
Re: I need some help please with my server
«
Reply #3 on:
November 05, 2008, 10:13:09 PM »
Quote from: amy on November 05, 2008, 01:33:17 AM
HI im hosting a server, and when the game ends the map just restarts, it doesnt go to my next map in the rotation
If your map rotation has any syntax errors, you should see "
ERROR:
"s after "
!readconfig:
" on the server console. In that case, do what Einstein said and post your maprotation.cfg. Otherwise, make sure you set g_initialmaprotation to the name of your map rotation (or use the maprotation command).
Quote
also when i connect there are 2 warnings
WARNING:Server is not allowed to set sv_wwwBaseURL=http://64.92.167.138/maps
WARNING:Server is not allowed to set sv_wwwDownload=1
I hope that someone can help me fix this problem as soon as possible thx
You can safely ignore that, but if it is annoying enough, you may consider using a different client. I believe most(?) of the "backport" clients will not make that warning.
Logged
Need help?
Ask intelligently.
If you find a solution on your own, please share it so others can benefit.
Quote from: tuple on February 15, 2008, 11:54:10 PM
Thats what we need, helpful players, not more powerful admins.
Looking for more
Tremulous maps
?
Einstein
Turrets: +12/-2
Posts: 81
...
Re: I need some help please with my server
«
Reply #4 on:
November 06, 2008, 01:10:35 AM »
Quote from: Undeference on November 05, 2008, 10:13:09 PM
[Y]ou may consider using a different client. I believe most(?) of the "backport" clients will not make that warning.
I'm confused... what does this have to do with her client? And while it is just a warning, not some fatal error, it's there for a reason; she's trying to set these variables after the server has already been started, on a server that doesn't support on-the-fly changes of these variables. This probably also means that they're not being set at all, so her server won't do what she expects it to do (namely, allow autodownloads from the Web site she specified). I don't know whether contemporary servers allow this, but either way, it is implied that this will go away if she approaches it a different way: she needs to set these at startup, by following either Death's or my instructions.
Logged
kevlarman
Turrets: +291/-295
Posts: 2737
Re: I need some help please with my server
«
Reply #5 on:
November 06, 2008, 01:39:04 AM »
Quote from: Einstein on November 06, 2008, 01:10:35 AM
Quote from: Undeference on November 05, 2008, 10:13:09 PM
[Y]ou may consider using a different client. I believe most(?) of the "backport" clients will not make that warning.
I'm confused... what does this have to do with her client? And while it is just a warning, not some fatal error, it's there for a reason; she's trying to set these variables after the server has already been started, on a server that doesn't support on-the-fly changes of these variables. This probably also means that they're not being set at all, so her server won't do what she expects it to do (namely, allow autodownloads from the Web site she specified). I don't know whether contemporary servers allow this, but either way, it is implied that this will go away if she approaches it a different way: she needs to set these at startup, by following either Death's or my instructions.
the variables are marked CVAR_SYSTEMINFO in tjw's client and most other updated clients, so the server IS allowed to set them, but the 1.1 client has no way of knowing it and takes the safer path of refusing to do it and printing a warning.
Logged
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----
Einstein
Turrets: +12/-2
Posts: 81
...
Re: I need some help please with my server
«
Reply #6 on:
November 06, 2008, 01:59:43 AM »
Quote from: kevlarman on November 06, 2008, 01:39:04 AM
Quote from: Einstein on November 06, 2008, 01:10:35 AM
I'm confused... what does this have to do with her client? [other pretty-much-garbage advice in retrospect]
the variables are marked CVAR_SYSTEMINFO in tjw's client and most other updated clients, so the server IS allowed to set them, but the 1.1 client has no way of knowing it and takes the safer path of refusing to do it and printing a warning.
*bows down to the coder* My apologies: I realized that I read the initial post incorrectly. I assumed that when she connected, the _server_ was the console that spit out those messages, not the client, so I proceeded to give an explanation based on that (stupid) presumption. I stand corrected! Thank you, kevlar, for being specific and enlightening me to the presence of CVAR_SYSTEMINFO, as well.
Logged
kevlarman
Turrets: +291/-295
Posts: 2737
Re: I need some help please with my server
«
Reply #7 on:
November 06, 2008, 02:25:18 AM »
Quote from: Einstein on November 06, 2008, 01:59:43 AM
*bows down to the coder* My apologies: I realized that I read the initial post incorrectly. I assumed that when she connected, the _server_ was the console that spit out those messages, not the client, so I proceeded to give an explanation based on that (stupid) presumption. I stand corrected! Thank you, kevlar, for being specific and enlightening me to the presence of CVAR_SYSTEMINFO, as well.
use the source, luke (preferably in combination with grep)
Logged
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----
Einstein
Turrets: +12/-2
Posts: 81
...
Re: I need some help please with my server
«
Reply #8 on:
November 06, 2008, 02:27:12 AM »
Actually, I've never grepped for error messages...
D'oh!
Logged
amy
Turrets: +0/-0
Posts: 4
Re: I need some help please with my server
«
Reply #9 on:
November 16, 2008, 08:42:21 AM »
okay
i am running on a Windows Vista,my map rotation is in,my map roation is on main, this is my rotation
Code:
rotation1
{
atcs
{
set g_humanBuildPoints 260
set g_alienBuildPoints 260
}
atcs
{
set g_humanBuildPoints 260
set g_alienBuildPoints 260
}
pushcannon_b3
{
set g_humanBuildPoints 260
set g_alienBuildPoints 260
}
atcs
{
set g_humanBuildPoints 260
set g_alienBuildPoints 260
}
atcs
{
set g_humanBuildPoints 260
set g_alienBuildPoints 260
}
rotcannon_b11
{
set g_humanBuildPoints 260
set g_alienBuildPoints 260
}
atcs
{
set g_humanBuildPoints 260
set g_alienBuildPoints 260
}
atcs
{
set g_humanBuildpoints 260
set g_humanBuildpoints 260
}
trempoline-b3
{
set g_humanBuildPoints 260
set g_alienBuildPoints 260
}
atcs
{
set g_humanBuildPoints 260
set g_alienBuildPoints 260
}
atcs
{
set g_humanBuildpoints 260
set g_humanBuildpoints 260
}
mission_one_b6
{
set g_humanBuildPoints 260
set g_alienBuildPoints 260
}
atcs
{
set g_humanBuildPoints 260
set g_alienBuildPoints 260
}
atcs
{
set g_humanBuildpoints 260
set g_humanBuildpoints 260
}
Logged
Undeference
Tremulous Developers
Turrets: +122/-45
Posts: 1207
Ingar and carry on.
Re: I need some help please with my server
«
Reply #10 on:
November 16, 2008, 10:34:29 AM »
Quote
ERROR: maprotation.cfg: failed to parse map rotation rotation1
ERROR: failed to parse maprotation.cfg file
Do you see a couple errors like that in the server console?
Is that your complete maprotation.cfg? That last "atcs" command section is missing a }.
It looks like you can do everything there with
mapconfigs
(should be a good link?).
«
Last Edit: November 16, 2008, 10:36:56 AM by Undeference
»
Logged
Need help?
Ask intelligently.
If you find a solution on your own, please share it so others can benefit.
Quote from: tuple on February 15, 2008, 11:54:10 PM
Thats what we need, helpful players, not more powerful admins.
Looking for more
Tremulous maps
?
Pages: [
1
]
Go Up
Print
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> Announcements
=> General Discussion
=> Troubleshooting
=> Feedback
=> Official Servers
-----------------------------
Community
-----------------------------
=> Servers
===> Server Admin Contacts
=> Clans
===> Individual Clan Threads
=> Strategies and Tactics
=> Mod Ideas and Desires
=> Off Topic
-----------------------------
Media
-----------------------------
=> Mapping Center
=> Map Releases
=> Modeling Center
=> Other Tremulous Media
-----------------------------
Mods
-----------------------------
=> Modding Center
=> Mod Releases
===> HUDs
===> Gameplay Changing
===> Non-Gameplay Changing
===> Tools and Utilities
Loading...