hosting a server on ubuntu

For all the help you need with Armagetron!
Post Reply
User avatar
<(@_o)>
On Lightcycle Grid
Posts: 26
Joined: Thu Feb 22, 2007 10:27 am
Location: USA

hosting a server on ubuntu

Post by <(@_o)> »

so i was trying to host a dedicated server on ubuntu and im having some problems, probably just stupid ones but i need some help

Image
-i downloaded the linux bin package and put it on my desktop

Image
so i did...

Image

??
CuRbSidE
User avatar
kyle
Reverse Outside Corner Grinder
Posts: 1963
Joined: Thu Jun 08, 2006 3:33 pm
Location: Indiana, USA, Earth, Milky Way Galaxy, Universe, Multiverse
Contact:

Post by kyle »

who runs tron as root and tron is not in /etc/init.d/
try using a command instead of a path
User avatar
ivantis
Round Winner
Posts: 269
Joined: Mon Mar 03, 2008 2:33 pm
Contact:

Post by ivantis »

you shouldnt download that one, but you should get it from the ubuntu package server. do the command

Code: Select all

sudo apt-get install armagetron-server
then the command

Code: Select all

armagetron-server
the config is kept in /var/games/armagetron-dedicated or something like that
Image
Image
Image
User avatar
<(@_o)>
On Lightcycle Grid
Posts: 26
Joined: Thu Feb 22, 2007 10:27 am
Location: USA

Post by <(@_o)> »

ivantis wrote: then the command

Code: Select all

armagetron-server
the config is kept in /var/games/armagetron-dedicated or something like that

Code: Select all

bash: armagetron-server: command not found
also it's not in the games folder
CuRbSidE
User avatar
Lucifer
Project Developer
Posts: 8742
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas

Post by Lucifer »

This is all the worst advice ever given.

First, determine if you already installed armagetronad-dedicated from the ubuntu repositories.
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN

Be the devil's own, Lucifer's my name.
- Iron Maiden
User avatar
<(@_o)>
On Lightcycle Grid
Posts: 26
Joined: Thu Feb 22, 2007 10:27 am
Location: USA

Post by <(@_o)> »

Image

so, yes.
CuRbSidE
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

Have you tried editing the /etc/default/armagetronad-dedicated file? Perhaps there's something in there you have to change to allow you start the server. Also, you usually run init scripts as root, ie:

Code: Select all

brad@kallen:~$ sudo /etc/init.d/armagetronad-dedicated start
Image
User avatar
<(@_o)>
On Lightcycle Grid
Posts: 26
Joined: Thu Feb 22, 2007 10:27 am
Location: USA

Post by <(@_o)> »

Code: Select all

Not starting Armagetron Advanced dedicated server armagetronad-dedicated, disabled via /etc/default/armagetronad-dedicated
brad@kallen:~$ /etc/default/armagetronad-dedicated
bash: /etc/default/armagetronad-dedicated: Permission denied
CuRbSidE
epsy
Adjust Outside Corner Grinder
Posts: 2003
Joined: Tue Nov 07, 2006 6:02 pm
Location: paris
Contact:

Post by epsy »

User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

Tank Program wrote:Have you tried editing the /etc/default/armagetronad-dedicated
ie...

Code: Select all

cat /etc/default/armagetronad-dedicated
nano /etc/default/armagetronad-dedicated
pico /etc/default/armagetronad-dedicated
vim /etc/default/armagetronad-dedicated
gedit /etc/default/armagetronad-dedicated
emacs /etc/default/armagetronad-dedicated
nedit /etc/default/armagetronad-dedicated
What you tried to do there, was run it.
Image
User avatar
Monkey
Shutout Match Winner
Posts: 825
Joined: Thu May 22, 2008 12:36 am
Location: England, UK

Post by Monkey »

Just a few corrections to Tank's 'code':

cat /etc/default/armagetronad-dedicated
nano /etc/default/armagetronad-dedicated
pico /etc/default/armagetronad-dedicated
vim /etc/default/armagetronad-dedicated
gedit /etc/default/armagetronad-dedicated
vim /etc/default/armagetronad-dedicated
nedit /etc/default/armagetronad-dedicated
Playing since December 2006
User avatar
Z-Man
God & Project Admin
Posts: 11710
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

Thehehe :)
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

As long as no-one knocks nedit. ;) We wouldn't be where we are today without it. (There were some particularly large sql files that needed editing...)
Image
Post Reply