Search found 37 matches

by superkikim
Tue Sep 10, 2013 11:20 pm
Forum: Others
Topic: Cheers, the Friendly Server -Looking for settings
Replies: 0
Views: 3347

Cheers, the Friendly Server -Looking for settings

Hi folks,

It seems that Cheers is gone .... well, I'd like to create a server with the same settings. Would any one have them saved somewhere ?
by superkikim
Fri Jul 29, 2011 6:33 pm
Forum: Server Administration/Setup
Topic: Authentication Problem
Replies: 24
Views: 5421

Re: local authentication problem

I don't get why it says port 62238. This is not a port usually used by Armagetron. Unless there is something I don't know, and that is not documented on the wiki.

Try put

SERVER_PORT 4534

in your server_info.cfg file.
by superkikim
Thu Jul 22, 2010 10:12 am
Forum: Programming
Topic: Killing and restart of armagetron advanced dedicated server
Replies: 6
Views: 2699

Re: Killing and restart of armagetron advanced dedicated server

Ok, I sorted it out. Instead of using screen -S $f -X quit to kill my server game before to restart in case it is still running, I send "quit" to the armagetronad server, then I send CTRL-C to kill my loop: This is my "start" script. ./start start all my servers ./start servernam...
by superkikim
Thu Jul 22, 2010 9:08 am
Forum: Programming
Topic: Killing and restart of armagetron advanced dedicated server
Replies: 6
Views: 2699

Re: Killing and restart of armagetron advanced dedicated server

The idea is to restart the screen automatically if for any reason the server dies... That is why I've made the srv script below which is constantly running: #!/bin/bash arma="/etc/arma" screen -S $1 -X logtstamp on # print timestamps in log file logdir=$arma/servers/$1/logs test -d "$...
by superkikim
Fri Jul 16, 2010 10:28 pm
Forum: Programming
Topic: Killing and restart of armagetron advanced dedicated server
Replies: 6
Views: 2699

Re: Killing and restart of armagetron advanced dedicated server

Ok, I have found part of the problem... When I kill the screen session, it does not kill the contained processes .... Therefore, it means everytime I restart a server, in fact, it did not die, and I have multiple identical servers running :-( That explains things. So now the question is: How do I ki...
by superkikim
Fri Jul 16, 2010 10:24 pm
Forum: Programming
Topic: Killing and restart of armagetron advanced dedicated server
Replies: 6
Views: 2699

Killing and restart of armagetron advanced dedicated server

hi, I have a script running multiple servers using screen (as I explain in the wiki). The problem I have is that if I restart an arma server, when I kill it it does not free the port, and when it start again, it considers the port taken, and use the next one free, even by using the SERVER_PORT varia...
by superkikim
Wed May 06, 2009 9:33 pm
Forum: Server Administration/Setup
Topic: How to ban a dynamic ip?
Replies: 74
Views: 19154

Re: How to ban a dynamic ip?

Works perfectly :-) Tx a lot.

For the carriage return, CTRL-V then ENTER

It gives a litteral ^M which is correctly interpreted.

I will post my script as soon as I've made it.
by superkikim
Wed May 06, 2009 12:28 am
Forum: Server Administration/Setup
Topic: How to ban a dynamic ip?
Replies: 74
Views: 19154

Re: How to ban a dynamic ip?

Long time no news in here :-) All this thread is very interesting. Thank you for the inspiration. I'm using screen to run my multiple servers (Fast Track). Screen is able to make a log, and is able to send commands to the console. So I expected that it would be able to get a script running at each n...
by superkikim
Wed Jul 30, 2008 2:39 pm
Forum: Server Administration/Setup
Topic: screen killing the server?
Replies: 5
Views: 1819

Hi all,

Finally, I have sorted this out. As stated on another post, I've posted a guide on the Wiki:

http://wiki.armagetronad.net/index.php? ... x_computer

Feedback welcome.
by superkikim
Wed Jul 30, 2008 1:10 am
Forum: Server Administration/Setup
Topic: Multiple Linux Dedicated Servers... Howto posted in the wiki
Replies: 15
Views: 4451

Lucifer wrote:Doesn't look too bad. One minor note, though. If you build from a source release, you don't have to run bootstrap.sh, bootstrap.sh is only needed when building from a bzr branch.
Thank you for your feed back. I have corrected it.
by superkikim
Wed Jul 30, 2008 12:30 am
Forum: Server Administration/Setup
Topic: Multiple Linux Dedicated Servers... Howto posted in the wiki
Replies: 15
Views: 4451

Hi all. I have changed my scripts, and now, I can easily run and manage multiple servers. I have posted an article on the wiki explaining how. I'm not a king in scripting, but this works pretty well. Hope my scripting is not too dirty. http://wiki.armagetronad.net/index.php?title=Running_Multiple_Se...
by superkikim
Mon Jul 28, 2008 2:45 pm
Forum: The Pig Sty
Topic: Pig Sty Patch
Replies: 36
Views: 32394

Hi, I have tried to run my Fast Track Reloaded server with the pig-sty version. But nwo, when I try to connect with the client, it says my client needs un upgrade :-( I have no idea what could be the setting which gives this limitation :-( Any help welcome: Here are the settings: map_file Anonymous/...
by superkikim
Fri Jul 25, 2008 8:14 pm
Forum: Server Administration/Setup
Topic: screen killing the server?
Replies: 5
Views: 1819

Use DEDICATED_IDLE 0 if you want your server to run forever without quitting, or, better, launch them from a shell script that runs it over and over again. I have to create a script which launch screen which launch arma in a loop ... RIght now, my script launch screen which launch directly arma... ...
by superkikim
Fri Jul 25, 2008 4:58 pm
Forum: Server Administration/Setup
Topic: screen killing the server?
Replies: 5
Views: 1819

Hi.

I use GNU Screen for my arma servers. It works quite well, however, for an unknown reason, it kills the process after some hours, sometimes two or three days...

I have no clue why ! Would anyone know why ?

Cheers
by superkikim
Thu Jul 24, 2008 1:58 am
Forum: The Pig Sty
Topic: Pig Sty Patch
Replies: 36
Views: 32394

Great... It works..... Fast Track Euro CTF... I will personalize settings.... Another question: Is this version also working for any other standard server ? or do I need the original one I currently have a binary in my /bin directory for the original version. Can I just overwrite it with the Pig Sty...