dedicated server on linux
It's on the regular site, not the wiki.
Anyway, yeah, you can just download another distribution and it'll handle the hard drive formtting for you.
Anyway, yeah, you can just download another distribution and it'll handle the hard drive formtting for you.
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN
Be the devil's own, Lucifer's my name.
- Iron Maiden
Be the devil's own, Lucifer's my name.
- Iron Maiden
- -=King Crab=-
- On Lightcycle Grid
- Posts: 43
- Joined: Sat Feb 24, 2007 4:40 pm
is there any distro that you know of that is good for hosting a tron server, but still has graphical interfaces
edit: and that can be loaded from a floppy
edit: and that can be loaded from a floppy
Last edited by -=King Crab=- on Mon Jul 23, 2007 11:59 pm, edited 1 time in total.
Ubuntu is good, Mandriva is good. Don't know about others myself, but I'm sure everyone here will be more than happy to plug their favorite distribution. But you're going to have to be comfortable with the command line to run an arma server. 

Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN
Be the devil's own, Lucifer's my name.
- Iron Maiden
Be the devil's own, Lucifer's my name.
- Iron Maiden
- -=King Crab=-
- On Lightcycle Grid
- Posts: 43
- Joined: Sat Feb 24, 2007 4:40 pm
- philippeqc
- Long Poster - Project Developer - Sage
- Posts: 1526
- Joined: Mon Jul 12, 2004 8:55 am
- Location: Stockholm
- Contact:
First question:
By install by a floppy, do you mean that you have no network nor cd-rom access, or that you cannot boot from other media than a floppy?
IIRC, Mandriva (was Mandrake) installation process could be booted from a floppy, then use ~3 cd-rom (Need to verify the number of cd/dvd required. It depends on exactly what you are planning to install) OR download the required part from the net (I highly suggest this. Makes it a breeze to upgrade and install new packages as you go, provided you are not on dial-up and impatient).
I cannot tell you if Ubuntu support starting the installation process from a floppy. Some research might be in order.
Second question:
The difference between a desktop version and a server version of a distribution is often hair thin. Unless you have
a) very limited hardware,
b) are sure you will never ever want to use the computer for desktop operation (it might be because your "new" server is your old pc that you replaced with a much faster one),
I would not use the server version. If you do not meet either condition, I would suggest instead going with the desktop version. You seem relatively new to Linux, so being able to do some configuration through GUI (such as opening a port on your firewall, it is about 5 click in Mandriva's set-up GUI. It is not worth it in my opinion to try to read through the man page of what ever firewall you have. Keep your energy to make a neatly balanced server instead.) will spare you some hair pulling and get you running in no time, while always letting you come back later to learn the command line utilities when your specific need are not meet.
-ph
By install by a floppy, do you mean that you have no network nor cd-rom access, or that you cannot boot from other media than a floppy?
IIRC, Mandriva (was Mandrake) installation process could be booted from a floppy, then use ~3 cd-rom (Need to verify the number of cd/dvd required. It depends on exactly what you are planning to install) OR download the required part from the net (I highly suggest this. Makes it a breeze to upgrade and install new packages as you go, provided you are not on dial-up and impatient).
I cannot tell you if Ubuntu support starting the installation process from a floppy. Some research might be in order.
Second question:
The difference between a desktop version and a server version of a distribution is often hair thin. Unless you have
a) very limited hardware,
b) are sure you will never ever want to use the computer for desktop operation (it might be because your "new" server is your old pc that you replaced with a much faster one),
I would not use the server version. If you do not meet either condition, I would suggest instead going with the desktop version. You seem relatively new to Linux, so being able to do some configuration through GUI (such as opening a port on your firewall, it is about 5 click in Mandriva's set-up GUI. It is not worth it in my opinion to try to read through the man page of what ever firewall you have. Keep your energy to make a neatly balanced server instead.) will spare you some hair pulling and get you running in no time, while always letting you come back later to learn the command line utilities when your specific need are not meet.
-ph
Canis meus id comedit.
In light of philippe's post, I should go into slightly more detail about my own comment. 
Philippe's absolutely right, and I wasn't trying to disparage you for wanting a gui on a server. My own server has a gui, you know....
Thing is, Linux is different in a number of ways that impact running an arma server. For one, you get to have it run as a real service that starts when the computer boots. When you do that, it runs under a different user account, but the config files are saved for the root user. Which means you can't just open them in a text editor and hack away on them. There are graphical utilities that will help you do that, but in my experience it's easiest to use the command line for most administrative tasks for arma. I'd suggest nano as a good text editor for the terminal (even though I use vim personally). Otherwise, you just need to be comfortable, not wizard. You don't have to be able to write artificial intelligences capable of conquering third world countries using bash and various other utilities.
There are also a number of very useful third-party scripts you can use in linux, and in every case the easiest way to deal with them is through the command line.
And finally, whenever you hit a bump and come here for help, an awful lot of the commands we're going to tell you to run are command line stuff.
we tend to even give stuff you can copy and paste, maybe modify some paths in what we write. Think of it as the one common factor that everyone using arma in linux has in common with each other.
So yeah, being comfortable with it doesn't mean being able to write an entire office suite using sed invocations.
edit: the requirement that you be able to load from a floppy wasn't there when I first posted. I'll see if I can dig up the link that explains how to make your dsl hard drive install into a larger debian system.
Edit2: Here you go:
http://www.damnsmalllinux.org/dsl-hd-install.html
But dsl people recommend bonsai if you need to install from a small medium.
http://developer.berlios.de/projects/bonzai/

Philippe's absolutely right, and I wasn't trying to disparage you for wanting a gui on a server. My own server has a gui, you know....
Thing is, Linux is different in a number of ways that impact running an arma server. For one, you get to have it run as a real service that starts when the computer boots. When you do that, it runs under a different user account, but the config files are saved for the root user. Which means you can't just open them in a text editor and hack away on them. There are graphical utilities that will help you do that, but in my experience it's easiest to use the command line for most administrative tasks for arma. I'd suggest nano as a good text editor for the terminal (even though I use vim personally). Otherwise, you just need to be comfortable, not wizard. You don't have to be able to write artificial intelligences capable of conquering third world countries using bash and various other utilities.
There are also a number of very useful third-party scripts you can use in linux, and in every case the easiest way to deal with them is through the command line.
And finally, whenever you hit a bump and come here for help, an awful lot of the commands we're going to tell you to run are command line stuff.

So yeah, being comfortable with it doesn't mean being able to write an entire office suite using sed invocations.

edit: the requirement that you be able to load from a floppy wasn't there when I first posted. I'll see if I can dig up the link that explains how to make your dsl hard drive install into a larger debian system.
Edit2: Here you go:
http://www.damnsmalllinux.org/dsl-hd-install.html
But dsl people recommend bonsai if you need to install from a small medium.
http://developer.berlios.de/projects/bonzai/
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN
Be the devil's own, Lucifer's my name.
- Iron Maiden
Be the devil's own, Lucifer's my name.
- Iron Maiden
- Tank Program
- Forum & Project Admin, PhD
- Posts: 6712
- Joined: Thu Dec 18, 2003 7:03 pm
- -=King Crab=-
- On Lightcycle Grid
- Posts: 43
- Joined: Sat Feb 24, 2007 4:40 pm
I have a network connection but I cannot boot from my cd drivephilippeqc wrote:First question:
By install by a floppy, do you mean that you have no network nor cd-rom access, or that you cannot boot from other media than a floppy?
I would prefer a desktop over the server just for the sake of being able to "see" what I am doingphilippeqc wrote: Second question:
The difference between a desktop version and a server version of a distribution is often hair thin. Unless you have
a) very limited hardware,
b) are sure you will never ever want to use the computer for desktop operation (it might be because your "new" server is your old pc that you replaced with a much faster one),
so if I install these, I can install my arma server to my pc?Lucifer wrote: Edit2: Here you go:
http://www.damnsmalllinux.org/dsl-hd-install.html
But dsl people recommend bonsai if you need to install from a small medium.
http://developer.berlios.de/projects/bonzai/
thanks for the help every one
edit: I already have Dsl installed on my hard drive, its not running off of a cd
- Tank Program
- Forum & Project Admin, PhD
- Posts: 6712
- Joined: Thu Dec 18, 2003 7:03 pm
If you install Smart Boot Manager onto a floppy, it will then let you boot off of a CD.-=King Crab=- wrote:I have a network connection but I cannot boot from my cd drive

- -=King Crab=-
- On Lightcycle Grid
- Posts: 43
- Joined: Sat Feb 24, 2007 4:40 pm
then i can install another distro, but will it erase my current OS because I wouldn't want to waist my resources with two OSTank Program wrote:If you install Smart Boot Manager onto a floppy, it will then let you boot off of a CD.-=King Crab=- wrote:I have a network connection but I cannot boot from my cd drive
If you already have dsl on your hard drive, you can do "sudo dpkg-restore" to get dpackage, and then you should be able to do "apt-get glibc". The problem is you're going to break a bunch of things when you do that because other packages depend on the c library.
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN
Be the devil's own, Lucifer's my name.
- Iron Maiden
Be the devil's own, Lucifer's my name.
- Iron Maiden
- -=King Crab=-
- On Lightcycle Grid
- Posts: 43
- Joined: Sat Feb 24, 2007 4:40 pm
Just means you'll haveto apt-get the broken packages to get debian's version instead of the dsl version. 
Edit: I haven't actually done this! So my predicted effects could be off by a large margin.

Edit: I haven't actually done this! So my predicted effects could be off by a large margin.
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN
Be the devil's own, Lucifer's my name.
- Iron Maiden
Be the devil's own, Lucifer's my name.
- Iron Maiden
- -=King Crab=-
- On Lightcycle Grid
- Posts: 43
- Joined: Sat Feb 24, 2007 4:40 pm