On 2008-08-18 08:05, Garrett Cooper wrote: > When trying to install 7.0-RELEASE on amd64 with the snapshot CD for > 8.0-CURRENT, I'm running into issues where I can't seem to install > because the installer gets to a point where it just quits with a -1 > exit code. > > Looking at the console I see a load of "cpio: malformed number" > messages scroll by the screen, which makes me think that the issue > lays with either the integrity of the archives received, or there's a > bug with cpio that's included in the snapshot CD. It's the same with 8.0-CURRENT-200807-i386-disc1.iso. Even GNU cpio doesn't eat the files (for example base.??): cpio: Malformed number 000755 cpio: Malformed number 000000 [...] file(1) says the uncompressed data looks like a POSIX tar archive, and GNU tar can uncompress it alright: drwxr-xr-x root/wheel 0 2008-07-16 00:08 ./ drwxr-xr-x root/wheel 0 2008-07-16 00:07 ./bin/ drwxr-xr-x root/wheel 0 2008-07-16 00:08 ./boot/ dr-xr-xr-x root/wheel 0 2008-07-15 23:59 ./dev/ drwxr-xr-x root/wheel 0 2008-07-16 00:08 ./etc/ drwxr-xr-x root/wheel 0 2008-07-16 00:04 ./lib/ drwxr-xr-x root/wheel 0 2008-07-16 00:02 ./libexec/ drwxr-xr-x root/wheel 0 2008-07-15 23:59 ./media/ drwxr-xr-x root/wheel 0 2008-07-15 23:59 ./mnt/ dr-xr-xr-x root/wheel 0 2008-07-15 23:59 ./proc/ drwxr-xr-x root/wheel 0 2008-07-16 00:04 ./rescue/ drwxr-xr-x root/wheel 0 2008-07-16 00:08 ./root/ drwxr-xr-x root/wheel 0 2008-07-16 00:08 ./sbin/ drwxrwxrwt root/wheel 0 2008-07-15 23:59 ./tmp/ drwxr-xr-x root/wheel 0 2008-07-16 06:49 ./usr/ drwxr-xr-x root/wheel 0 2008-07-16 06:49 ./var/ lrwxr-xr-x root/wheel 0 2008-07-15 23:59 ./sys -> usr/src/sys -rw-r--r-- root/wheel 786 2008-07-16 00:08 ./.cshrc -rw-r--r-- root/wheel 253 2008-07-16 00:08 ./.profile -r--r--r-- root/wheel 6188 2008-07-16 00:08 ./COPYRIGHT [...] While GNU cpio shows something completely different: dr-sr-s--T 1 0 root 0 Feb 7 2006 ./ dr-sr-s--T 1 0 root 0 Feb 7 2006 ./bin/ dr-sr-s--T 1 0 root 0 Feb 7 2006 ./boot/ dr-sr-x--T 1 0 root 0 Feb 7 2006 ./dev/ dr-sr-s--T 1 0 root 0 Feb 7 2006 ./etc/ dr-sr-s--T 1 0 root 0 Feb 7 2006 ./lib/ dr-sr-s--T 1 0 root 0 Feb 7 2006 ./libexec/ dr-sr-s--T 1 0 root 0 Feb 7 2006 ./media/ dr-sr-s--T 1 0 root 0 Feb 7 2006 ./mnt/ dr-sr-x--T 1 0 root 0 Feb 7 2006 ./proc/ dr-sr-s--T 1 0 root 0 Feb 7 2006 ./rescue/ dr-sr-s--T 1 0 root 0 Feb 7 2006 ./root/ dr-sr-s--T 1 0 root 0 Feb 7 2006 ./sbin/ drwsrws--T 1 0 root 0 Feb 7 2006 ./tmp/ dr-sr-s--T 1 0 root 0 Feb 10 2006 ./usr/ dr-sr-s--T 1 0 root 0 Feb 10 2006 ./var/ lr-sr-s--T 1 0 root 0 Feb 7 2006 ./sys -> usr/src/sys -r-Sr-S--- 1 0 root 6288 Feb 7 2006 ./.cshrc ---------- 1 0 root 0 Jul 15 23:59 . ---------- 1 0 root 0 Jul 15 23:59 . ---------- 1 0 root 0 Jul 15 23:59 . ---------- 1 0 root 0 Jul 15 23:59 . [...] Those permissions look weird... and the entries after .cshrc are seriously screwed up.Received on Mon Aug 18 2008 - 18:17:28 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:33 UTC