amd64 snapshot: md5 mismatch install42.iso

2007-08-12 Thread Adriaan
A md5 -c MD5 fails for install42.iso

$ md5 -c MD5

[snip](MD5) comp42.tgz: OK
(MD5) etc42.tgz: OK
(MD5) floppy42.fs: OK
md5: cannot open game42.tgz: No such file or directory
(MD5) game42.tgz: FAILED
(MD5) install42.iso: FAILED
(MD5) man42.tgz: OK
(MD5) misc42.tgz: OK
[snip]

$ grep install MD5
MD5 (install42.iso) = 5ce43911c72c3a75090b0e89c95f914e
$ md5

$ md5 install42.iso
MD5 (install42.iso) = 36226a0a10074e4da7ac3d4e73dd7a91

I burned a CDRW with this iso anyway, because the MD5 of the filesets
on the CD matched the ones on the ftp site. The CD installs and boots
fine on my amd64 box.

From the system installed with this ISO:

$ dmesg | head -4
OpenBSD 4.2 (RAMDISK_CD) #1235: Fri Aug 10 02:16:23 MDT 2007
[EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
real mem = 1072230400 (1022MB)
avail mem = 1031131136 (983MB)

The installation filesets on the CD:

$ ls -l /mnt/4.2/amd64/
total 456239
-rw-r--r--  1 root  wheel 79895 Aug 10 10:33 INSTALL.amd64
-r--r--r--  1 root  wheel   847 Aug 10 14:33 TRANS.TBL
-rw-r--r--  1 root  wheel  46864679 Aug 10 10:25 base42.tgz
-rwxr--r--  1 root  wsrc   2048 Aug 10 14:33 boot.catalog
-rwxr-xr-x  1 root  wheel   6530715 Aug 10 10:33 bsd
-rwxr-xr-x  1 root  wheel   6644296 Aug 10 10:33 bsd.mp
-rwxr-xr-x  1 root  wheel   5767441 Aug 10 10:33 bsd.rd
-r-xr-xr-x  1 root  wheel 42588 Aug 10 10:33 cdboot
-r-xr-xr-x  1 root  wheel  2048 Aug 10 10:33 cdbr
-rw-r--r--  1 root  wheel  90921068 Aug 10 10:31 comp42.tgz
-rw-r--r--  1 root  wheel   1239465 Aug 10 10:31 etc42.tgz
-rw-r--r--  1 root  wheel   2701983 Aug 10 10:32 game42.tgz
-rw-r--r--  1 root  wheel   7656399 Aug 10 10:32 man42.tgz
-rw-r--r--  1 root  wheel   2292911 Aug 10 10:33 misc42.tgz
-rw-r--r--  1 root  wheel  13408252 Aug  9 22:53 xbase42.tgz
-rw-r--r--  1 root  wheel 78235 Aug  9 22:53 xetc42.tgz
-rw-r--r--  1 root  wheel  35580412 Aug  9 22:53 xfont42.tgz
-rw-r--r--  1 root  wheel  11237189 Aug  9 22:53 xserv42.tgz
-rw-r--r--  1 root  wheel   2548608 Aug  9 22:53 xshare42.tgz

=Adriaan=



Re: amd64 snapshot: md5 mismatch install42.iso

2007-08-12 Thread Nick Holland
Adriaan wrote:
 A md5 -c MD5 fails for install42.iso

Thats' an experimental feature, not necessarily kept in sync
with the rest of the build process at the moment, and thus,
the MD5 files may very well not match.

Nick.