Gentoo Archives: gentoo-user

From: Andrew Lowe <agl@×××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard
Date: Wed, 29 Aug 2012 03:44:31
Message-Id: 503D8F82.2030801@wht.com.au
In Reply to: Re: [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard by Michael Mol
1 On 08/29/12 11:35, Michael Mol wrote:
2 > On Tue, Aug 28, 2012 at 10:57 PM, Andrew Lowe <agl@×××××××.au> wrote:
3 >> Hi all,
4 >> Anyone got any suggestions for a lightweight server distro for an
5 >> old motherboard? I've got one of the VIA mini-ITX boards, SP13000, and want
6 >> to whack something light onto it. It will be working as a file/media server
7 >> and will be headless, hence will be fiddled via ssh. Obviously there are the
8 >> usual suspects, debian, centos, but does anyone have any recommendations viv
9 >> a vis a stripped down distro, sort of like Lubuntu is to Ubuntu?
10 >>
11 >> Any thoughts greatly appreciated,
12 >
13 > Cripes, you're asking in gentoo-user. Of course someone's going to
14 > suggest Gentoo.
15 >
16 > Let it be me...and I'll explain:
17 >
18 > 1) You can put something like -Os or -O2 in your CFLAGS, whichever
19 > helps your performance case better.
20 > 2) You can target your CFLAGS to your exact processor, allowing
21 > generated machine code to be as efficient as possible on your CPU
22 > (which you'll need, if it's a low-power CPU!)
23 > 3) You don't have to compile on the mini-ITX board; you can
24 > cross-compile and use binpkgs to install.
25 > 4) You can use USE flags to strip out (virtually) any and every
26 > feature you don't use, reducing both your code size, load and
27 > execution time.
28 >
29 > If you want to do something lightweight, there's not much better you
30 > can do than with Gentoo.
31 >
32
33 It had Gentoo on it for ages, and has not been updated in ages. It
34 takes "years" to do anything, with respect to compiling so I'm just
35 looking for a simple "point and click", binary download type of thingy
36 to keep it going. I've been down the cross compile route also - once
37 bitten twice shy and I don't care how many strides the dev's have made
38 in recent years, I'm not trying again on principle.
39
40 Andrew

Replies

Subject Author
Re: [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard Peter Humphrey <peter@××××××××××××××.org>
Re: [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard Alan McKinnon <alan.mckinnon@×××××.com>