Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2002 15:22:52 +0100
From:      Poul-Henning Kamp <phk@freebsd.org>
To:        alpha@freebsd.org
Subject:   -current testers needed (no-destructive test)
Message-ID:  <91521.1035901372@critter.freebsd.dk>

next in thread | raw e-mail | index | archive | help

I need as many as possible of the people who run alpha/-current to
run a pair of simple tests.

You need an up to date -current kernel.

	cd /usr/src/lib/libdisk

	make obj ; make depend ; make tst01

for each of your harddisks run:
	echo quit | /usr/obj/`pwd`/tst01 $DISK
for instance:
	echo quit | /usr/obj/`pwd`/tst01 da0

If any of the expected partitions are missing, please send me
the following debugging information:

	sysctl -n kern.geom.conftxt

	dd if=/dev/$DISK count=2 | uuencode $USER.$DISK.uu

	the output of the tst01 command above.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?91521.1035901372>