When you're this far behind, it might make more sense to grab a back up of all of your relevant config files, a list of third party packages you need, and such, and do a fresh install of the new version, then install missing packages and bring in your backed up config files for comparison and review.
Would recommend a full OS backup in case you forget something critical. if you're concerned about downtime, you could do an "install latest to a VM, install missing packages, and copy config files for review" so that you have a "dev" environment to test the changes on before doing it for real on your current hardware. Good luck! On Wed, May 25, 2016 at 2:47 PM, Jeff Ross <[email protected]> wrote: > Thank you, Theo. > > I know this is true. I was tempted to jump right to 5.9 but decided to > heed the directions on > > http://www.openbsd.org/faq/upgrade56.html > > " > > *Note: Upgrades are only supported from one release to the release > immediately following it. Do not skip releases. If you got lucky skipping > releases in the past, you may not this time."* > > > On Wed, May 25, 2016 at 1:39 PM, Theo de Raadt <[email protected]> > wrote: > > > We only "support" the last release, and we only make errata available > > for the last two releases. We don't maintain old code because none of > > us run it. > > > > 5.6 is end-of-life, so you are on your own. > > > > > So far I haven't been able to get syslog to log anything other than > it's > > > startup message. > > > > > > I'm using the stock syslog.conf file. > > > > > > logger test message does nothing so I ktraced it. > > > > > > The interesting part is: > > > > > > 22461 logger RET sigprocmask ~0x10100<SIGKILL|SIGSTOP> > > > 22461 logger CALL sendsyslog(0xcfbda6a8,0x27) > > > 22461 logger RET sendsyslog -1 errno 57 Socket is not connected > > > 22461 logger CALL sigprocmask(SIG_BLOCK,~0<>) > > > 22461 logger RET sigprocmask 0<> > > > 22461 logger CALL > > mprotect(0x39cd6000,0x1000,0x3<PROT_READ|PROT_WRITE>) > > > > > > So how would I re-connect sendsyslog? > > > > > > Rebooted a couple of times after upgrading to 5.6--I'll be glad to get > > past > > > all of these hurdles so I can get up to 5.9! > > > > > > Thanks, > > > > > > Jeff Ross

