NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/38453: install crash
The following reply was made to PR install/38453; it has been noted by GNATS.
From: dieter roelants <dieter.NetBSD%pandora.be@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: install/38453: install crash
Date: Fri, 18 Apr 2008 13:48:45 +0200
On Thu, 17 Apr 2008 19:35:01 +0000 (UTC)
mandrakeroot%lavabit.com@localhost wrote:
> but, interesting enough :
>
> dd if=downloads/i386cd-4.0.iso bs=2048 count=123641 |sha512sum
> 123641+0 records in
> 123641+0 records out
> 788105a061a604bd6780ca4c6dbe1f308732412136ce80562f2620e0e6562f859acb43ade6391ddd61c0671667f22b4a32abcacab79111b45e7832040c47d78e
>
>
> reading the iso with the same parameters as the cd brings out the same
> checksum : -definitely not a write error. I'm not a unix guru, maybe they're
> supposed to be this way, but nonetheless the install crashes so i thought
> i'd let you know.
Looks like the iso wasn't written completely to your CD. Try the above
command without the count parameter:
dd if=/ftproot/pub/NetBSD/iso/4.0/i386cd-4.0.iso bs=2048 count=123641 | cksum
-a sha512
123641+0 records in
123641+0 records out
253216768 bytes transferred in 4.452 secs (56877081 bytes/sec)
788105a061a604bd6780ca4c6dbe1f308732412136ce80562f2620e0e6562f859acb43ade6391ddd61c0671667f22b4a32abcacab79111b45e7832040c47d78e
dd if=/ftproot/pub/NetBSD/iso/4.0/i386cd-4.0.iso bs=2048 | cksum -a sha512
123791+0 records in
123791+0 records out
253523968 bytes transferred in 4.457 secs (56882200 bytes/sec)
d1bde0f30d12d4ae3f1b15dd4f2e264dc6d2ecd03a630ed6a220a185b2684d10327f7c17ad60b9614e0c7788b76103d7ac195c24b904243f6fb7fd71623cd841
Kind regards
dieter
Home |
Main Index |
Thread Index |
Old Index