Re: [gentoo-user] (A bit OT) Gentoo on a Dell OptiPlex G1

2005-06-29 Thread Walter Dnes
On Mon, Jun 27, 2005 at 05:20:42PM -0400, Colin wrote

 Taking a guess here:
  CHOST=i686-pc-linux-gnu
  CFLAGS=-O2 -march=pentium3 -pipe -fomit-frame-pointer -fstack-protector

   From my PIII's /etc/make.conf

CFLAGS=-O2 -march=pentium3 -fomit-frame-pointer -mmmx -msse -mfpmath=sse
CHOST=i686-pc-linux-gnu
CXXFLAGS=${CFLAGS}
MAKEOPTS=-j1

   To confirm the mmx and sse flags, boot any linux live CD, and execute

cat /proc/cpuinfo

The FLAGS line should contain mmx and sse.  You should also have
mmx and sse in your USE variable.

-- 
Walter Dnes [EMAIL PROTECTED]
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] (A bit OT) Gentoo on a Dell OptiPlex G1

2005-06-28 Thread Bill Roberts
There is a problem with the power supply on Dell. At some point, they
reversed the polarity, making it proprietary.  If you put a non-Dell
motherboard on one of those machines without changing out the
powersupply, you'll fry it.

The details are available at http://hardwareguys.com .

Bill Roberts

On 15:16 Tue 28 Jun , Peng wrote:
 On 6/28/05, Colin [EMAIL PROTECTED] wrote:
  Peng wrote:
  
  On 6/28/05, Colin [EMAIL PROTECTED] wrote:
  
  
  A. Khattri wrote:
  
  On Mon, 27 Jun 2005, Colin wrote:
  
  CPU:  Undecided, some flavor of Pentium III
  RAM:  256 MB
  Storage:  700 MB IDE (/boot, something else)
  Storage:  18.2 GB Ultra160 SCSI (on a Series 428 MegaRAID)
  OS:  Windows NT Server... kidding!  Gentoo!
  
  If you go to the Dell support web site and punch in the service tag or
  serial number (on the back, probably on the PSU) you can get complete
  technical specs on that machine.
  
  Yeah, I know, but the only original parts are the case, riser card and
  power supply. :-)
  
  
  The motherboard? I didn't know you could do that much to a Dell..
  
  
  Don't get your hopes up.  It's a replacement.  The voltage regulator on
  the old one failed, so it would spontaneously reboot.  But I imagine
  motherboards from similar Dell desktops of that era would also fit in
  that case.
  
  --
  Colin
 
 Oh, so it's just a more or less identical replacement from Dell? Which
 parts are just replacements and which are actually different?
 
 -- 
 gentoo-user@gentoo.org mailing list
 


pgpYQAwIWj7l9.pgp
Description: PGP signature


Re: [gentoo-user] (A bit OT) Gentoo on a Dell OptiPlex G1

2005-06-27 Thread Walter Dnes
On Sun, Jun 26, 2005 at 04:36:51PM -0400, Colin wrote
 Has anyone had any experience with this?  Would Gentoo install and
 run on this machine without any problems?  It looks like it will make
 an ideal server/NAT gateway/distcc node/rsync server/DHCP server/DNS
 server/wireless AP for my home network.

  As long as you don't try loading X/gnome/KDE you should be OK.  Just
to see if it could be done, I got Gentoo working on a 400 mhz PII, Dell
Optiplex GX1.  There was one weird setting I needed in /etc/make.conf

MAKEOPTS=-j1

With the recommended -j2 setting, compiles were blowing up.  Other than
that, and being a bit slow, it was OK.  How large is the hard drive?

-- 
Walter Dnes [EMAIL PROTECTED]
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] (A bit OT) Gentoo on a Dell OptiPlex G1

2005-06-27 Thread Colin

Walter Dnes wrote:


On Sun, Jun 26, 2005 at 04:36:51PM -0400, Colin wrote
 


Has anyone had any experience with this?  Would Gentoo install and
run on this machine without any problems?  It looks like it will make
an ideal server/NAT gateway/distcc node/rsync server/DHCP server/DNS
server/wireless AP for my home network.
   



 As long as you don't try loading X/gnome/KDE you should be OK.  Just
to see if it could be done, I got Gentoo working on a 400 mhz PII, Dell
Optiplex GX1.  There was one weird setting I needed in /etc/make.conf

MAKEOPTS=-j1

With the recommended -j2 setting, compiles were blowing up.  Other than
that, and being a bit slow, it was OK.  How large is the hard drive?
 

I'm not loading any DE's, just the basic server stuff like OpenSSH, 
Squid, iptables, dhcpd, dnsmasq, ProFTPd, rsync, distcc, Samba, 
hardened-sources, etc.  This is still in the planning stages.  I've read 
through the Home Server HOWTO on the Gentoo Wiki site, that's where I 
got this great idea.


Taking a guess here:
 CHOST=i686-pc-linux-gnu
 CFLAGS=-O2 -march=pentium3 -pipe -fomit-frame-pointer -fstack-protector

CPU:  Undecided, some flavor of Pentium III
RAM:  256 MB
Storage:  700 MB IDE (/boot, something else)
Storage:  18.2 GB Ultra160 SCSI (on a Series 428 MegaRAID)
OS:  Windows NT Server... kidding!  Gentoo!

--
Colin

--
gentoo-user@gentoo.org mailing list



[gentoo-user] (A bit OT) Gentoo on a Dell OptiPlex G1

2005-06-26 Thread Colin
Has anyone had any experience with this?  Would Gentoo install and run 
on this machine without any problems?  It looks like it will make an 
ideal server/NAT gateway/distcc node/rsync server/DHCP server/DNS 
server/wireless AP for my home network.


Also, I'd like to put a Pentium III in this machine, since it will be 
under a decent load most of the time.  A 550 MHz Slot 1 Pentium III is 
possible in this machine, but I want more power.  I've heard about 
someone using a slocket (Slot1-Socket370 adapter) and an FC-PGA2 adapter 
in the slocket to successfully use a 1.4 GHz Pentium III (Tualatin 
core).  Has anyone out there put a Socket 370 processor in this machine?

--
Colin
--
gentoo-user@gentoo.org mailing list



[gentoo-user] (A bit OT) Gentoo on a Dell OptiPlex G1

2005-06-26 Thread Colin
Has anyone had any experience with this?  Would Gentoo install and run 
on this machine without any problems?  It looks like it will make an 
ideal server/NAT gateway/distcc node/rsync server/DHCP server/DNS 
server/wireless AP for my home network.


Also, I'd like to put a Pentium III in this machine, since it will be 
under a decent load most of the time.  A 550 MHz Slot 1 Pentium III is 
possible in this machine, but I want more power.  I've heard about 
someone using a slocket (Slot1-Socket370 adapter) and an FC-PGA2 adapter 
in the slocket to successfully use a 1.4 GHz Pentium III (Tualatin 
core).  Has anyone out there put a Socket 370 processor in this machine?

--
Colin
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] (A bit OT) Gentoo on a Dell OptiPlex G1

2005-06-26 Thread Michael Haan
On 6/26/05, Colin [EMAIL PROTECTED] wrote:
 Has anyone had any experience with this?  Would Gentoo install and run
 on this machine without any problems?  It looks like it will make an
 ideal server/NAT gateway/distcc node/rsync server/DHCP server/DNS
 server/wireless AP for my home network.
 
 Also, I'd like to put a Pentium III in this machine, since it will be
 under a decent load most of the time.  A 550 MHz Slot 1 Pentium III is
 possible in this machine, but I want more power.  I've heard about
 someone using a slocket (Slot1-Socket370 adapter) and an FC-PGA2 adapter
 in the slocket to successfully use a 1.4 GHz Pentium III (Tualatin
 core).  Has anyone out there put a Socket 370 processor in this machine?
 --
 Colin
 --
 gentoo-user@gentoo.org mailing list
 
 

I've got it running as a music server on a GX110.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] (A bit OT) Gentoo on a Dell OptiPlex G1

2005-06-26 Thread Simon Castillo

Michael Haan wrote:


On 6/26/05, Colin [EMAIL PROTECTED] wrote:
 


Has anyone had any experience with this?  Would Gentoo install and run
on this machine without any problems?  It looks like it will make an
ideal server/NAT gateway/distcc node/rsync server/DHCP server/DNS
server/wireless AP for my home network.

Also, I'd like to put a Pentium III in this machine, since it will be
under a decent load most of the time.  A 550 MHz Slot 1 Pentium III is
possible in this machine, but I want more power.  I've heard about
someone using a slocket (Slot1-Socket370 adapter) and an FC-PGA2 adapter
in the slocket to successfully use a 1.4 GHz Pentium III (Tualatin
core).  Has anyone out there put a Socket 370 processor in this machine?
--
Colin
--
gentoo-user@gentoo.org mailing list


   



I've got it running as a music server on a GX110.

 


I have a Dell Dimension 4300 running gentoo without any problem :)
--
gentoo-user@gentoo.org mailing list