Groups | Search | Server Info | Login | Register
Groups > comp.databases.mysql > #7807
| From | "J.O. Aho" <user@example.net> |
|---|---|
| Newsgroups | comp.unix.bsd.freebsd.misc, comp.databases.mysql, comp.lang.php, comp.infosystems.www.servers.unix |
| Subject | Re: Serendipity blogware failure in Mariadb 11.8 just after upgrading to Freebsd 15.0 RELEASE |
| Date | 2025-11-30 17:57 +0100 |
| Message-ID | <mp3bclFe2muU1@mid.individual.net> (permalink) |
| References | <10gfq3p$1t5i$2@gallifrey.nk.ca> |
Cross-posted to 4 groups.
On 29/11/2025 22.55, The Doctor wrote: > Just upgraded to FreeBSD 15.0 overnight > and noticed only one failure - Serendipity using MYSQL > is giving my an error. Using Nginx-devel, mariadb118, php84 . > > This was working in Freebsd 14.3 . > > Eror logs > > from php-fpm > > [29-Nov-2025 14:30:03.152289] DEBUG: pid 71140, fpm_got_signal(), line 81: received SIGCHLD > [29-Nov-2025 14:30:03.152363] DEBUG: pid 71140, fpm_event_loop(), line 426: event module triggered 1 events > [29-Nov-2025 14:30:03.152431] NOTICE: pid 71140, fpm_children_bury(), line 300: [pool www] child 71150 exited with code 0 after 12103.741743 seconds from start > [29-Nov-2025 14:30:03.152449] DEBUG: pid 71140, fpm_children_make(), line 449: blocking signals before child birth > [29-Nov-2025 14:30:03.154962] DEBUG: pid 71140, fpm_children_make(), line 473: unblocking signals, child born > [29-Nov-2025 14:30:03.154997] NOTICE: pid 71140, fpm_children_make(), line 479: [pool www] child 82633 started > > From nginx > > [error] 76006#100398: *9047 upstream prematurely closed connection while reading response header from upstream, client: 162.157.247.67, server: www.nk.ca, request: "POST /~doctor/blog/serendipity/serendipity_admin.php? HTTP/3.0", upstream: "fastcgi://unix:/var/run/php-fpm.sock:", referrer: "https://www.nk.ca/~doctor/blog/serendipity/serendipity_admin.php?serendipity[adminModule]=entries&serendipity[adminAction]=new" > > Now can you go from no issue to error in an > OS upgrade? Could be a change in default php settings, for example the max_execution_time for fpm-php could have changed either by a decision by freebsd or zend. You could try to extend the time and see if it helps you (don't forget to restart fpm-php after change of value). -- //Aho
Back to comp.databases.mysql | Previous | Next — Previous in thread | Next in thread | Find similar
Serendipity blogware failure in Mariadb 11.8 just after upgrading to Freebsd 15.0 RELEASE doctor@doctor.nl2k.ab.ca (The Doctor) - 2025-11-29 21:55 +0000
Re: Serendipity blogware failure in Mariadb 11.8 just after upgrading to Freebsd 15.0 RELEASE "J.O. Aho" <user@example.net> - 2025-11-30 17:57 +0100
Re: Serendipity blogware failure in Mariadb 11.8 just after upgrading to Freebsd 15.0 RELEASE doctor@doctor.nl2k.ab.ca (The Doctor) - 2025-11-30 20:09 +0000
csiph-web