On Tue, Apr 15, 2008 at 08:01:37PM +0200, Pieter Verberne wrote: > Hi guys, Hi Pieter.
> Yesterday I installed OpenBSD 4.3 release from CD. I copied both Congratulations for your OpenBSD 4.3 CD set ;) > PORTS_TA.GZ and SRC_TAR.GZ to /tmp. I extracted the ports to /usr/, and And here is your error. src.tgz has to be extractes in /usr/src. You extracted in in /tmp and copied the files to /usr. tigger:/share/netinst/pub/OpenBSD/4.2# tar tvzf src.tar.gz [... snipp ...] drwxr-xr-x root/wheel 0 2007-06-18 22:25 ./bin/chmod drwxr-xr-x root/wheel 0 2007-08-21 00:24 ./bin/chmod/CVS -rw-r--r-- root/wheel 14 2006-03-01 03:10 ./bin/chmod/CVS/Repository -rw-r--r-- root/wheel 250 2007-06-18 22:25 ./bin/chmod/CVS/Entries -rw-r--r-- root/wheel 421 2001-09-06 20:52 ./bin/chmod/Makefile -rw-r--r-- root/wheel 4864 2007-06-18 22:25 ./bin/chmod/chflags.1 -rw-r--r-- root/wheel 3651 2007-06-18 22:25 ./bin/chmod/chgrp.1 and this will overwrite e.g. /usr/bin/chmod (the file) with the directory /usr/bin/chmod. And this is causing the "abort trap" because under /usr the files has been replaced by directories. > [date] init: can't exec getty '/usr/libexec/getty' for port > /dev/sttyC[012345]: Is a directory ------^ See it has been replaced by a directory. If you extract src.tar.gz to /tmp make sure you copy this to /usr/src. > (Uhm, I'm not sure if I'll try to fix this install. I think I'll do just > a fresh install instead. But let's just wait for yours commends) Either do a fresh install or boot the installation CD, exit to the shell when prompted if you want to (I)nstall, (U)grade or (S)hell. Mount your partition and change to the mount point and extract the filesets you need (base43.tgz, ...) using tar xvzpf ... HTH, Andreas. P.S.: Don't worry I made this error several times ;) -- Windows 95: A 32-bit patch for a 16-bit GUI shell running on top of an 8-bit operating system written for a 4-bit processor by a 2-bit company who cannot stand 1 bit of competition.

