Re: [9fans] 9front ISO image

2016-01-11 Thread V. M. (Mark) Haas
Thanks for you help. -- Mark

Re: [9fans] 9front ISO image

2016-01-10 Thread cinap_lenrek
> Am I missing something simple, or has something changed? no, it is fixed now. term% hget http://9front.org/iso/9front-5048.e16a172bcae6.iso.bz2 | md5sum 05261773213fa4b9cd4febe13d6ed1d2 -- cinap

Re: [9fans] 9front ISO image

2016-01-10 Thread cinap_lenrek
yes, the file appears to be all zeros until 0x4. until this is fixed, use torrent or fetch the file from: http://r-36.net/9front/9front-5048.e16a172bcae6.iso.bz2 -- cinap

Re: [9fans] 9front ISO image

2016-01-10 Thread Emil Holmstrom
Hi, Looks like the header of the file is a bit broken: cpu% hget 'http://9front.org/iso/9front-5048.e16a172bcae6.iso.bz2' | dd -count 1 -bs 512 | python -c 'import sys;print ["%02x"%ord(x) for x in sys.stdin.read()]' 1+0 records in 1+0 records out ['00', '00', '00', '00', '00', '00', '00', '00',

[9fans] 9front ISO image

2016-01-10 Thread V.M.(Mark) Haas
All - (This is a 9front question) I am trying to get the ISO image to start building a 9front machine, and recently have been unable to get a usable image. I've tried using (on Centos7) Firefox and wget, and the results returned won't get through bunzip2. They aren't recognized as bzip2 files.