Re: Redundant Servers - Possibility??

1998-05-11 Thread Matt Warnock
Well, its not THAT easy. There are two issues-- 1) keeping multiple copies of data current, and 2) getting the system to recognize a failure of the primary server and promote a secondary server. Keeping fairly static data current can be as simple as a nightly backup or 'cp -a' script. Or use

Re: creating supp.img

1998-05-11 Thread Matt Warnock
On Mon, 11 May 1998, Stacy Brodzik wrote: > I am trying to install RedHat LINUX on a PC for the first time. I > successfully created the boot disk from "boot.img" and RAWRITE.EXE. > After the floppy was created, I was able to "dir" the contents of it. > However, when I tried to do the same thing

Re: Western Digital

1998-05-11 Thread Matt Warnock
On Tue, 12 May 1998, Alexei Nefediev wrote: > > > > > Is it just me, or do Western Digital drives fail as much for everyone > > else as they do for me. I've had to replace the same 1.2 gig drive three > > times in the last year. I just replaced this drive (via RMA) about two > > weeks ago

simple procmail question

1998-05-11 Thread Matt Warnock
On Mon, 11 May 1998, Raul Manuel Jorja wrote: > If you want to redistribute your mail to your local users you have to > use procmail and make a .procmail file like this: > > :0 > *^TO.*joe* > !joe > > :0 > *^TO.*jim* > !jim > > .. and so on... > > where joe, and jim are local users. > > do m