On May 3, 2015, at 6:31 PM, Philip Guenther 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?  What was the *path* on the 
> ftp servers that you downloaded them from?
> 
> 
>> I obtain {src,sys,xenocara}.tar.gz
> 
> Again, what was the path for these?
> 
> 
>> 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?
> 
> 
> Philip Guenther

I had that issue before and it was because I did as Philip pointed out above.  
Below is quote from http://www.openbsd.org/faq/faq5.html

The source files available for download from the FTP servers are separated into 
two files to minimize the download time for those wishing to work with only one 
part of the tree. The two files aresys.tar.gz, which contains the files used to 
create the kernel, and src.tar.gz which contains all the other "userland" 
utilities except the ports tree and the X11 sources. In general, however, you 
will usually want both of them installed. Assuming the downloaded files, 
src.tar.gz and sys.tar.gz, are in /usr:
    # cd /usr/src
    # tar xzf ../sys.tar.gz
    # tar xzf ../src.tar.gz
    # cd /usr
    # tar xzf xenocara.tar.gz
    # tar xzf ports.tar.gz
Not all people will wish to unpack all the file sets, but as the system must be 
kept in sync, you will generally need to set up all parts of the tree.


Reply via email to