Hi ITwrx you will need to check your rc.conf.local and update it to start up the php8.0 fpm
it is possible (im not saying it is recommended) but it is possible to run different versions of php fpm (with different socket files) for different applications on the same server ... but it sounds like you just need to remove the php7.4 fpm line in your rc.conf.local and replace it with a line that would startup your php8 fpm I hope this helps, On Mon, 28 Mar 2022 at 20:10, ITwrx <li...@itwrx.org> wrote: > I'm running php7.4 and php8 at the same time on an OpenBSD 7.0 machine > i'm testing as a web server. I'm pretty sure they were both starting up > fine until yesterday (it's been a while) after i updated with pkg_add -u > and syspatch. Now, php8 fails to start with: > > ERROR: Another FPM instance seems to already listen on > /var/www/run/php-fpm.sock > ERROR: FPM initialization failed > > This seems to be due to the fact that php8.0 became the new default, > but it looks like php74 is still trying to use php-fpm.sock instead of > php-fpm74.sock, or whatever it's supposed to be called once it's not > the default anymore. > > Am i missing something, or is this a bug? If the latter, is this email > sufficient to get it looked at, or i would need to report it more > formally? > > Thanks, > ITwrx > > -- Kindest regards, Tom Smyth.