dedicated server on linux

Post here if you need help setting up your server, etc.
User avatar
Lucifer
Project Developer
Posts: 8742
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas

Post by Lucifer »

with luck, yes.
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
-=King Crab=-
On Lightcycle Grid
Posts: 43
Joined: Sat Feb 24, 2007 4:40 pm

Post by -=King Crab=- »

whats the worst that would happen?
User avatar
Lucifer
Project Developer
Posts: 8742
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas

Post by Lucifer »

that's a very good question. The c library is one of the fundamental libraries on the machine. It's actually more dangerous than building a new kernel to replace the c library. So the worst that could happen is you wind up with nothing working well enough that you have to reinstall and figure something else out. I'm so far under the impression that this machine is currently throwaway as far as the operating system is concerned, so you could just do it, see what happens, try to recover from anything bad, and if you manage to do all that, you're golden. If not, you can reformat and try again with something else, right?
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
-=King Crab=-
On Lightcycle Grid
Posts: 43
Joined: Sat Feb 24, 2007 4:40 pm

Post by -=King Crab=- »

yes that will be my game plan, but how do i go about reformated in linux, or can i do that in my pre boot setup?
User avatar
Lucifer
Project Developer
Posts: 8742
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas

Post by Lucifer »

Every installer (with the possible exception of dsl) will do it, if you can just get it to boot. :)
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
-=King Crab=-
On Lightcycle Grid
Posts: 43
Joined: Sat Feb 24, 2007 4:40 pm

Post by -=King Crab=- »

DO i type a command into the terminal, and if so what is it?

edit: when i type in apt-get glibc it says
E: Invalid operation glibc
User avatar
Lucifer
Project Developer
Posts: 8742
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas

Post by Lucifer »

oops

"apt-get install glibc"

you use apt-cache search glibc to search packages

I think that's it for what I know.
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
-=King Crab=-
On Lightcycle Grid
Posts: 43
Joined: Sat Feb 24, 2007 4:40 pm

Post by -=King Crab=- »

now i get this messege

Package glibc has no available version, but exists in the database. This typically means that the package was mentioned in a dependency and never uploaded, has been obsoleted or is not availbe with the contents of sources.list
E: Package glibc has no installation canidate
User avatar
philippeqc
Long Poster - Project Developer - Sage
Posts: 1526
Joined: Mon Jul 12, 2004 8:55 am
Location: Stockholm
Contact:

Post by philippeqc »

A big guess here:

Damn Small Linux is supposed to be small. So they removed anything that is not fundamental or is quite big.

Compiling and development is non-trivial, and requires lots of resources, both in CPU and in disk space for all the libraries.

You are meeting two opposites. I'm not saying it is not possible, i'm simply saying if I was on the team to make DSL, compiling would have been quickly out the door to fit in such restrictive space.

---

Out of curiosity, how much disk space do you have on this server of yours for Linux files AFTER you set the swap partition (you might not need it)? 0.25G 0.5G, 1G, 2G, 4G+?
IIRC, I need ~3.5Gigs at home for all the binaries and system files(ie: without my own personal files), and I installed quite a lot of junk. If you are a tad conservative when you install a distro like Ubuntu, i'd guess you would succed into making a server in 2G of space, possibly on 1G. And you would stop all of this hassle that seems geared toward much more restrictive hardware.
Could someone else report their actual disk usage on their linux for comparaison purpose?

-ph
Canis meus id comedit.
User avatar
-=King Crab=-
On Lightcycle Grid
Posts: 43
Joined: Sat Feb 24, 2007 4:40 pm

Post by -=King Crab=- »

It says that I normally have 125608 KB
and i have 33612 KB of free space
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

Shouldn't a statically linked binary work?
Image
User avatar
-=King Crab=-
On Lightcycle Grid
Posts: 43
Joined: Sat Feb 24, 2007 4:40 pm

Post by -=King Crab=- »

maybe, what is it and/or how can I do that?
User avatar
Lucifer
Project Developer
Posts: 8742
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas

Post by Lucifer »

I don't know that it's even possible to statically link to the c library. It has a lot of stuff that's installation-dependent, afaik. Usually, when you get a statically linked binary, everything's been linked statically except 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
User avatar
-=King Crab=-
On Lightcycle Grid
Posts: 43
Joined: Sat Feb 24, 2007 4:40 pm

Post by -=King Crab=- »

so what is the recommended course of action?
User avatar
Lucifer
Project Developer
Posts: 8742
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas

Post by Lucifer »

I can't recommend anything because I don't even know if *I* could fit an arma server in 124MB.
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN

Be the devil's own, Lucifer's my name.
- Iron Maiden
Post Reply