Paul Lussier <[EMAIL PROTECTED]> writes:

> Does anyone here have any experience with creating system burn-in
> suites?  

One idea that comes to mind is this:

(while /bin/true ; do sync ; sleep 3 ; done) &
cd /usr/src/linux
while /bin/true ; do make clean && make -j 4 all modules ; done

You get the idea.

--kevin

PS  For the truly paranoid, turn off hardware write caching on your
    hard drives.

-- 
GnuPG ID: B280F24E                     And the madness of the crowd
alumni.unh.edu!kdc                     Is an epileptic fit
                                       -- Tom Waits
_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss

Reply via email to