hardware tester - logs
Carl Karsten
carl at personnelware.com
Sun Mar 27 14:09:26 CST 2005
Carl Karsten wrote:
> One of my text boxes keeps "hanging" during the install, different
> places using the same install. I am guessing a hardware problem. I ran
> memtest, no errors. Any recomendations on something that will test the
> rest of the hardware?
>
> Carl K
So here is /var/log/* (whatever would fit on a floppy) from the box
after another mystry error. Anyone see what the problem is?
http://dev.personnelware.com/carl/temp/Mar27/1111953609/
The above came from this script:
#! /bin/sh -x
# clp.sh
mkdir -p /media/floppy
mount -t vfat /dev/fd0 /media/floppy
cd /media/floppy
rm -rf logs
mkdir logs
cd logs
cp /var/log/messages .
cp /var/log/syslog .
# make sure these don't get wacked
chmod u-r *
# whatever else will fit.
cp -r /var/log/* .
ps auxw >ps.txt
lsof >lsof.txt
lsmod >lsmod.txt
cd
umount /media/floppy
Carl K
More information about the ubuntu-devel
mailing list