From owner-freebsd-questions@FreeBSD.ORG  Fri Jul  6 03:07:02 2012
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
Delivered-To: freebsd-questions@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4EA161065677
	for <freebsd-questions@FreeBSD.org>;
	Fri,  6 Jul 2012 03:07:02 +0000 (UTC)
	(envelope-from mueller23@insightbb.com)
Received: from mail.insightbb.com (smtp2.insight.synacor.com [208.47.185.24])
	by mx1.freebsd.org (Postfix) with ESMTP id 039C48FC16
	for <freebsd-questions@FreeBSD.org>;
	Fri,  6 Jul 2012 03:07:01 +0000 (UTC)
X_CMAE_Category: 0,0 Undefined,Undefined
X-CNFS-Analysis: v=1.1 cv=z5JnbuUV59w9XxpMO3Yhc9aVbWy8YmjdXuO1Tcff/LU= c=1
	sm=0 a=jLN7EqiLvroA:10 a=3AID3nCUAAAA:8 a=1yOmCHL0AAAA:8
	a=W1aHVM3DUP28NaW91CMA:9 a=bUNgB8KG-QYA:10
	a=Q/oqmR4JO1zR3vNQamCQeQ==:117
X-CM-Score: 0
X-Scanned-by: Cloudmark Authority Engine
Authentication-Results: smtp02.insight.synacor.com
	smtp.mail=mueller23@insightbb.com; spf=softfail;
	sender-id=softfail
Authentication-Results: smtp02.insight.synacor.com
	header.from=mueller23@insightbb.com; sender-id=softfail
Received-SPF: softfail (smtp02.insight.synacor.com: transitional domain
	insightbb.com does not designate 74.134.26.53 as permitted
	sender)
Received: from [74.134.26.53] ([74.134.26.53:42727] helo=localhost)
	by mail.insightbb.com (envelope-from <mueller23@insightbb.com>)
	(ecelerity 2.2.2.40 r(29895/29896)) with ESMTP
	id A5/11-06836-45656FF4; Thu, 05 Jul 2012 23:07:01 -0400
Date: Thu, 05 Jul 2012 23:07:00 -0400
Message-ID: <A5.11.06836.45656FF4@smtp02.insight.synacor.com>
From: "Thomas Mueller" <mueller23@insightbb.com>
To: freebsd-questions@FreeBSD.org
References: <2131197703.385287.1341514811190.JavaMail.apache@nm31.abv.bg>
	<201207060058.q660wCJU082422@fire.js.berklix.net>
Cc: 
Subject: Re: Hi i want to ask a question
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Jul 2012 03:07:02 -0000

from Ivan Ivanov <hellco@abv.bg>:

> Hi i want to ask a question about the new release of FreeBSD (9) is it posible to run this release /whit GUI/ in IBM Thinkpad 1161 217 whit this specs 500 mhz Intel Celeron processor 64mb Ram and 5gb HDD

I think it would be possible, but there would not be enough RAM or disk space to rebuild the system (make buildworld) or build the bigger applications from the ports collection.  You might not have enough RAM to run (Mozilla) Firefox. 

There are some things you could do not involving the fancy stuff: server, maybe?

You could try to find something for older computers on distrowatch.com, such as Puppy Linux.

Julian Stacey responded:

> Sorry, duff advice, don't need to send enquirer off to Linux IMO ;-)

> I guess Linux probably can't shrink smaller than BSD,
> (though that could be an endless thread, custom kernels & 
> striping binaries, & older gcc being a Lot smaller etc)

> but Firefox & Gcc will be approx same size on both if same version.

> maybe the enquirer doesnt need firefox anyway,
> eg the router passing this mail runs 6.4, with 40M ram
> doesn't need firefox, does run proxy http & sendmail etc.

> Dont forget why Swap was invented. One doesnt Have to have tons of ram.
> Things might or not thrash depending on load etc.

> However ... 64M with X GUI sounds a stretch, 
> but then equally for modern BSD & Linux,

> Easier with older smaller versions of OS.
> (gcc thrashes building itself now on low memory machines)

Building big ports, including gcc, really can bog down on an old under-resourced computer, even with 256 MB RAM and 12 GB FreeBSD slice.

I speak from experience with both Linux and FreeBSD, through 8.2 on old computer.  NetBSD too (5.1_STABLE).

On this old computer, GNOME 3 live CDs and USB failed to boot and get to GUI: didn't work at all.

When I first responded on this thread, I didn't think of FreeDOS (www.freedos.org), but then you can't run anything close to Firefox on FreeDOS or any other DOS.  But FreeDOS would run with a 5 GB hard drive all in one FAT32 partition.

Work has been and is being done on FreeBSD to make it feasible to install application software via binary patches, that would come in useful on low-resource computers.  With 64 MB RAM, I'd look to a window manager like IceWM, or maybe JWM or Ratpoison, but certainly not KDE.

An old computer with insufficient RAM for fancy browsers and multimedia can still be useful for a server or router.

Tom