On 2013-11-03, Jeff Ross <[email protected]> wrote: > I've tried going back to 5.3.27 through the package but apache doesn't > seem to like that at all anymore--I can't connect at all to any web page > on the server with 5.3.27 in use failing with an unexpected read error. > Tried building 5.3.27 from ports and I'm getting a raft of bad system > calls (core dumped) in the build.
That sounds like you have some files lying around from before the time_t flag day. If you just ran 'pkg_add -u' rather than following the instructions at http://www.openbsd.org/faq/current.html#20130813 then ports that do not list libc as a dependency would not be updated. If this is the case, either follow the instructions about updating packages now and delete/readd, or "pkg_add -u -D installed" should force them to get updated, and then you could do something like this to check: find /var/db/pkg -name +CONTENTS -mtime +60 -ls (this lists packages where the plist was created >60 days ago).

