On Sun, 3 May 2015 16:31:10 -0700 Philip Guenther <pguent...@proofpoint.com> wrote:
> On Sun, 3 May 2015, Ken.Dickey wrote: > > I have tried to install several times. All fail in similar ways. > > > > Initial/base install seems good. Install OK, reboots fine. > > Exactly which sets (*57.tgz) did you install? All defaults except for game57.tgz (from install57.iso burned to CD-ROM; checksums OK) > What was the *path* on the > ftp servers that you downloaded them from? PKG_PATH set to */pub/OpenBSD/5.7/packages/amd64/ Where * is one of: mirrors.sonic.net ftp3.usa.openbsd.org ftp.openbsd.org One mirror for each install attempt. > > > I obtain {src,sys,xenocara}.tar.gz > > Again, what was the path for these? */pub/OpenBSD/5.7/{src,sys,xenocara}.tgz Where * is one of: mirrors.sonic.net ftp3.usa.openbsd.org ftp.openbsd.org [Same server as package source] > > I untar src.tar.gz with no reported error. > > I untar sys.tar.gz which reports end-of-archive [but sha256 checksum OK?!?] > > Shortly thereafter, anything I try to execute responds in "Abort trap". > > This sounds like the source tar.gz files were extracted from / instead of > /usr/src. > > Does everything work fine *before* you extract those? *Exactly* what > steps did you perform when extracting them? sudo su - mg /etc/sudoers -- added self mg ~/.profile -- added PKG_PATH exit sudo su - xdm -- start X11; invoke dillo; download {src,sys,xenocara}.tar.gz -- ..from ftp://ftp.openbsd.org/pub/OpenBSD/5.7 -- in Xterm sudo su - cd /usr tar xvfs /tmp/src.tar.gz cd src tar xvfz /tmp/sys.tar.gz -- error end of archive cd /usr *-> Abort trap AH! The light dawns. Unlike {sys,xenocara}.tar.gz, src.tar.gz does not unpack in its own directory! Well, yes, that will trash things. cd /usr/src, then tar and the system works much better! Thanks much!! -- -KenD