+ id -u + [ 0 -ne 0 ] + . ../default.cfg + export RUNDIR=/tmp/stressX + export RUNTIME=2m + export VERBOSE=1 + export LOAD=20 + export INCARNATIONS=20 + export BLASTHOST=192.168.1.3 + export runRUNTIME=3d + export runINCARNATIONS=1 + export runLOAD=100 + export swapINCARNATIONS=40 + export swapLOAD=80 + export syscallKILL=1 + export rwLOAD=70 + export mkdirLOAD=80 + export creatLOAD=80 + export symlinkLOAD=20 + export tcpKILL=1 + export shmINCARNATIONS=5 + TESTPROGS=' testcases/rw/rw testcases/swap/swap testcases/creat/creat testcases/mkdir/mkdir testcases/thr1/thr1 testcases/udp/udp testcases/tcp/tcp ' + export TESTPROGS + [ -r default.cfg ] + diskimage=/var/tmp/diskimage + mntpoint=/mnt + testuser=pho + mdstart=5 + part=a + hostname + [ -f ./x4.osted.lan ] + hostname + [ -f ../x4.osted.lan ] + hostname + . ../x4.osted.lan + echo 'Local config: x4' Local config: x4 + export BLASTHOST=192.168.1.5 + export mkfifoKILL=1 + mount + grep -q /mnt + mdconfig -l + grep -q 5 + mdconfig -a -t swap -s 1g -u 5 + bsdlabel -w md5 auto + newfs -U md5a + mount /dev/md5a /mnt + pwd + here=/home/pho/stress2/misc + cd /tmp + sed 1,/^EOF/d + cc -o truncate5 -Wall -Wextra -O2 truncate5.c + rm -f truncate5.c + export RUNDIR=/mnt/stressX + [ -d /mnt/stressX ] + mkdir -p /mnt/stressX + cd /mnt/stressX + /tmp/truncate5 + cd /home/pho/stress2/misc + rm -f /tmp/truncate5 + mount + grep -q md5a + umount /mnt umount: unmount of /mnt failed: Device busy + sleep 1 + mount + grep -q md5a + umount /mnt + mount + grep -q md5a + fsck -n -t ufs /dev/md5a + egrep -q 'BAD|WRONG' + fsck -n -t ufs /dev/md5a ** /dev/md5a (NO WRITE) ** Last Mounted on /mnt ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups FREE BLK COUNT(S) WRONG IN SUPERBLK SALVAGE? no SUMMARY INFORMATION BAD SALVAGE? no BLK(S) MISSING IN BIT MAPS SALVAGE? no 3 files, 3 used, 506473 free (33 frags, 63305 blocks, 0.0% fragmentation) + mdconfig -d -u 5 + exit 0