Re: [CentOS] Old Small Box

2009-01-27 Thread William L. Maltby

On Tue, 2009-01-27 at 12:43 +0100, Morten Torstensen wrote:
> William L. Maltby wrote:
> > Oh boy! You've heard rumors that the BIOS manufacturers are going to
> > begin supporting file-system-specific layouts? I find that hard to
> > swallow.
> 
> Well, in theory we don't need BIOS support. The BIOS will check that the 
> first sector of the device is signed with 55AAh and just jump into the 
> code in the first sector. So if LVM leaves the first sector and track 
> (so grub can hide there) alone, it should work just fine.

As I thought (remembered). Which means no additional BIOS support is
needed. What's needed is that the first sector understands LVM (or
whatever the file system is if there's not LVM). So if we put the root
onto a "conventional" file system, the first sector would be the boot
code - no GRUB/LILO or anything else needed (IIRC). Of course, then no
parameters passed, no selection of alternate boots, etc.

Just like the old days! :-)

Simplicity has its strengths and weaknesses.

> 

-- 
Bill

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-27 Thread Morten Torstensen
William L. Maltby wrote:
> Oh boy! You've heard rumors that the BIOS manufacturers are going to
> begin supporting file-system-specific layouts? I find that hard to
> swallow.

Well, in theory we don't need BIOS support. The BIOS will check that the 
first sector of the device is signed with 55AAh and just jump into the 
code in the first sector. So if LVM leaves the first sector and track 
(so grub can hide there) alone, it should work just fine.

-- 

//Morten Torstensen
//Email: mor...@mortent.org
//IM: morten.torsten...@gmail.com

I can't listen to that much Wagner. I start getting the urge to conquer 
Poland.
-- Woody Allen
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-27 Thread Vnpenguin
On Thu, Jan 22, 2009 at 12:06 AM, Mike -- EMAIL IGNORED
 wrote:
> I have an old 400mHz Dell with a 20G hard drive
> and 125M ram.  Can I install and run CentOS on it?

I have a box PII 333MHz + 128 MB ram running (sshd, samba, httpd,...)
CentOS 4.x at home.

-- 
http://vnoss.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-27 Thread William L. Maltby

On Tue, 2009-01-27 at 08:28 +0100, Morten Torstensen wrote:
> Ross Walker wrote:
> > Well the only reason /boot isn't possible in LVM is because grub can't
> > of yet handle reading LVM volumes. As soon as it can though, there will
> > be no need for a separate /boot.
> 
> Then we just need BIOS support to boot from LVM, and we can create the 
> PV on /dev/sda and never care about the old partitions anymore. 
> Everything should be in LVM for ease of management.

Oh boy! You've heard rumors that the BIOS manufacturers are going to
begin supporting file-system-specific layouts? I find that hard to
swallow.

> 

-- 
Bill

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-26 Thread Morten Torstensen
Ross Walker wrote:
> Well the only reason /boot isn't possible in LVM is because grub can't
> of yet handle reading LVM volumes. As soon as it can though, there will
> be no need for a separate /boot.

Then we just need BIOS support to boot from LVM, and we can create the 
PV on /dev/sda and never care about the old partitions anymore. 
Everything should be in LVM for ease of management.

-- 

//Morten Torstensen
//Email: mor...@mortent.org
//IM: morten.torsten...@gmail.com

I can't listen to that much Wagner. I start getting the urge to conquer 
Poland.
-- Woody Allen
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-22 Thread Agile Aspect
Ross Walker wrote:
> Why is that? Old school habit or is there a real benefit?
>
> Swap performance should be equally good whether it be raw disk, raw  
> partition, LVM logical volume or even a flat file on today's kernels,  
> but maybe there is something I am unaware of
The downside of file system swap is when you reboot a machine
with a large amount of swap on the file system it can take
forever to get past the swap checking.

-- 
Article. VI. Clause 3 of the constitution of the United States states: 

"The Senators and Representatives before mentioned, and the Members of 
the several State Legislatures, and all executive and judicial Officers, 
both of the United States and of the several States, shall be bound by 
Oath or Affirmation, to support this Constitution; but no religious Test 
shall ever be required as a Qualification to any Office or public Trust 
under the United States." 


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-22 Thread Ross Walker
On Thu, Jan 22, 2009 at 2:58 PM, Robert Moskowitz  wrote:
> Ross Walker wrote:
>> On Jan 22, 2009, at 11:39 AM, Robert Moskowitz 
>> wrote:
>>
>>
>>> Kai Schaetzl wrote:
>>>
 Ralph Angenendt wrote on Thu, 22 Jan 2009 10:31:20 +0100:



> You need a combined(!) 768MB of RAM and Swap to successfully install
> CentOS 5.2 (see the release notes).
>
>
 in graphics mode.

>>> And really it is a performance question as long as you have 256M of
>>> real
>>> memory, the rest swap.  Since I always make my swap > 2xRAM, I am
>>> always
>>> installing on a system with at least 768Mb combined.
>>>
>>> I do not like the DIsk Druid default of putting the swap drive into
>>> the
>>> LVM partition.  I always redo the partitions so that swap is its own
>>> partition.
>>>
>>
>> Why is that? Old school habit or is there a real benefit?
>>
>
> It just feels wrong in so many ways.
>
> Why is /boot its own partition and not swap? I suspend to swap, so swap
> has to be as accessible as /boot?

Well the only reason /boot isn't possible in LVM is because grub can't
of yet handle reading LVM volumes. As soon as it can though, there will
be no need for a separate /boot.

> Am I going to enlarge swap at some point using LVM tools? Or shrink it?
> Can you even do that with a swap partition in LVM? So what ARE the
> values of swap in LVM? One less partition, I would think if you are
> going duo boot. But if not, again, where is the beef?

You can enlarge or shrink it if you want, remove it from swap first, but
many people just create another LV and add it to the mix.

I think the biggest benefit to swap on LVM is when working with software
RAID1 on the main disks, where you don't need to worry about creating
a special MD just for swap, md0 for /boot, md1 for LVM.

Not really a beef, in my books though it's added partitioning and
potentially wasted space, but disks are big these days, so what.

>> Swap performance should be equally good whether it be raw disk, raw
>> partition, LVM logical volume or even a flat file on today's kernels,
>> but maybe there is something I am unaware of.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-22 Thread Robert Moskowitz
Ross Walker wrote:
> On Jan 22, 2009, at 11:39 AM, Robert Moskowitz   
> wrote:
>
>   
>> Kai Schaetzl wrote:
>> 
>>> Ralph Angenendt wrote on Thu, 22 Jan 2009 10:31:20 +0100:
>>>
>>>
>>>   
 You need a combined(!) 768MB of RAM and Swap to successfully install
 CentOS 5.2 (see the release notes).

 
>>> in graphics mode.
>>>   
>> And really it is a performance question as long as you have 256M of  
>> real
>> memory, the rest swap.  Since I always make my swap > 2xRAM, I am  
>> always
>> installing on a system with at least 768Mb combined.
>>
>> I do not like the DIsk Druid default of putting the swap drive into  
>> the
>> LVM partition.  I always redo the partitions so that swap is its own
>> partition.
>> 
>
> Why is that? Old school habit or is there a real benefit?
>   

It just feels wrong in so many ways.

Why is /boot its own partition and not swap? I suspend to swap, so swap 
has to be as accessible as /boot?

Am I going to enlarge swap at some point using LVM tools? Or shrink it? 
Can you even do that with a swap partition in LVM? So what ARE the 
values of swap in LVM? One less partition, I would think if you are 
going duo boot. But if not, again, where is the beef?

> Swap performance should be equally good whether it be raw disk, raw  
> partition, LVM logical volume or even a flat file on today's kernels,  
> but maybe there is something I am unaware of.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-22 Thread Ross Walker

On Jan 22, 2009, at 11:39 AM, Robert Moskowitz   
wrote:

> Kai Schaetzl wrote:
>> Ralph Angenendt wrote on Thu, 22 Jan 2009 10:31:20 +0100:
>>
>>
>>> You need a combined(!) 768MB of RAM and Swap to successfully install
>>> CentOS 5.2 (see the release notes).
>>>
>>
>> in graphics mode.
>
> And really it is a performance question as long as you have 256M of  
> real
> memory, the rest swap.  Since I always make my swap > 2xRAM, I am  
> always
> installing on a system with at least 768Mb combined.
>
> I do not like the DIsk Druid default of putting the swap drive into  
> the
> LVM partition.  I always redo the partitions so that swap is its own
> partition.

Why is that? Old school habit or is there a real benefit?

Swap performance should be equally good whether it be raw disk, raw  
partition, LVM logical volume or even a flat file on today's kernels,  
but maybe there is something I am unaware of.

-Ross

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-22 Thread Robert Moskowitz
Kai Schaetzl wrote:
> Ralph Angenendt wrote on Thu, 22 Jan 2009 10:31:20 +0100:
>
>   
>> You need a combined(!) 768MB of RAM and Swap to successfully install
>> CentOS 5.2 (see the release notes).
>> 
>
> in graphics mode.

And really it is a performance question as long as you have 256M of real 
memory, the rest swap.  Since I always make my swap > 2xRAM, I am always 
installing on a system with at least 768Mb combined.

I do not like the DIsk Druid default of putting the swap drive into the 
LVM partition.  I always redo the partitions so that swap is its own 
partition.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-22 Thread Warren Young
Ralph Angenendt wrote:
> Warren Young wrote:
>> James A. Peltier wrote:
>>> CentOS 5 requires 512MB for installation
>> I had an EL5 install attempt fail on a VM with 512 MB of RAM.  Big ugly 
>> anaconda Python stack dump type error.  Upped the RAM for the VM, and it 
>> installed.
> 
> You need a combined(!) 768MB of RAM and Swap to successfully install

That's certainly the problem, thanks.  I don't use swap on VMs, for 
fairly obvious reasons.

I guess I could use file-based swap, so it's easy to turn off and 
recover the space after the install finishes.  My VMs really don't need 
more than 512 MB of RAM when running.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-22 Thread Brett Serkez
On Wed, Jan 21, 2009 at 6:06 PM, Mike -- EMAIL IGNORED
 wrote:
> I have an old 400mHz Dell with a 20G hard drive
> and 125M ram.  Can I install and run CentOS on it?

Depends on what you want to use it for.  I have successfully run
CentOS on PIIIs with as little as 256MB of memory, but with limited
functionality enabled, usually as a firewall, SAMBA server and/or web
server.  In all cases I took care during installation to install as
little software as possible, disable all unnecessary daemons and use
only the command line.

Brett
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-22 Thread Kai Schaetzl
Ralph Angenendt wrote on Thu, 22 Jan 2009 10:31:20 +0100:

> You need a combined(!) 768MB of RAM and Swap to successfully install
> CentOS 5.2 (see the release notes).

in graphics mode.

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-22 Thread Dougal Ballantyne
I install many Xen domU systems with 256MB running CentOS 5.x. If you
use text base installer, you should have no issues.


On Thu, Jan 22, 2009 at 12:56 PM, Michael Simpson
 wrote:
> On 1/22/09, Ralph Angenendt  wrote:
>> Warren Young wrote:
>> > James A. Peltier wrote:
>> > >
>> > > CentOS 5 requires 512MB for installation
>> >
>> > I had an EL5 install attempt fail on a VM with 512 MB of RAM.  Big ugly
>> > anaconda Python stack dump type error.  Upped the RAM for the VM, and it
>> > installed.
>>
>> You need a combined(!) 768MB of RAM and Swap to successfully install
>> CentOS 5.2 (see the release notes).
>>
>> Cheers,
>>
>> Ralph
>
> I have CentOS5 on a dell d400 latitude with 700MHz p3 and 256MB RAM.I
> installed using graphical installer and http for packages.
> Anaconda switches on swap real early but it all works.
> Switching out the hd for an ssd was a huge boost in performance and
> battery time.
>
> mike
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-22 Thread Michael Simpson
On 1/22/09, Ralph Angenendt  wrote:
> Warren Young wrote:
> > James A. Peltier wrote:
> > >
> > > CentOS 5 requires 512MB for installation
> >
> > I had an EL5 install attempt fail on a VM with 512 MB of RAM.  Big ugly
> > anaconda Python stack dump type error.  Upped the RAM for the VM, and it
> > installed.
>
> You need a combined(!) 768MB of RAM and Swap to successfully install
> CentOS 5.2 (see the release notes).
>
> Cheers,
>
> Ralph

I have CentOS5 on a dell d400 latitude with 700MHz p3 and 256MB RAM.I
installed using graphical installer and http for packages.
Anaconda switches on swap real early but it all works.
Switching out the hd for an ssd was a huge boost in performance and
battery time.

mike
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-22 Thread Ralph Angenendt
Warren Young wrote:
> James A. Peltier wrote:
> > 
> > CentOS 5 requires 512MB for installation
> 
> I had an EL5 install attempt fail on a VM with 512 MB of RAM.  Big ugly 
> anaconda Python stack dump type error.  Upped the RAM for the VM, and it 
> installed.

You need a combined(!) 768MB of RAM and Swap to successfully install
CentOS 5.2 (see the release notes).

Cheers,

Ralph


pgpcHUeGImx6Q.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-21 Thread Robert Moskowitz
Scott Silva wrote:
> on 1-21-2009 3:42 PM Robert Moskowitz spake the following:
>   
>> Mike -- EMAIL IGNORED wrote:
>> 
>>> I have an old 400mHz Dell with a 20G hard drive
>>> and 125M ram.  Can I install and run CentOS on it?
>>>   
>> Bring the memory up to 256Mb.
>>
>> I have a number of test servers running on similar platforms. But you 
>> have to get the memory up to at least 256Mb...
>> 
> And use a text based install.

It depends.  If you have all 256Mb, it still works.  But if your video 
'steals' some of it, yes you go to text install...


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-21 Thread John

> -Original Message-
> From: centos-boun...@centos.org 
> [mailto:centos-boun...@centos.org] On Behalf Of Barry Brimer
> Sent: Wednesday, January 21, 2009 8:33 PM
> To: CentOS mailing list
> Subject: Re: [CentOS] Old Small Box
> 
> > I have an old 400mHz Dell with a 20G hard drive
> > and 125M ram.  Can I install and run CentOS on it?
> > Thanks,
> > Mike.
> 
> My firewall is a Pentium 75 with 48 MB of RAM running CentOS 4.7 + 
> current.  I did a text based install, and the install took a 
> very long 
> time, but it works very well ..despite taking about 5 minutes 
> to boot up.
---
Yes, even with a HP Machine 400Mhz Celeron and 128 MB of ram will work
wonders. Top it off running on the GUI, all a bit slow but it will steam
along. Try to find 3 more MB of ram because you really need it. Firefox is a
lag to load but will eventually get rolling.

JohnStanley

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-21 Thread Ross Walker
On Jan 21, 2009, at 8:32 PM, Barry Brimer  wrote:

>> I have an old 400mHz Dell with a 20G hard drive
>> and 125M ram.  Can I install and run CentOS on it?
>> Thanks,
>> Mike.
>
> My firewall is a Pentium 75 with 48 MB of RAM running CentOS 4.7 +
> current.  I did a text based install, and the install took a very long
> time, but it works very well ..despite taking about 5 minutes to  
> boot up.

I remember running a color NeXTstation with 24MB in 1994 and it ran  
smoothly and I had Wordperfect and Lotus Improv running.

Now if I could only have an OS from back then running on today's  
hardware.

-Ross

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-21 Thread Barry Brimer
> I have an old 400mHz Dell with a 20G hard drive
> and 125M ram.  Can I install and run CentOS on it?
> Thanks,
> Mike.

My firewall is a Pentium 75 with 48 MB of RAM running CentOS 4.7 + 
current.  I did a text based install, and the install took a very long 
time, but it works very well ..despite taking about 5 minutes to boot up.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-21 Thread Kevin Krieser
Just to comment that this was with an actual RH installation DVD, not  
CentOS.  The only systems I've installed CentOS on has had at least  
1GB of RAM.

On Jan 21, 2009, at 6:54 PM, Kevin Krieser wrote:

> You can install 5 on it, but you probably won't be too happy with it.
> Make sure to have more than the default amount of swap installed.
>
> On Jan 21, 2009, at 5:16 PM, Stephen John Smoogen wrote:
>
>> On Wed, Jan 21, 2009 at 4:06 PM, Mike -- EMAIL IGNORED
>>  wrote:
>>> I have an old 400mHz Dell with a 20G hard drive
>>> and 125M ram.  Can I install and run CentOS on it?
>>> Thanks,
>>
>> You can install/run the CentOS-3 OS. CentOS-4 might run. I do not
>> think CentOS-5 would be able to be installed on the system.
>>
>>
>>
>> -- 
>> Stephen J Smoogen. -- BSD/GNU/Linux
>> How far that little candle throws his beams! So shines a good deed
>> in a naughty world. = Shakespeare. "The Merchant of Venice"
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-21 Thread Kevin Krieser
You can install 5 on it, but you probably won't be too happy with it.   
Make sure to have more than the default amount of swap installed.

On Jan 21, 2009, at 5:16 PM, Stephen John Smoogen wrote:

> On Wed, Jan 21, 2009 at 4:06 PM, Mike -- EMAIL IGNORED
>  wrote:
>> I have an old 400mHz Dell with a 20G hard drive
>> and 125M ram.  Can I install and run CentOS on it?
>> Thanks,
>
> You can install/run the CentOS-3 OS. CentOS-4 might run. I do not
> think CentOS-5 would be able to be installed on the system.
>
>
>
> -- 
> Stephen J Smoogen. -- BSD/GNU/Linux
> How far that little candle throws his beams! So shines a good deed
> in a naughty world. = Shakespeare. "The Merchant of Venice"
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-21 Thread Lanny Marcus
On Wed, Jan 21, 2009 at 6:37 PM, James A. Peltier  wrote:
> On Wed, 21 Jan 2009, Stephen John Smoogen wrote:
>> On Wed, Jan 21, 2009 at 4:06 PM, Mike -- EMAIL IGNORED
>>  wrote:
>>> I have an old 400mHz Dell with a 20G hard drive
>>> and 125M ram.  Can I install and run CentOS on it?

>
> CentOS 5 requires 512MB for installation due to building package
> dependancy trees.  Once installed it will *run* with less, of course,
> package dependency issues can still arise afterwards.

I have one box running CentOS 5.2 with 384 MB of RAM. I did the
graphical install on it, as on the 2 boxes with 512 MB of RAM.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-21 Thread Scott Silva
on 1-21-2009 3:42 PM Robert Moskowitz spake the following:
> Mike -- EMAIL IGNORED wrote:
>> I have an old 400mHz Dell with a 20G hard drive
>> and 125M ram.  Can I install and run CentOS on it?
> 
> Bring the memory up to 256Mb.
> 
> I have a number of test servers running on similar platforms. But you 
> have to get the memory up to at least 256Mb...
And use a text based install.

-- 
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-21 Thread Warren Young
James A. Peltier wrote:
> 
> CentOS 5 requires 512MB for installation

I had an EL5 install attempt fail on a VM with 512 MB of RAM.  Big ugly 
anaconda Python stack dump type error.  Upped the RAM for the VM, and it 
installed.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-21 Thread Robert Moskowitz
Mike -- EMAIL IGNORED wrote:
> I have an old 400mHz Dell with a 20G hard drive
> and 125M ram.  Can I install and run CentOS on it?

Bring the memory up to 256Mb.

I have a number of test servers running on similar platforms. But you 
have to get the memory up to at least 256Mb...


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-21 Thread James A. Peltier
On Wed, 21 Jan 2009, Stephen John Smoogen wrote:

> On Wed, Jan 21, 2009 at 4:06 PM, Mike -- EMAIL IGNORED
>  wrote:
>> I have an old 400mHz Dell with a 20G hard drive
>> and 125M ram.  Can I install and run CentOS on it?
>> Thanks,
>
> You can install/run the CentOS-3 OS. CentOS-4 might run. I do not
> think CentOS-5 would be able to be installed on the system.
>

CentOS 5 requires 512MB for installation due to building package 
dependancy trees.  Once installed it will *run* with less, of course, 
package dependency issues can still arise afterwards. ;)

-- 
James A. Peltier
Systems Analyst (FASNet), VIVARIUM Technical Director
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.fas.sfu.ca | http://vivarium.cs.sfu.ca
MSN : subatomic_s...@hotmail.com

To make a mistake is human.
To blame it on others... that's management material!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Old Small Box

2009-01-21 Thread Stephen John Smoogen
On Wed, Jan 21, 2009 at 4:06 PM, Mike -- EMAIL IGNORED
 wrote:
> I have an old 400mHz Dell with a 20G hard drive
> and 125M ram.  Can I install and run CentOS on it?
> Thanks,

You can install/run the CentOS-3 OS. CentOS-4 might run. I do not
think CentOS-5 would be able to be installed on the system.



-- 
Stephen J Smoogen. -- BSD/GNU/Linux
How far that little candle throws his beams! So shines a good deed
in a naughty world. = Shakespeare. "The Merchant of Venice"
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Old Small Box

2009-01-21 Thread Mike -- EMAIL IGNORED
I have an old 400mHz Dell with a 20G hard drive
and 125M ram.  Can I install and run CentOS on it?
Thanks,
Mike.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos