For all the help you need with Armagetron!
<(@_o)>
On Lightcycle Grid
Posts: 26 Joined: Thu Feb 22, 2007 10:27 am
Location: USA
Post
by <(@_o)> » Sun Aug 17, 2008 1:30 am
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
-i downloaded the linux bin package and put it on my desktop
so i did...
??
CuRbSidE
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 » Sun Aug 17, 2008 2:42 am
who runs tron as root and tron is not in /etc/init.d/
try using a command instead of a path
ivantis
Round Winner
Posts: 269 Joined: Mon Mar 03, 2008 2:33 pm
Contact:
Post
by ivantis » Sun Aug 17, 2008 2:45 am
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
the config is kept in /var/games/armagetron-dedicated or something like that
<(@_o)>
On Lightcycle Grid
Posts: 26 Joined: Thu Feb 22, 2007 10:27 am
Location: USA
Post
by <(@_o)> » Sun Aug 17, 2008 2:53 am
ivantis wrote:
then the command
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
Lucifer
Project Developer
Posts: 8742 Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas
Post
by Lucifer » Sun Aug 17, 2008 4:52 am
This is all the worst advice ever given.
First, determine if you already installed armagetronad-dedicated from the ubuntu repositories.
<(@_o)>
On Lightcycle Grid
Posts: 26 Joined: Thu Feb 22, 2007 10:27 am
Location: USA
Post
by <(@_o)> » Sun Aug 17, 2008 7:06 am
so, yes.
CuRbSidE
Tank Program
Forum & Project Admin, PhD
Posts: 6712 Joined: Thu Dec 18, 2003 7:03 pm
Post
by Tank Program » Sun Aug 17, 2008 9:50 am
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
<(@_o)>
On Lightcycle Grid
Posts: 26 Joined: Thu Feb 22, 2007 10:27 am
Location: USA
Post
by <(@_o)> » Sun Aug 17, 2008 5:51 pm
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 » Sun Aug 17, 2008 8:06 pm
Tank Program
Forum & Project Admin, PhD
Posts: 6712 Joined: Thu Dec 18, 2003 7:03 pm
Post
by Tank Program » Sun Aug 17, 2008 10:07 pm
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.
Monkey
Shutout Match Winner
Posts: 825 Joined: Thu May 22, 2008 12:36 am
Location: England, UK
Post
by Monkey » Mon Aug 18, 2008 1:39 pm
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
Z-Man
God & Project Admin
Posts: 11710 Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:
Post
by Z-Man » Mon Aug 18, 2008 2:01 pm
Thehehe
Tank Program
Forum & Project Admin, PhD
Posts: 6712 Joined: Thu Dec 18, 2003 7:03 pm
Post
by Tank Program » Mon Aug 18, 2008 5:32 pm
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...)