[Solved] Best OS for server?

jpenguin
Member
 
Posts: 46
Joined: Wed Jun 06, 2012 00:19

[Solved] Best OS for server?

by jpenguin » Sun Aug 12, 2012 22:13

I currently run Ubuntu 12.04 (no gui) for my 0.42rc1 server

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
apt-get install build-essential libirrlicht-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev
wget https://github.com/celeron55/minetest/tarball/master -O master.tar.gz
tar xf master.tar.gz
cd celeron55-minetest-286edd4 (or similar)
cd games/
wget https://github.com/celeron55/minetest_game/tarball/master -O master.tar.gz
tar xf master.tar.gz
mv celeron55-minetest_game-* minetest_game
cd ..
cmake . -DRUN_IN_PLACE=0 -DBUILD_CLIENT=0 -DCMAKE_BUILD_TYPE=Release
make -j2
make install


However, I am considering upgrading to a VPS with more RAM and more CPU cores. Should I stick with ubuntu or try Arch, Gentoo, CentOS 6.2 or Fedora 16? Will it make a difference?
Last edited by jpenguin on Mon Aug 13, 2012 16:17, edited 1 time in total.
 

User avatar
madchicken13
Member
 
Posts: 741
Joined: Mon Jun 11, 2012 00:41

by madchicken13 » Sun Aug 12, 2012 22:25

Stick with Ubuntu Because Ubuntu Uses less Resources than CentOS or Fedora
Gentoo, Arch IDK
 

pagliaccio
Member
 
Posts: 65
Joined: Tue Jul 31, 2012 07:38

by pagliaccio » Sun Aug 12, 2012 22:44

jpenguin wrote:I currently run Ubuntu 12.04 (no gui) for my 0.42rc1 server

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
apt-get install build-essential libirrlicht-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev
wget https://github.com/celeron55/minetest/tarball/master -O master.tar.gz
tar xf master.tar.gz
cd celeron55-minetest-286edd4 (or similar)
cd games/
wget https://github.com/celeron55/minetest_game/tarball/master -O master.tar.gz
tar xf master.tar.gz
mv celeron55-minetest_game-* minetest_game
cd ..
cmake . -DRUN_IN_PLACE=0 -DBUILD_CLIENT=0 -DCMAKE_BUILD_TYPE=Release
make -j2
make install


However, I am considering upgrading to a VPS with more RAM and more CPU cores. Should I stick with ubuntu or try Arch, Gentoo, CentOS 6.2 or Fedora 16? Will it make a difference?


ubuntu or debian is best.

arch is few stable, too upgrade but is light. fedora idem
 

jpenguin
Member
 
Posts: 46
Joined: Wed Jun 06, 2012 00:19

by jpenguin » Sun Aug 12, 2012 22:54

Thanks, I just keep ubuntu then
 

User avatar
madchicken13
Member
 
Posts: 741
Joined: Mon Jun 11, 2012 00:41

by madchicken13 » Sun Aug 12, 2012 23:01

Yep
 

User avatar
Menche
Member
 
Posts: 994
Joined: Sat Jul 02, 2011 00:43

by Menche » Mon Aug 13, 2012 00:07

My servers run debian.
An innocent kitten dies every time you top-post.
I am on the Voxelands Forums more often than here.
Try Voxelands (forked from Minetest 0.3) by darkrose
 

User avatar
madchicken13
Member
 
Posts: 741
Joined: Mon Jun 11, 2012 00:41

by madchicken13 » Mon Aug 13, 2012 00:30

Yea All 6 of my servers run on Ubuntu
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Mon Aug 13, 2012 06:41

WINDOWS 8 BEST SERVER EVER

j/k ;)
Personally I'd say Debian. Ubuntu isn't really for servers and is less stable than Debian.
 

User avatar
xyz
Member
 
Posts: 449
Joined: Thu Nov 10, 2011 14:25

by xyz » Mon Aug 13, 2012 09:17

jpenguin wrote:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
make install

You're doing it wrong. Either use -D_RUN_IN_PLACE=1 or do checkinstall instead of make install to build package.
 

User avatar
mauvebic
Member
 
Posts: 1550
Joined: Fri Jan 27, 2012 11:32

by mauvebic » Mon Aug 13, 2012 10:22

I like arch because theyre code-nazies lol ive never installed a program that didn't work. But, the update process is hell, even moreso with proprietary drivers.

Debian is definately stable, and with the size of the userbase you can expect fixes quick enough, but its no racehorse for single-processor systems either :-/

I have a dual boot system (lin + lin) so im thinking of trying zenwalk next :-p

though ultimately what makes the greatest difference is how you use the system. If you use a WM like compiz or gnome3, you're gonna get roughly the same performance regardless of dist.
Last edited by mauvebic on Mon Aug 13, 2012 10:26, edited 1 time in total.
"Fuck the hat." - Paulie Gualtieri
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Mon Aug 13, 2012 12:56

Calinou wrote:
WINDOWS 8 BEST SERVER EVER

j/k ;)
Personally I'd say Debian. Ubuntu isn't really for servers and is less stable than Debian.

I have tried Wndows 8 x86 and so far, it has not used anymore resoures than Windows XP, SP2. So it works for a speedy server.

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Mon Aug 13, 2012 13:13

Jordach wrote:I have tried Wndows 8 x86 and so far, it has not used anymore resoures than Windows XP, SP2. So it works for a speedy server.


But, Windows sucked, sucks and will suck, and it's paid and proprietary.
 

jpenguin
Member
 
Posts: 46
Joined: Wed Jun 06, 2012 00:19

by jpenguin » Mon Aug 13, 2012 16:36

@Calinou I'm running withoutt a GUI, although allgamer offers VPS's with gnome and xfce! Ubuntu may be a tad less stable than debian, but it;s an LTS release I'm pusing

@mauvebic At home, I run kubuntu as my main OS, have a second HDD- Im always trying a new distro

@xyz-- it's just a matter of preference, and I started with the PPA, so I already set up for a system-wide install

@jordach-- M$ did learn from Vista, 7 & 8 are decent- but a GUI does use extra RAM & CPU and windows itself is kinda bloated and has security issues.
 

pagliaccio
Member
 
Posts: 65
Joined: Tue Jul 31, 2012 07:38

by pagliaccio » Mon Aug 13, 2012 16:55

don't talk of windows!

if you want crash, bug or unsecurity is your O.S.

if you want a stable and security OS linux is the best. you can start linux widout interface, only terminal for pure server.
 

User avatar
xyz
Member
 
Posts: 449
Joined: Thu Nov 10, 2011 14:25

by xyz » Mon Aug 13, 2012 17:24

jpenguin wrote: it's just a matter of preference, and I started with the PPA, so I already set up for a system-wide install

No, make install is always wrong. Except if you're not using any package manager.
 

jpenguin
Member
 
Posts: 46
Joined: Wed Jun 06, 2012 00:19

by jpenguin » Mon Aug 13, 2012 17:42

well then, I'll change that when the upgrade haappens
 


Return to Minetest Servers

Who is online

Users browsing this forum: No registered users and 25 guests

cron