public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard
@ 2012-08-29  2:57 Andrew Lowe
  2012-08-29  3:35 ` Michael Mol
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Andrew Lowe @ 2012-08-29  2:57 UTC (permalink / raw
  To: gentoo-user

Hi all,
	Anyone got any suggestions for a lightweight server distro for an old 
motherboard? I've got one of the VIA mini-ITX boards, SP13000, and want 
to whack something light onto it. It will be working as a file/media 
server and will be headless, hence will be fiddled via ssh. Obviously 
there are the usual suspects, debian, centos, but does anyone have any 
recommendations viv a vis a stripped down distro, sort of like Lubuntu 
is to Ubuntu?

	Any thoughts greatly appreciated,

		Andrew


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard
  2012-08-29  2:57 [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard Andrew Lowe
@ 2012-08-29  3:35 ` Michael Mol
  2012-08-29  3:41   ` Andrew Lowe
  2012-08-29 11:53   ` v_2e
  2012-08-29  4:42 ` kwkhui
  2012-08-30 18:16 ` [gentoo-user] " James
  2 siblings, 2 replies; 13+ messages in thread
From: Michael Mol @ 2012-08-29  3:35 UTC (permalink / raw
  To: gentoo-user

On Tue, Aug 28, 2012 at 10:57 PM, Andrew Lowe <agl@wht.com.au> wrote:
> Hi all,
>         Anyone got any suggestions for a lightweight server distro for an
> old motherboard? I've got one of the VIA mini-ITX boards, SP13000, and want
> to whack something light onto it. It will be working as a file/media server
> and will be headless, hence will be fiddled via ssh. Obviously there are the
> usual suspects, debian, centos, but does anyone have any recommendations viv
> a vis a stripped down distro, sort of like Lubuntu is to Ubuntu?
>
>         Any thoughts greatly appreciated,

Cripes, you're asking in gentoo-user. Of course someone's going to
suggest Gentoo.

Let it be me...and I'll explain:

1) You can put something like -Os or -O2 in your CFLAGS, whichever
helps your performance case better.
2) You can target your CFLAGS to your exact processor, allowing
generated machine code to be as efficient as possible on your CPU
(which you'll need, if it's a low-power CPU!)
3) You don't have to compile on the mini-ITX board; you can
cross-compile and use binpkgs to install.
4) You can use USE flags to strip out (virtually) any and every
feature you don't use, reducing both your code size, load and
execution time.

If you want to do something lightweight, there's not much better you
can do than with Gentoo.

-- 
:wq


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard
  2012-08-29  3:35 ` Michael Mol
@ 2012-08-29  3:41   ` Andrew Lowe
  2012-08-29 12:11     ` Peter Humphrey
  2012-08-29 13:24     ` Alan McKinnon
  2012-08-29 11:53   ` v_2e
  1 sibling, 2 replies; 13+ messages in thread
From: Andrew Lowe @ 2012-08-29  3:41 UTC (permalink / raw
  To: gentoo-user

On 08/29/12 11:35, Michael Mol wrote:
> On Tue, Aug 28, 2012 at 10:57 PM, Andrew Lowe <agl@wht.com.au> wrote:
>> Hi all,
>>          Anyone got any suggestions for a lightweight server distro for an
>> old motherboard? I've got one of the VIA mini-ITX boards, SP13000, and want
>> to whack something light onto it. It will be working as a file/media server
>> and will be headless, hence will be fiddled via ssh. Obviously there are the
>> usual suspects, debian, centos, but does anyone have any recommendations viv
>> a vis a stripped down distro, sort of like Lubuntu is to Ubuntu?
>>
>>          Any thoughts greatly appreciated,
>
> Cripes, you're asking in gentoo-user. Of course someone's going to
> suggest Gentoo.
>
> Let it be me...and I'll explain:
>
> 1) You can put something like -Os or -O2 in your CFLAGS, whichever
> helps your performance case better.
> 2) You can target your CFLAGS to your exact processor, allowing
> generated machine code to be as efficient as possible on your CPU
> (which you'll need, if it's a low-power CPU!)
> 3) You don't have to compile on the mini-ITX board; you can
> cross-compile and use binpkgs to install.
> 4) You can use USE flags to strip out (virtually) any and every
> feature you don't use, reducing both your code size, load and
> execution time.
>
> If you want to do something lightweight, there's not much better you
> can do than with Gentoo.
>

	It had Gentoo on it for ages, and has not been updated in ages. It 
takes "years" to do anything, with respect to compiling so I'm just 
looking for a simple "point and click", binary download type of thingy 
to keep it going. I've been down the cross compile route also - once 
bitten twice shy and I don't care how many strides the dev's have made 
in recent years, I'm not trying again on principle.

	Andrew


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard
  2012-08-29  2:57 [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard Andrew Lowe
  2012-08-29  3:35 ` Michael Mol
@ 2012-08-29  4:42 ` kwkhui
  2012-08-29  4:53   ` Andrew Lowe
  2012-08-30 18:16 ` [gentoo-user] " James
  2 siblings, 1 reply; 13+ messages in thread
From: kwkhui @ 2012-08-29  4:42 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 764 bytes --]

On Wed, 29 Aug 2012 10:57:07 +0800
Andrew Lowe <agl@wht.com.au> wrote:

> Hi all,
> 	Anyone got any suggestions for a lightweight server distro
> for an old motherboard? I've got one of the VIA mini-ITX boards,
> SP13000, and want to whack something light onto it. It will be
> working as a file/media server and will be headless, hence will be
> fiddled via ssh. Obviously there are the usual suspects, debian,
> centos, but does anyone have any recommendations viv a vis a stripped
> down distro, sort of like Lubuntu is to Ubuntu?
> 
> 	Any thoughts greatly appreciated,
> 
> 		Andrew

Well, if you are only going to need it as an NAS, why not try FreeNAS?
OK, its kernel is BSD rather than Linux, but that shouldn't be a
problem.

Kerwin.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard
  2012-08-29  4:42 ` kwkhui
@ 2012-08-29  4:53   ` Andrew Lowe
  2012-08-29 13:20     ` Alan McKinnon
  0 siblings, 1 reply; 13+ messages in thread
From: Andrew Lowe @ 2012-08-29  4:53 UTC (permalink / raw
  To: gentoo-user

On 08/29/12 12:42, kwkhui@hkbn.net wrote:
> On Wed, 29 Aug 2012 10:57:07 +0800
> Andrew Lowe <agl@wht.com.au> wrote:
>
>> Hi all,
>> 	Anyone got any suggestions for a lightweight server distro
>> for an old motherboard? I've got one of the VIA mini-ITX boards,
>> SP13000, and want to whack something light onto it. It will be
>> working as a file/media server and will be headless, hence will be
>> fiddled via ssh. Obviously there are the usual suspects, debian,
>> centos, but does anyone have any recommendations viv a vis a stripped
>> down distro, sort of like Lubuntu is to Ubuntu?
>>
>> 	Any thoughts greatly appreciated,
>>
>> 		Andrew
>
> Well, if you are only going to need it as an NAS, why not try FreeNAS?
> OK, its kernel is BSD rather than Linux, but that shouldn't be a
> problem.
>
> Kerwin.
>

	Thanks, I'll look into that.

		Andrew


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard
  2012-08-29  3:35 ` Michael Mol
  2012-08-29  3:41   ` Andrew Lowe
@ 2012-08-29 11:53   ` v_2e
  1 sibling, 0 replies; 13+ messages in thread
From: v_2e @ 2012-08-29 11:53 UTC (permalink / raw
  To: gentoo-user

On Tue, 28 Aug 2012 23:35:57 -0400
Michael Mol <mikemol@gmail.com> wrote:

> On Tue, Aug 28, 2012 at 10:57 PM, Andrew Lowe <agl@wht.com.au> wrote:
> > Hi all,
> >         Anyone got any suggestions for a lightweight server distro
> > for an old motherboard? I've got one of the VIA mini-ITX boards,
> > SP13000, and want to whack something light onto it. It will be
> > working as a file/media server and will be headless, hence will be
> > fiddled via ssh. Obviously there are the usual suspects, debian,
> > centos, but does anyone have any recommendations viv a vis a
> > stripped down distro, sort of like Lubuntu is to Ubuntu?
> >
> >         Any thoughts greatly appreciated,
> 
> If you want to do something lightweight, there's not much better you
> can do than with Gentoo.
> 
  Yes, there is. Well, it actually depends on what we are currently
calling "lightweight". Gentoo depends on Python heavily. And it makes
it impossible to use with low-memory systems.
  There are a number of binary distributions specially targeted at old
or small systems. As for me, I use DeLi(cate) GNU/Linux on my old PC
acting as a headless file-server and torrent-client. [It has 64 MB of
RAM (tested with 32MB as well), Pentium CPU@200MHz (tested with AMD
K5)]
  Before DeLi(cate) I used DeLi itself. It worked fine, but the
developers dropped the support. DeLi(cate) uses Arch package
management system which works very fast. It is also easy to add the
new packages  which are absent in repository at the moment.
  My impression is that all lightweight distributions are usually
Slackware-based or Arch-based. But of course, there are different
variants of lightweight systems.
  Check out these pages, for example:
https://en.wikipedia.org/wiki/Lightweight_Linux_distribution
http://distrowatch.com/search.php?ostype=All&category=Old+Computers&origin=All&basedon=All&notbasedon=None&desktop=All&architecture=All&status=Active

  Regards,
    Vladimir

----- 
 <v_2e@ukr.net>


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard
  2012-08-29  3:41   ` Andrew Lowe
@ 2012-08-29 12:11     ` Peter Humphrey
  2012-08-29 13:24     ` Alan McKinnon
  1 sibling, 0 replies; 13+ messages in thread
From: Peter Humphrey @ 2012-08-29 12:11 UTC (permalink / raw
  To: gentoo-user

On Wednesday 29 August 2012 04:41:54 Andrew Lowe wrote:

> 	It had Gentoo on it for ages, and has not been updated in ages. It
> takes "years" to do anything, with respect to compiling so I'm just
> looking for a simple "point and click", binary download type of
> thingy to keep it going. I've been down the cross compile route also
> - once bitten twice shy and I don't care how many strides the dev's
> have made in recent years, I'm not trying again on principle.

Several people here run Gentoo on tiny boxes. The way I do it is to have 
a chroot on my workstation with identical portage config to the tiny box. 
First export the packages directory on the target to the chroot on the 
workstation, then chroot into it, run emerge and so on to build the 
packages. Then ssh to the target and emerge -k.

With my little Atom box the whole operation is quick and simple (since I 
learned the routine!). I'm sure it's easier and more reliable than 
cross-compiling, if only because it uses just the standard portage tools 
with no extra complications.

-- 
Rgds
Peter


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard
  2012-08-29  4:53   ` Andrew Lowe
@ 2012-08-29 13:20     ` Alan McKinnon
  2012-08-29 13:37       ` Michael Mol
  0 siblings, 1 reply; 13+ messages in thread
From: Alan McKinnon @ 2012-08-29 13:20 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1762 bytes --]

On Wed, 29 Aug 2012 12:53:47 +0800
Andrew Lowe <agl@wht.com.au> wrote:

> On 08/29/12 12:42, kwkhui@hkbn.net wrote:
> > On Wed, 29 Aug 2012 10:57:07 +0800
> > Andrew Lowe <agl@wht.com.au> wrote:
> >
> >> Hi all,
> >> 	Anyone got any suggestions for a lightweight server distro
> >> for an old motherboard? I've got one of the VIA mini-ITX boards,
> >> SP13000, and want to whack something light onto it. It will be
> >> working as a file/media server and will be headless, hence will be
> >> fiddled via ssh. Obviously there are the usual suspects, debian,
> >> centos, but does anyone have any recommendations viv a vis a
> >> stripped down distro, sort of like Lubuntu is to Ubuntu?
> >>
> >> 	Any thoughts greatly appreciated,
> >>
> >> 		Andrew
> >
> > Well, if you are only going to need it as an NAS, why not try
> > FreeNAS? OK, its kernel is BSD rather than Linux, but that
> > shouldn't be a problem.
> >
> > Kerwin.
> >
> 
> 	Thanks, I'll look into that.

FreeNAS comes *highly* recommended. It isn't cli driven though, it's a
django framework on nginx and runs off a memory stick. Resource usage
is next to nothing and it makes an awesome media server. It ships with
NFS, CIFS and FTP support and has plugins for dlna, firefly and
transmission. With the benefit that you don't have to build any of it,
write a 160M image to a memory stick, reboot, configure storage drives
and away you go.

I would advise that you not use ZFS on an old machine though, ZFS likes
*lots* of RAM. Rather use the FreeBSD default of UFS.

The screenshot is one of mine, a media server running on an HP
Proliant miniserver. No matter what I throw at that thing, it just
keeps laughing at me and asking if that's all I got....  


-- 
Alan McKinnon
alan.mckinnon@gmail.com


[-- Attachment #2: media.png --]
[-- Type: image/png, Size: 210684 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard
  2012-08-29  3:41   ` Andrew Lowe
  2012-08-29 12:11     ` Peter Humphrey
@ 2012-08-29 13:24     ` Alan McKinnon
  2012-08-29 14:13       ` Joshua Murphy
  1 sibling, 1 reply; 13+ messages in thread
From: Alan McKinnon @ 2012-08-29 13:24 UTC (permalink / raw
  To: gentoo-user

On Wed, 29 Aug 2012 11:41:54 +0800
Andrew Lowe <agl@wht.com.au> wrote:

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

There's also DamnSmallLinux but if you ask me that's going too far to
the other extreme. Yeah, it fits inside 50M but cripes, it has to use
weird package management to do it.

If not FreeBSD, then something Arch-based is probably your best step 1. 
Arch is a bit like *buntu in many ways, once you've decided to go that
route, there's not really much difference between all the variants.
It's not the base that's resource heavy, it's KDE and Gnome.




-- 
Alan McKinnon
alan.mckinnon@gmail.com



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard
  2012-08-29 13:20     ` Alan McKinnon
@ 2012-08-29 13:37       ` Michael Mol
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Mol @ 2012-08-29 13:37 UTC (permalink / raw
  To: gentoo-user

On Wed, Aug 29, 2012 at 9:20 AM, Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> On Wed, 29 Aug 2012 12:53:47 +0800
> Andrew Lowe <agl@wht.com.au> wrote:
>
>> On 08/29/12 12:42, kwkhui@hkbn.net wrote:
>> > On Wed, 29 Aug 2012 10:57:07 +0800
>> > Andrew Lowe <agl@wht.com.au> wrote:
>> >
>> >> Hi all,
>> >>    Anyone got any suggestions for a lightweight server distro
>> >> for an old motherboard? I've got one of the VIA mini-ITX boards,
>> >> SP13000, and want to whack something light onto it. It will be
>> >> working as a file/media server and will be headless, hence will be
>> >> fiddled via ssh. Obviously there are the usual suspects, debian,
>> >> centos, but does anyone have any recommendations viv a vis a
>> >> stripped down distro, sort of like Lubuntu is to Ubuntu?
>> >>
>> >>    Any thoughts greatly appreciated,
>> >>
>> >>            Andrew
>> >
>> > Well, if you are only going to need it as an NAS, why not try
>> > FreeNAS? OK, its kernel is BSD rather than Linux, but that
>> > shouldn't be a problem.
>> >
>> > Kerwin.
>> >
>>
>>       Thanks, I'll look into that.
>
> FreeNAS comes *highly* recommended. It isn't cli driven though, it's a
> django framework on nginx and runs off a memory stick. Resource usage
> is next to nothing and it makes an awesome media server. It ships with
> NFS, CIFS and FTP support and has plugins for dlna, firefly and
> transmission. With the benefit that you don't have to build any of it,
> write a 160M image to a memory stick, reboot, configure storage drives
> and away you go.
>
> I would advise that you not use ZFS on an old machine though, ZFS likes
> *lots* of RAM. Rather use the FreeBSD default of UFS.
>
> The screenshot is one of mine, a media server running on an HP
> Proliant miniserver. No matter what I throw at that thing, it just
> keeps laughing at me and asking if that's all I got....

I will concur that FreeNAS is a good fileserving platform. It's very
probable I'll use it for my storage needs once I've got the time and
coin to assemble a storage box after moving+silly season.

-- 
:wq


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard
  2012-08-29 13:24     ` Alan McKinnon
@ 2012-08-29 14:13       ` Joshua Murphy
  0 siblings, 0 replies; 13+ messages in thread
From: Joshua Murphy @ 2012-08-29 14:13 UTC (permalink / raw
  To: gentoo-user

On Wed, Aug 29, 2012 at 9:24 AM, Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> On Wed, 29 Aug 2012 11:41:54 +0800
> Andrew Lowe <agl@wht.com.au> wrote:
>
>> On 08/29/12 11:35, Michael Mol wrote:
>> > On Tue, Aug 28, 2012 at 10:57 PM, Andrew Lowe <agl@wht.com.au>
>> > wrote:
>> >> Hi all,
>> >>          Anyone got any suggestions for a lightweight server
>> >> distro for an old motherboard? I've got one of the VIA mini-ITX
>> >> boards, SP13000, and want to whack something light onto it. It
>> >> will be working as a file/media server and will be headless, hence
>> >> will be fiddled via ssh. Obviously there are the usual suspects,
>> >> debian, centos, but does anyone have any recommendations viv a vis
>> >> a stripped down distro, sort of like Lubuntu is to Ubuntu?
>> >>
>> >>          Any thoughts greatly appreciated,
<snip>
> There's also DamnSmallLinux but if you ask me that's going too far to
> the other extreme. Yeah, it fits inside 50M but cripes, it has to use
> weird package management to do it.
>
> If not FreeBSD, then something Arch-based is probably your best step 1.
> Arch is a bit like *buntu in many ways, once you've decided to go that
> route, there's not really much difference between all the variants.
> It's not the base that's resource heavy, it's KDE and Gnome.
>
>
>
>
> --
> Alan McKinnon
> alan.mckinnon@gmail.com

Although, if DSL *isn't* too far in the tiny direction, it's a bit
much of a desktop oriented system to tweak for headless use, when a
large part of that work was already done... TinyCore and MicroCore are
pretty much a bare minimal desktop and a bare minimal CLI only setup,
respectively, though they have very similar packaging setups to DSL.

-- 
Poison [BLX]
Joshua M. Murphy


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-user] Re: [Offtopic] Lightweight server distro for an old motherboard
  2012-08-29  2:57 [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard Andrew Lowe
  2012-08-29  3:35 ` Michael Mol
  2012-08-29  4:42 ` kwkhui
@ 2012-08-30 18:16 ` James
  2012-08-30 18:37   ` Andrew Lowe
  2 siblings, 1 reply; 13+ messages in thread
From: James @ 2012-08-30 18:16 UTC (permalink / raw
  To: gentoo-user

Andrew Lowe <agl <at> wht.com.au> writes:


> 	Anyone got any suggestions for a lightweight server distro for an old 
> motherboard? I've got one of the VIA mini-ITX boards, SP13000, and want 
> to whack something light onto it. It will be working as a file/media 
> server and will be headless, hence will be fiddled via ssh. Obviously 
> there are the usual suspects, debian, centos, but does anyone have any 
> recommendations viv a vis a stripped down distro, sort of like Lubuntu 
> is to Ubuntu?

embedded gentoo is way cool! and very cutting edge.

http://www.gentoo.org/proj/en/base/embedded/handbook/

gentoo-embedded@lists.gentoo.org 
is where to join and post your questions.


Otherwise, for performance reasons, I'd go with open-embedded.

hth,
James



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] Re: [Offtopic] Lightweight server distro for an old motherboard
  2012-08-30 18:16 ` [gentoo-user] " James
@ 2012-08-30 18:37   ` Andrew Lowe
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Lowe @ 2012-08-30 18:37 UTC (permalink / raw
  To: gentoo-user

On 08/31/12 02:16, James wrote:
> Andrew Lowe <agl <at> wht.com.au> writes:
>
>
>> 	Anyone got any suggestions for a lightweight server distro for an old
>> motherboard? I've got one of the VIA mini-ITX boards, SP13000, and want
>> to whack something light onto it. It will be working as a file/media
>> server and will be headless, hence will be fiddled via ssh. Obviously
>> there are the usual suspects, debian, centos, but does anyone have any
>> recommendations viv a vis a stripped down distro, sort of like Lubuntu
>> is to Ubuntu?
>
> embedded gentoo is way cool! and very cutting edge.
>
> http://www.gentoo.org/proj/en/base/embedded/handbook/
>
> gentoo-embedded@lists.gentoo.org
> is where to join and post your questions.
>
>
> Otherwise, for performance reasons, I'd go with open-embedded.
>
> hth,
> James

	Thanks all for the suggestions. I ended up caving and going Gentoo 
again. I remembered that the original install, which took ages to 
"emerge world", had freevo, mysql, X, subversion and a lot of other 
stuff. This time it's just nzbget and file serving. The thought of 
"learning" another distro also didn't exactly excite me so it was back 
to familiar territory.

	Andrew



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-08-30 18:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-29  2:57 [gentoo-user] [Offtopic] Lightweight server distro for an old motherboard Andrew Lowe
2012-08-29  3:35 ` Michael Mol
2012-08-29  3:41   ` Andrew Lowe
2012-08-29 12:11     ` Peter Humphrey
2012-08-29 13:24     ` Alan McKinnon
2012-08-29 14:13       ` Joshua Murphy
2012-08-29 11:53   ` v_2e
2012-08-29  4:42 ` kwkhui
2012-08-29  4:53   ` Andrew Lowe
2012-08-29 13:20     ` Alan McKinnon
2012-08-29 13:37       ` Michael Mol
2012-08-30 18:16 ` [gentoo-user] " James
2012-08-30 18:37   ` Andrew Lowe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox